tom
tom
Friends

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

tom
Added topic Abnormal MQL Editor behaviour
Hello, I get mad becouse of this problem. Please look at my OnTick() f-ion: void OnTick ()   { //---         prepareData();          if (orders()== 0 )
tom
Added topic Check whether currency has opened positions
Hello, I really don't know how to check if there is an open position on selected currency. For example: I have 2 opened positions on GBPUSD and USDJPY and I would like to check if there are any open positions on USDJPY. How to programme it? Regards
tom
Registered at MQL5.community
tom
Added topic Mean price time
Hello, I have a problem. How can I count if the price is mostly (basing on time) (at the bar) OVER or UNDER the OPEN PRICE ? [counted each tick] Best regards. Cool forum
tom
Added topic How to refer to past indicator results
Hello, how can I use past Heikin Ashi values (O,C)
tom
Added topic Heikin Ashi O,C,L,H values
Hello, I'd like to compute O,C,L,H Heikin Ashi values and also check if candlestick is red or each tick for my Automated Trading System, but I don't know how to convert:       haOpen = ( ExtMapBuffer3 [ pos + 1 ] +