Stochastic Oscillator, the beginning - page 108

 

Stochastic MACD indicator by Alexander Gettinger

stochastic_macd.mq4

 
tampa:
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

Files:
 
Abhinav:
Hi mladen,

Can 0/1 histogram of Stochastim of HAMA be made

Thanks,

Abhinav

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.mq4

 
mladen:
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.mq4

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,

Abhinav

 
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,

Abhinav

Abhinav

Here is the histo version too : stochastic_of_hama_correct_histo.mq4

 
mladen:
Abhinav Here is the histo version too : stochastic_of_hama_correct_histo.mq4

Thankyou so much mladen.

Thanks,

Abhinav

 
mladen:
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?

 
on my own:
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.

 
mrtools:
On my own, added an option to use HistoOnSlope if false the Histo will be colored by signal cross.

Looks nice. Thank you mrtools!

Reason: