Fixed minimum and maximum on Stochastic
-
For the stochastic indicator is it possible to have fixed maximum and minimum like in MT4?
-
The built-in Stochastic moves between 0 and 100 and also has two helper lines at 20 and 80. This is how it looks to me for MT5: http://prntscr.com/4e47a7
-
THanks for the reply i will do screen shot of my problem tomorrow
-
This screen shows the end of a test I heave run you can see the stochastic doesn;t have a fixed minimum or maximum ticked. The minimum is 8.47 and max is 92.71. When using stochistics manually i usea fixed mnimum of 0 and max of 100. My strategy works quite well when done manual but fails horribly used on an ea.
http://i1126.photobucket.com/albums/l601/goatan1/fixedminimummax_zpse1088f61.png
-
These things are only visual, the EA does not care what visual limits you have for the indicator. But if you want to use these, first check this "Fixed maximum" and write 100 for it, then go to "Levels" tab and add two levels at 20 and 80. But this will not change the way Stochastic works. So the problem for the EA is somewhere else - inspect how/when trades are placed, something in the logic could be wrong.