Need Order script w/ built in SL

 

I need a script w/ a built in SL. Here's the base code for the script I have now. All it needs is a built in SL. Should be pretty simple, but I'm not a coder by any means...


Buy 1 Lot=$10 Auto Script
#include
#include
//+------------------------------------------------------------------+
int start()
{
//----
int ticket=OrderSend(Symbol(),OP_BUY,1.00,Ask,3,0,0,"e xpert comment",255,0,CLR_NONE);
}
//----
OrderPrint();
return(0);

//+------------------------------------------------------------------+

Thanks.

EWB
wadeboxjr@marten-enterprises.com

Reason: