MarkertRange Pips
Created at 09 Apr 2018, 11:45
MarkertRange Pips
09 Apr 2018, 11:45
ExecuteMarketOrder(TradeType.Buy, Symbol, 5000, "myLabel", 10, 10, XXXX, "this is a comment");
Hi,
Im interested in adding label and comment without this Markert range pips which I have no idea what it is and how to set it.
How can I avoid using Markert range pips or what should I set it to if I dont need it?
Thanks
Kevin
Replies
ceakuk
10 Apr 2018, 00:15
RE: RE:
Thank you very much
Since I don't understand the meaning, I don't want to change from the default. are the 2 equivalent
ExecuteMarketOrder(TradeType.Buy, Symbol, 5000, "myLabel", 10, 10, null);
ExecuteMarketOrder(TradeType.Buy, Symbol, 5000, "myLabel", 10, 10);
@ceakuk
tradermatrix
09 Apr 2018, 16:33
RE:
ceakuk said:
Bonjour
j utilise cette methode
@tradermatrix