zdj229: Is my code OK? double kdj=iStochastic(Symbol(), 5 ,5,3,3,MODE_EMA, 0 ,MODE_MAIN,1);
Don't hard code constants double kdj=iStochastic(Symbol(),PERIOD_M5,5,3,3,MODE_EMA,STO_LOWHIGH,MODE_MAIN,1);
-
Your code above is the Stochastic, not KDJ. Download it and use iCustom.
William Roeder #:
zdj229: Is my code OK? Don't hard code constants -
Your code above is the Stochastic, not KDJ. Download it and use iCustom.
thank you very much
Additionally, do not try to pull the lower timeframe data from the upper timeframe!!! Be careful to look at the upper time frame from the lower time frame.
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
Is my code OK?