Jump to content

Recommended Posts

Posted
  Quote
ld_572 = 0;

ld_580 = 0;

int l_pos_936 = 0; // this add for repair ....

for (l_pos_936 = l_ord_total_560 - 1; l_pos_936 >= 0; l_pos_936--) { // OrderSelect() -> L-Ord_total_60 and cut Int.xxx

if (OrderSelect(l_pos_936, SELECT_BY_POS, MODE_TRADES)) {

if (OrderSymbol() == Symbol())

if (OrderType() == OP_BUY) ld_572 += OrderProfit();

}

}

for (l_pos_936 = l_ord_total_560 - 1; l_pos_936 >= 0; l_pos_936--) { // OrderSelect() -> L-Ord_total_60 and cut Int.xxx

if (OrderSelect(l_pos_936, SELECT_BY_POS, MODE_TRADES)) {

if (OrderSymbol() == Symbol())

if (OrderType() == OP_SELL) ld_580 += OrderProfit();

}

}

 

Here... http://www.filefactory.com/file/48c7pm0x9fg5/ForexPrediction.mq4

SEFC Mode= Red light ...(off) ..

"Indonesia Forex Community"

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...