Stochastic Oscillator, the beginning - page 108

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
Stochastic MACD indicator by Alexander Gettinger
stochastic_macd.mq4
Stochastic MACD indicator by Alexander Gettinger stochastic_macd.mq4
Looks nice. Thanks
Hi mladen,
Can 0/1 histogram of Stochastim of HAMA be made
Thanks,
Abhinav
Hi mladen,
Can 0/1 histogram of Stochastim of HAMA be made
Thanks,
AbhinavAbhinav
That indicator was for some reason modified to have the old error : iMA can not use MODE_OPEN, MODE_CLOSE, MODE_HIGH, and MODE_LOW as arguments for price. the arguments for price must be PRICE_OPEN, PRICE_CLOSE, PRICE_HIGH and PRICE_LOW since those values are not the same
That error was existing in the first version of that indicator but they were corrected
_____________________
Anyway, when should the color happen : on a slope change or on a signal line cross (since when corrected it is not a bad indicator)
stochastic_of_hama_correct.mq4
Abhinav
That indicator was for some reason modified to have the old error : iMA can not use MODE_OPEN, MODE_CLOSE, MODE_HIGH, and MODE_LOW as arguments for price. the arguments for price must be PRICE_OPEN, PRICE_CLOSE, PRICE_HIGH and PRICE_LOW since those values are not the same
That error was existing in the first version of that indicator but they were corrected
_____________________
Anyway, when should the color happen : on a slope change or on a signal line cross (since when corrected it is not a bad indicator)
stochastic_of_hama_correct.mq4Thanks mladen for quick reply ,
For signal line cross we can conclude by seeing it directly, but for slope change it is difficult to visualize, so if you can implement slope change it would really good.
Thanks,
Abhinav
Thanks mladen for quick reply ,
For signal line cross we can conclude by seeing it directly, but for slope change it is difficult to visualize, so if you can implement slope change it would really good.
Thanks,
AbhinavAbhinav
Here is the histo version too : stochastic_of_hama_correct_histo.mq4
Abhinav Here is the histo version too : stochastic_of_hama_correct_histo.mq4
Thankyou so much mladen.
Thanks,
Abhinav
Abhinav Here is the histo version too : stochastic_of_hama_correct_histo.mq4
Looks interesting
Could we have version with color change on signal cross too?
Looks interesting Could we have version with color change on signal cross too?
On my own, added an option to use HistoOnSlope if false the Histo will be colored by signal cross.
On my own, added an option to use HistoOnSlope if false the Histo will be colored by signal cross.
Looks nice. Thank you mrtools!