This is not the function which I search. I get a warning, but not like I need. I need the display in this context.
bool ActionTrade::ManageOrderSend(int type, double lots, int stopLoss, int takeProfit,
TrailingStopMode trlMode, int trlStop, int brkEven)
{
Print ("Market: " + _Symbol + " " + _Period + ", type : " + IntegerToString (type) + ", size : " + DoubleToString (lots, 2));
trailingMode = trlMode;
trailingStop = trlStop;
breakEven = brkEven;
Post's attachmentsExample.gif 60.96 kb, file has never been downloaded.
You don't have the permssions to download the attachments of this post.