adx problem
-
hello,
I have a question: how can I trigger a trade for every candle that reaches a certain adx lvl? and check a second condition e. g. 2 sma crosses? e. g. close candle, adx main is above 25 lvl = trade 1
next candle - candle closes - adx is at 25. 5 = trade 2
next candle - candle closes - adx is at 27 = trade 3 etcI want to be able to determine the number of trades and the lvl range of adx. Can you help me?
-
@joerg-w You can try this:

-
thx for your answer.
look at this.
https://fxdreema.com/shared/CWuDvMH8
this ea is profitable with usdgbp and the right settings.
I think, however, that it becomes even more profitable, if every candle within a certain adx range can be taken as a buy trade. your example is right and also good, only that now every candle represents a trade and this uncontrolled until the adx value (in the case of buy trades) is smaller. What I want is the possibility that I will 1. can decide how many trades can run at the same time and 2. limit the adx range (from - to) within which the trades are then set. . .
You know what I mean?
-
@joerg-w Before doing any of those things you need to remove the trailingstop block from its current position. Now will be active only when the first condition is false. I don't think this is whatyou want, right? Yopu should disconnect it and create a separate second block tree with a 'Pass' block on top and then the trailing stop below it.
-
sir i have also facing problem with ADX, my ADX value is on 25, but many time my EA is taking trade on when the ADX value is below 25, please tell me where i am doing wrong.
-
Can you please share the link to your project?