I was looking for a guide here (I can't find any), how to create your own, custom enumeration say,
I have 3 types of methods of buy/sell
Option 1, Option 2, Option 3
I wanted to minimize parameters in settings by setting 3 options only.
I was looking for a guide here (I can't find any), how to create your own, custom enumeration say,
I have 3 types of methods of buy/sell
Option 1, Option 2, Option 3
I wanted to minimize parameters in settings by setting 3 options only.
@mohamed80 thanks for your suggestion, the problem with this as per my testing is the trades are already late. I like the combination of this strategy as it has more accurate and fast execution.
I'm just wondering why only sell is affected?
@l-andorrĂ I tried this suggestions but I get same results. I removed the fractals, and I see sells.
I also tried to place fractals on my other working EA and I get same issue (no sell orders)
I have this logic https://fxdreema.com/shared/qQlQftJA where I use fractals + alligator. It's working with buys but sells are not placed.
When I remove both fractal conditions, alligator are both buying and selling. There could be some bugs on sell orders if there is fractals. Or am I missing something?