Uncl3B0B
Uncl3B0B
Friends

Add friends via their profile or user search and you will be able to see if they are online

Uncl3B0B
Added topic Only one command with one MN
How does it do to the command entered, it is not yet entry and that did not enter when it is entered? So that each command entered only once.   if (((C1 - 60 * Point ) > O1) && ((H1 - 100 * Point ) > L1))  
Uncl3B0B
Added topic Value of a particular candle
I need to get the value of a particular candle, for example H1 10:00 today or the previous day. How do I get the size anytime during the day, Low, High, some specific candle
Uncl3B0B
Added topic How to specify a particular candle by time?
I need to get into the  TrailingStop and BreakEven  value specific candle, for example H1 10:00. As at any time during the day to gain Size, Low, High some specific candle? My simple suggestion is not working double A = iHigh( NULL
Uncl3B0B
Added topic Closing pending order, activating the opposite order
I need to close the pending order , when is activated reverse pending order  -  Active OP_BUY activates the close OP_SELLSTOP and vice versa.   How to define this condition?   for (p = 0 ; p< OrdersTotal (); p ++)
Uncl3B0B
Registered at MQL5.community