I've been there many time for many years. However, I agree with jstap. All lost money goes to some trader. They are those who make money. My suggestions is that you take some time and then move back when you fell fine. Trading is a marathon, not a sprint. I hope this helps.
Posts made by l'andorrà
-
RE: The issue isnt just your EA, it is also your Broker.posted in General Discussions
-
RE: Clôture de tradeposted in Questions & Answers
I'm afraid I don't speak French. I sepal Catalan and Spanish, if that helps.
-
RE: Strategy in Double time Freame.posted in Questions & Answers
@mraht02 You can do this and use it in the 5M timeframe:
-
RE: How use counters to stop this EA ?.posted in Questions & Answers
@tharindu999 This is the third thread asking for the exact same question. Please stop duplicating threads.
-
RE: is this variable method is correct ?.posted in Questions & Answers
Yes, tha is the baseic structure. However, you need those calculations to happen in the 'on trade' tab in order to avoid modify the variable every single tick.
-
RE: Which code block will execute first ?.posted in Questions & Answers
@jstap Very interesting. Thank you.
-
RE: Calculating 480-Period EMA of ATR in fxDreema: Block Sequence Guidance Neededposted in Questions & Answers
You will need custom code to get that. No fxDreema blocks can do it directly, sorry.
-
RE: Trailing Stop + Check type (last loser)posted in Questions & Answers
@voiture Then you can do something like this:

This will open a buy as soon as a sell hit its stop loss. Please notice they are in the 'on trade' tab. Not 'on tick'.
-
RE: Can someone help me make An Mt5 expert advisor that places buystop 2 pips away from a price level I'll specify when prices goes below the price level I'll specify with stoploss 4pips from the buystop. Vice versa for sellstop.posted in General Discussions
No problem. You read the documentation and then try your first project. We can work from that.

-
RE: How to open buy and sell in multiple pairs for specific currencyposted in Questions & Answers
You need some custom code to do that. I remember jstap provided a solution for that issue some time ago. If you use the search tool and limit the scope to jstap replied in the last year, you will find it.
-
RE: Full-Version vs. Free Versionposted in Questions & Answers
@patelgato Can you please share the link to your project?
-
RE: CAN SOMEONE HELP ME WRITE MT5 EXPERT THAT PLACES ABUYSTOP AT A PRICE LEVEL I WILL SPECIFY WHEN PRICES GOES BELOW THE SAME PRICE LEVEL WITH STOPLOSS AT 4PIPS FROM THE BUYSTOP POINT AND TAKE PROFIT AT 400PIPS FROM THE BUYSTOP POINT.posted in Questions & Answers
@Mishyguy This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: Can someone help me make An Mt5 expert advisor that places buystop 2 pips away from a price level I'll specify when prices goes below the price level I'll specify with stoploss 4pips from the buystop. Vice versa for sellstop.posted in General Discussions
If you create a first version of it, I will help you to review it.
-
RE: How to Lock EA using Acc number, password, etc?posted in Questions & Answers
Can you please share the link to your project?
-
RE: Trailing Stopposted in Questions & Answers
@ATSUBO All fxDreema blocks are fully functional regardless the account type. If it doesn't work as expected, 99.9% of cases is because wrong logic used.
-
RE: Does anybody recognize this ea strategy?posted in Questions & Answers
@wegbereider How do you know it was created with fxDreema?
-
RE: Trailing Stop + Check type (last loser)posted in Questions & Answers
Not sure I fully understand. Do you mean you want to open new trades only if the LAST open trade is in loss? Should previous open trades be ignored?
-
RE: BUY WHEN THE CANDLE IS HIGHER SELL WHEN THE CANDLE IS LOWERposted in Questions & Answers
The problem there is how you define 'if trend continues'. You need to tell the EA precise conditions for it to understand that is happening. How would you define them?
-
RE: Which code block will execute first ?.posted in Questions & Answers
This is an interesting question I'm also interested in. My guess is that 'on timer' goes first, but I'm not a programmer, so I cannot be sure. Any help here would definitely be appreciated.
-
RE: Open trade when market shows uptrend or downtrend based on candleposted in Questions & Answers
I don't fully understand the image. I see 3 sell positions pointing out three high prices on bullish candles that are in different positions through both MA. Could you please be more specific?