Converting SELLSHORT & BUY with LIMIT from TradeStation Easy Language into MT4

 
Hi there,

I have the EL codes below that I would like to convert to MQL4. What is the best way of implementing the limit? Do I create an Order Limit in MT4 and then delete it afterward if the price does not hit? 

 

SELLSHORT ("Sell Entry") 1 CONTRACT NEXT BAR VarSelect_A-0.5 LIMIT ;

BUY ("Buy Entry") 1 CONTRACT NEXT BAR VarSelect_B + 0.5 LIMIT ;

 


Reason: