Ok. Giovanni. Could you please share the most recent version of your project? The one with the latest modifications included.
Posts made by l'andorrà
-
RE: EA with BBandsposted in Questions & Answers
-
RE: Heikin Ashi: Close trade based on current candle current price or prev candle close priceposted in Questions & Answers
Just to better understand what you need. Conditions are:
- Current price right now is 2% below HA current candle's open
OR - Current price is 2% below HA candle ID 1's close.
Is that correct? I don't understand why you specify HA at the beginning of both cases when you just need current price.
- Current price right now is 2% below HA current candle's open
-
RE: BE lets me go crazy - i really need help after watching every tutorial and x hoursposted in Questions & Answers
It really depends on your strategy. If need to coordinate both BE and trailing stop, you need to be very aware of how traililng stop works on fxDreema. Unfortunately it is not as intuitive as it should, IMHO. What I would recommend you is using both of them on separeted trees of blocks with clear distinguishable conditions on each.
But if what you are asking for is improving your strategy at large, I'm afraid I'm the worst guy to do it, seriously :).
-
RE: moving stop.posted in Questions & Answers
@squrken And that's what it does. Block two compares the current SL level with that of candle ID 1's low. Only if that SL is BELOW candle ID 1's low will move it up. Never down.
-
RE: moving stop.posted in Questions & Answers
@trader-philipps Yes, I agree. But this is what he's apparently saying.
-
RE: Close trade on Friday. How to??posted in General Discussions
Interesting. Never considered it. Thank you.
-
RE: Close trade on Friday. How to??posted in General Discussions
Just curious. Why that 'Pass' block?
-
RE: BE lets me go crazy - i really need help after watching every tutorial and x hoursposted in Questions & Answers
Forget that 'Bucket of trade' block. Please notic that you created two trades groups: Number 1 for buys and number 2 for sells. However, your 'For each trade' block is looking for group 0 trades. This is why it doesn't work. Use group 0 on all trades or specify groups 1 and 2 on the 'For each trade' block.
-
RE: EA with BBandsposted in Questions & Answers
Apparenly you got what you are looking for. You just need this part to limitate the time period to work with:

Additionally, blocks 2 and 5 specify candle ID 1 in the left operand a and candle ID 0 for the right one. I don't have that custom indicator but I guess you can find some issues there. Do they open your trades as expected?
-
RE: moving stop.posted in Questions & Answers
Yes. It moves when the next low is higher than the previous one. Are you asking for a SL moving to a low no matter if it is higher o lower than the previous one. It's a weird SL.
-
RE: Use an indicator in an Eaposted in Questions & Answers
This is the tree for buys.
https://fxdreema.com/shared/B3S1dvffc
You should duplicate and adjust it for sells.
-
RE: How I can open the same number of long positions in the sale, and vice versa in the BUY with a ONE increaseposted in Questions & Answers
Well, same happened to me, but I didn't dare to say it.

-
RE: I am trying to limit trades to only 4posted in Questions & Answers
I recommend you to disconnect thet trailing block on top. Use a 'Pass' block separated from the current structure and then connect the trailing block to it.
-
RE: I would like my EA to wait 4 hours after a loss trade before it can trade again. Is that possible? i appreciate every idea.posted in Questions & Answers
So you need that the last closed trade was a loss and then a four hours gap before to trade? If so, is this gap a minimum time period or an exact one? I mean do you want to trade exactly 4 hours after the last losing trade?
-
RE: EA from custom Supply Demand Indicatorposted in Questions & Answers
Are you sure this version is correct? I tried to compile it in my MT4 and I couldn't.
-
RE: EA with BBandsposted in Questions & Answers
Just curious. Can't free users share their projects?