
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
Regarding your MACD Up
why is faster and slower
declared and assigned a value globally? They should be assigned a value in start()
The statement:
if(function()) ..
will only evaluate to true if function() returns true.
Also use OnTick() instead of start().. (possibly this will sort some probs)
Is void OnTick() the new start() or is there a new start() since build 600 ?
Regarding your MACD Up
why is faster and slower
declared and assigned a value globally? They should be assigned a value in start()
I'm confused
If you declare and assign a value globally the value will always stay the same unless it is re-assigned a value locally
You should be doing something like this