coding in MetaEditor5

 
What is the code to set two MA crossing as sl in MetaEditor5?
 
SL is unrelated. The crossing is the entry signal (or exit signal). The SL is a number of your choice in points distance from the ask (for buy positions) and plus the bid (for sell positions)

Sell = bid + SLPointvalue
Buy = ask - SLPointvalue