Progressive Entry Question
-
Hello, Thanks for all the guidance.
I am using an Slope Indicator for entry. However, I only want to enter one trade after the indicator changes polarity from neg to pos or pos to neg. After I am exiting the trade, the EA continues to place entries. Can you offer the specific guidance of how I can limit a trading condition to one execution in a neg or pos state of the Slope Indicator?
-
"Indicator appear" should detect only times when certain buffer goes from 0 to positive/negative value or from EMPTY_VALUE to positive/negative value.
Otherwise you can limit trades by time. For example using "Once per bar". After this block everything can happen 1 time per bar, as it's name says.