Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 618

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Colleagues, is there an alternative to Report Manager?
I need to merge large reports for several years, and RM hangs up or just does nothing when I click on merge. There is no problem with small reports.
I want the indicator to count the upward movement in the range of 50 bars on the whole chart, i.e. there is a new bar, the last one is excluded for searching and so on with each new bar. So far I have managed to calculate the entire history. In short, I'm stuck with it. May anyone suggest how to solve this problem? I can't use smoothing by type of sliding bars.
Another question. I can't figure out how to get, with minimal effort, a variable of int type from Time[0] as 00:00. I can't think of anything except for string, StrToTime, and TimeToStr conversions. Thank you!
TimeHour(Time[0]) and TimeMinute(Time[0])
The indicator should calculate the upward movement in the range of 50 bars on the whole chart, i.e. there is a new bar, the last one is excluded for searching and so on with each new bar. So far I have managed to calculate the entire history. In short, I'm stuck with it. May anyone suggest how to solve this problem? I can't use smoothing by type of sliding bars.
There is the SetIndexDrawBegin() function. But it has a special feature - it counts from left to right. In general, set yourself line SetIndexDrawBegin(0, Bars-p) in Init, and see if this is what you need.
Is it possible to download charts for technical analysis, - indexes S & P 500 Futures Chart, TA 25 Chart, and the S & P 500 Chart if possible can prompt how to do this, maybe there is an explanation of how to download!
I can't find such a broker, can you advise a program for technical analysis, which allows me to download the indexes I'm interested in (can be in real time) or a broker.
Maybe there is an opportunity to download these indices MT-4 or MT-5. I'm just beginning to try to do technical analysis, I would very much like to hear expert advice on how to cope with my task.
I am very grateful in advance for your help.TimeHour(Time[0]) and TimeMinute(Time[0])
Thank you!
Position closes, but gives OrderClose error 138 for each position
11:44:49 2000.01.10 07:00 Time+iLowest_old EURUSD,H1: open #1 sell 0.10 EURUSD at 1.02940 ok
11:44:49 2000.01.10 14:00 Time+iLowest_old EURUSD,H1: OrderClose error 138
11:44:49 2000.01.10 14:00 Time+iLowest_old EURUSD,H1: close #1 sell 0.10 EURUSD at 1.02940 at price 1.02230
11:44:49 2000.01.11 07:00 Time+iLowest_old EURUSD,H1: open #2 sell 0.10 EURUSD at 1.02660 ok
11:44:49 2000.01.11 14:00 Time+iLowest_old EURUSD,H1: OrderClose error 138
11:44:49 2000.01.11 14:00 Time+iLowest_old EURUSD,H1: close #2 sell 0.10 EURUSD at 1.02660 at price 1.02890
11:44:49 2000.01.13 07:00 Time+iLowest_old EURUSD,H1: open #3 sell 0.10 EURUSD at 1.02860 ok
11:44:49 2000.01.13 14:00 Time+iLowest_old EURUSD,H1: OrderClose error 138 ,
What could it be? The interesting thing is that everything works in another EA.
Can anyone suggest, install the plugin GetTickerHistory in MT-4, runs, but the download does not go, on Windows 7 x64, is it possible to download the external indexes in another way.
Thanks in advance.