mark / Publications
Forum
I try to open order with OrderSend function
I try to open order with OrderSend function . But it makes error code 136 Code that i use void OnStart() { //---/--- get minimum stop level double minstoplevel=MarketInfo(Symbol(),MODE_STOPLEVEL); Print("Minimum Stop Level=",minstoplevel," points"); double price=Ask; //--- calculated SL and