
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
Ok, I've been stuck on this problem for just over a week now! It's a very simple bit of code:
No loops, just real time update of the iMACD on a 15 minute chart. When run like this everything works like it want it:
The problem is that it is going to take me forever to test different settings as it only works in real time. I've tried everything to try and get this working with loops or even in 'Visual Testing' mode. The closest I've come is to use visual testing mode to speed up the drawing process but Line1 comes out at 0.0 :
I cant see how it's possible to have this code work in real time but not in Visual Testing mode? Am I trying to do something that simply cant be done?
Thanks in advance!