[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 270

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
Ahahaha. Well, I'm not that new...
Well, then either the code in the studio or the telepaths.
I can't throw all the code, the customer would complain. But I have already thrown the part where it fails. The rest of the code has nothing to do with this problem. For some reason, this particular loop produces incorrect values when I run MT with an induke that was previously placed on it. If I don't get any ideas without providing the whole code, I will have to keep thinking by myself :(
I can't throw the whole code, the customer will scold me. But I have already thrown the part where it fails. The rest of the code is not related to the problem. I have a feedback loop, that loop produces incorrect values for some reason, when I run MT with an indicator hooked to it earlier. If I don't get any ideas without providing the whole code, I will have to keep thinking by myself :(
Please, do the prints more often and analyze the log.
By the way, in that code it is not clear what value the variable "count" has.
Hello ! Could you please tell me how this can happen ?
i = 2, Open[i-2] = 1.5715
14:21:15 2011.01.12 18:08 My Fr Chekulaeva1 GBPUSD,M1: Low[i] = 1.5713, Low[i-1] = 1.5714
14:21:15 2011.01.12 18:08 My Fr Chekulaev1 GBPUSD,M1: Low[i+1] = 1.5714, Low[i-2] = 1.5715
14:21:15 2011.01.12 18:08 My Fr Chekulaev1 GBPUSD,M1: Open[i-2]-(Low[i]-1*PointX) = 0.0004
14:21:15 2011.01.12 18:08 My Fr Chekulaev1 GBPUSD,M1: 1*PointX = 0.0001
This is an excerpt from the log data during testing. 15-(13-1) should be 3. But in the tester it is 4. What is wrong?
Hi all, I am asking for help again with the MACD. I am having trouble finding a specific MACD histogram value (bar size). I need to calculate the value of the current (e.g. =-0.001131) bar, the previous one - any bar... and find the difference, e.g. between the current and the previous bar.
Hi all, I am asking for help again with the MACD. I am having trouble finding a specific MACD histogram value (bar size). I need to calculate the value of the current (e.g. =-0.001131) bar, the previous one - any bar... and find the difference, e.g. between the current and the previous bar.
Just noticed that if you restart MT again, it works correctly...
The indicator is quite easy to tweak to the right state. And most of the problems will disappear. But the problem area is small. The problem is a little wider
Well, that's it then:
Well actually only removed the algorithms for selecting and identifying the right item.