@tashab This is the second thread asking for the exact same question. I replied to you first one. Please don't duplicate threads.
Best posts made by l'andorrà
-
RE: How do I loop my EA?posted in Questions & Answers
-
RE: Difficulty drawing Fibonacciposted in Questions & Answers
@rafadeggau But what if just one of them is open? Your formula will only be correct if both are open at the same time. If only one of them is open, the other value will be 0.0000 and the calculatio will e done but the result will simply be ridicoulus. Will you run the EA AFTER both trades are open? If not the calculation will always be wrong.
-
RE: How to Use the Bulls Power indicator as an exitposted in Questions & Answers
@sikhofx You can do it this way:

This example works on candle ID 0 you you should be careful if using it. Maybe you should also try on candle ID 1.
-
RE: Question of Logicposted in Questions & Answers
@tipsywisdom The is no need for any 'if positio/order' block in any case. Both trailing and BE blocks already include that filter within.
-
RE: Difficulty drawing Fibonacciposted in Questions & Answers
@rafadeggau And what's the issue exactly?
-
RE: Does "Deinit" ACTIVATE when PC is turned of or forex hours close?posted in Questions & Answers
@jstap Correct. The 'Deinit' part is activated when and only when the EA is removed from the chart.
-
RE: News Indicatorposted in Questions & Answers
@darekl Please notice that no matter which news indicator you select. Your EA will never work when backtested. Those indicators are fed from external sources info that are not available for MT4/5 when backtesting.
-
RE: how to insert an ea into another oneposted in Questions & Answers
@baccicin Yes, it is possible, but you need to be a coder to do it properly. It can be VERY messy because fxDreema cose is effective but not efficient from a coding perspective. thousands of lines will be added and you need to be very cautious to 'join' them.
-
RE: lots optimizationposted in Questions & Answers
@od You can add comments in several ways. This is for a comment on the 'Expert' tab every time a new trade is open, for example:

-
RE: 98% WIN rate - Looking for expert to partner with.posted in Questions & Answers
@cashflows I will help you to create it here. Can you please detail what market conditions are required for the bot to seach?
-
RE: How to stop martingale EA from placing too many tradesposted in Questions & Answers
@ideal Can you please share the link to your project?
-
RE: Problems with custom indicators that use SmoothAlgorithms MQH library (MT5)posted in Questions & Answers
@abade69 This one is beyond my capabilities, but did you try to import the indicator manually as per these tutorials?
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file -
RE: Exiting MT4 Terminal with Open Tradesposted in Questions & Answers
@nbathan Yes, you need to do this on the 'on tick' tab on top of your managing tree conditions:

-
RE: Help with MQL block and variables pleaseposted in Questions & Answers
@alphaomega Oh, man. This is advanced code for me.
I'm afraid this is not my field of expertise, sorry. Maybe a coder will be able to help. -
RE: Semi Auto trade with close profitposted in Questions & Answers
@loka-heng I see you correctly selected the 'ALL (automated and manually opened)' option in block 5. Now you need to do the same on block 6.
-
RE: Question about "check age" blockposted in Questions & Answers
@meshii You need to use a condition block below those 'For each trade' blocks specifying the time period you need.
-
RE: Regarding Paymentposted in Questions & Answers
@arivazhagan-p Another thread with the same question. If you do not stop to create new threads witl the same question you will be flagged.
-
RE: robotposted in Questions & Answers
@r1ley I recommend you modify blocks 8 and 11 with a 'for each trade' block in both cases.
-
RE: help me for EAposted in Questions & Answers
@arivazhagan-p I replied to the previous thread asking exactly the same. Please don't duplicate threads.
