MarkertRange Pips

Created at 09 Apr 2018, 11:45
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
CE

ceakuk

Joined 19.03.2018

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


@ceakuk
Replies

tradermatrix
09 Apr 2018, 16:33

RE:

ceakuk said:

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

Bonjour

j utilise cette methode

ExecuteMarketOrder(TradeType.Buy, Symbol, 5000, "myLabel", 10, 10, null, "this is a comment");

 


@tradermatrix

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