ADR Crossing Strategy - Why does my EA not react to buffer values of custom indicator?
-
Dear friends,
I use a custom indicator (ADR crossing) to enter long and short trades. I want the EA to enter buy when a blue arrow appears (i.e. short when red arrow appears). However, my first attempts failed as the EA I created does not trigger any buys or sells when arrows appear.Question: For such a case, do I use Indicator Visible or Indicator Appears. I tried both and didnt work for me in both cases, so maybe the issue is another one.
Thanks for any feedback. It's quite powerful function as I have many interesting indicators so would be great for me to master this. Thanks for your help!
Link to project: https://fxdreema.com/shared/YYBYZWBqb
Picture of the indicator:

-
im not a power user like the rest of these guys, but for me and simplicity sake...I would separate the Buys from the Sells, and the Opens from the Closes.
Meaning the buy side, should have a few blocks. the Sell a few blocks. The buy close, a few blocks. The Sell close, a few blocks.
Also, the extra blocks, totally remove them. I have proven repeatedly that even blocks that are turned off and totally separate will still affect some things for me depending on what I'm trying to do.
Within the If Trade and Close trade blocks, please specify for each chain; "Group Mode = Any," Symbol Mode = "Any," Filter By Type = Buy or Sell, choose for that chain its a part of.
-
Thanks for the input. Very helpful. I restructured the project and it works now.
Solution: https://fxdreema.com/shared/b4VvEZ81d
-
@fm2020 said in ADR Crossing Strategy - Why does my EA not react to buffer values of custom indicator?:
Thanks for the input. Very helpful. I restructured the project and it works now.
Solution: https://fxdreema.com/shared/b4VvEZ81d
glad to hear it! Happy trading