mix1911
mix1911
Friends

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

mix1911
Added topic Indicator is different in the tester than chart
Hello, I wrote a simple indicator that draws the day's High and Low (useful on timeframes smaller than D1). When I attach the indicator to a chart, it correctly identifies the change of the day at 00:00. The issue is that the indicator, when used in
mix1911
Added topic Large differences in historical prices when the referenced symbol is not on the main chart
I want to read the close prices of a pair that is not on the main chart. I have used extern string ref_Symbol = "EURUSD"; and then (inside Start() and inside the loop) PairQuote[i] = iClose(ref_Symbol, 0, i) to read the close price i periods back
mix1911
Registered at MQL5.community