Stochastic Levels
-
Hi Guys, my EA is not working correctly, parameters are set to operate of of 38.2 and 50 levels of the Stochastic however it keeps changing the maximum and minimum levels, how do I set Stoch min and Max to 0 and 100, at the moment it seems that it is variable
-
I think you are working on the demo platform at the index page. The right place is here: https://fxdreema.com/builder
Maybe you can show what you are trying to do. When you make a project in the builder, go to Projects -> Create a Shared Copy and you will get a public copy of the project as a link.
-
Okay thank you, I have managed to resolve the stochastic issue by using the built in MT4 stochastic with levels set correctly, However I am now battling to stop the robot from repeatedly taking trades, I only want it to take the trade once per instance, basically meaning once it has taken the trade and conditions are met to not take that same trade immediately again? I tried using the delay function to stop it from activating again for 5 minutes but this did not work
https://fxdreema.com/shared/mig7zdQEd -
@jeffkaas You can limit the number of ope trades this way:

-
Thanks @fxDreema and @l-andorrà but I have discovered another issue,
I am using the custom indicator option for my Stochastic, this enabled me to use my sets from MT4, it also meant that for the condition settings I could select a condition on the Stoch for a Range of candles, I have discovered though the setting on the Stoch is incorrect as it is using the Low/High setting instead of the close/close, however I cannot find a way to change this setting on the custom indicator here on FXDreema, and if I change back to the default indicators on FXDreema I can no longer select the option of range of candles.
1st prize would be changing the Low/High on the custom indicator but how can I do this or do you have any siggestions?
https://fxdreema.com/shared/1yCn0t9wd -
@jeffkaas I see thay are not selectable as input parameters. I'm afraid you will need a programmer changing the indicator's code to do it. I can't see any way to do it via fxDreema.
-
You will need mq4 file to make it changeable in fxdreema.
-
@biztet do you mean the mql4 file for the indicator?
-
Yes @Jeffkaas , since you need to change the parameters, the indicator must be in the MyIndicator in fxdreema.