stochastic levels
-
guys what would be the condition for stochastic signal line touches level 90 to trigger a trade i did it this way but am wrong,,,
https://fxdreema.com/shared/en82dXoVd -
The function "==" is usually used only for a boolean function. Because your indicator would have to have exactly the desired value at the moment it is queried, that is very unlikely. You can use " x> " or only " > ". But in the 2nd case you have to limit the number of purchases. Because as long as the condition is fulfilled, with each tick would be bought. The condition " once per bar " could be used for this.
-
THANK YOU BRO