I'm not sure the way fractals are considered is the reason why it doesn't work. I would use the high/low price level instead. Now you are adding 20 to a 'fractal'. That is an arrow in the chart whereas you want to add/subtract 20 pips to that high/low price. Right?
Posts made by l'andorrà
-
RE: Fractual Break out EA for MT4posted in General Discussions
-
RE: Why isn't my buy conditions being met?posted in Questions & Answers
Try to test it without blocks 189 and 212. If it works normally, you found the origin of the problem.
-
RE: Close positions at the end of the candleposted in Questions & Answers
Your first image is linking an open trade (searched for that 'for each trade') to delete a pending order. Are you sure about that logic? That means those oending orders will never be deleted unless there is an open trade right now.
-
RE: Cannot understand how to not let system take a trade unless 1st is not at riskposted in Questions & Answers
- Both 'close trades' blocks are closing buys and sells at the same time whereas they are connected to buy only /sell only trees. They should be coordinated.
- Blocks 18 and 19 are messing things up. You shouls create a new tree headed by a 'For each trade' block in which conditions for the 'derisked' trades should be connected to it. And then the current 'modify stops' block.
- You will need a 'No trade' block on top of blocks 9 and 24. Otherwise a new trade will be open every day.
-
RE: Buy Sell through custom indicator.posted in Questions & Answers
Can you please share your project?
-
RE: Can't see what's wrong with the formulaposted in Questions & Answers
Interesting. I will try it. Thanks a lot.
-
RE: Open Trade When Pips Away From Stop-Lossposted in Questions & Answers
Maybe you could explore that tab functionalities?

-
RE: Confused. Block Not Functioning.posted in Questions & Answers
Your sell now block is creating a 'group 4' trade whereas no other block in the project is looking for that group.
-
RE: Buy Sell through custom indicator.posted in Questions & Answers
The first thing you need to do is importing the indicator to your fxDReema account. Please follow the next tutorial to do it.
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
Then we can continue with your project.
-
RE: Draw Pitchfork chart !?posted in General Discussions
An interesting question. Never tried it, honestly. I'm also waiting for some hint about it.
-
RE: Can't see what's wrong with the formulaposted in Questions & Answers
Thanks for your answer. That's what I guessed, but when I backtested it I saw that thos 10 pips were never added. The SL is sistematically considered the High of the candle no matter what. Maybe I'm missing something in the logic?

-
RE: TEST PREZZOposted in General Discussions
It doesn't work because you are askinf for the take profit to be price 0.0000. What take profit will you find there?
You need to insert a price level, as you selected. For example 1.23605. -
RE: Fractual Break out EA for MT4posted in General Discussions
Never use more than one trailing stop block. One is enough for all buys and sells. Remove the second one.
-
RE: Half my indicators show in EA, no trades takenposted in Questions & Answers
Are you sure all of them are in the correct MT4 folder? Otherwise, please share you project.
-
RE: Please help - Using Stochastic to close tradeposted in Questions & Answers
It depends on your current structure. Can you please share your project?
-
RE: Open Trade When Pips Away From Stop-Lossposted in Questions & Answers
You should use the same solution I shared in thread:
https://fxdreema.com/forum/topic/9289/how-can-i-open-a-operation-after-the-stoploss/4
-
RE: Is it possible to put buy and sells within same bot?posted in Questions & Answers
Of course you can! What do you exactly need?