@piotras10000 That is easy to do for a human trader watching the screen. However, en EA need precise conditions to searcg on the chart for that to happen. This is the most difficult part to impelement most of the time. What conditions would define a change in the market 'as soon as possible'?
Posts made by l'andorrà
-
RE: Close a position before the stop lossposted in Questions & Answers
-
RE: sell entry block is not workingposted in Questions & Answers
@maniamuthan Can you share the link to the project instead of the ex5 file? That would be easier for everyone to take a look at it?
-
RE: Trailing stop feature not workingposted in Bug Reports
@winson You are repteating the same lever over and over. All levels need to be different.
-
RE: PARTIAL CLOSEposted in Questions & Answers
@kestra Not sure I fully understand. Basically, if the EA lost several consecutive trades on one chart a new chart should be selected to begin the sequance again? If so, why not beginning the new sequence again on the same chart?
-
RE: Compare equity of two different mt4 accounts to close all trades of both accountsposted in Questions & Answers
@hjmr AFAIK that is only possible via custom code and proably with terminal variables. MT4 accounts are not intercommunicated even if they are inthe same MT4 platform. That is advanced programming, si I cannot help, sorry, bt I'm also interested in the possible solution.
-
RE: MT5 Update. Cannot download new programsposted in General Discussions
@jflyer Do you mean loading fxDreema EAs? I can do it normally.
-
RE: exit trade on next candle closeposted in Questions & Answers
@piptheripper said in exit trade on next candle close:
on the very next candle close
What do you exactly mean by 'on the very next candle close'? The clsong of the same candle in which the trade waas open or the closing of the immediate candle AFTER the the one the trade was open?
-
RE: Pending orders EAposted in Questions & Answers
@a-salem said in Pending orders EA:
shared/ZwphzhxAd
Your current structure wil create more than one pending order. I guess you just need one of them per day. Right? If so you should add a 'No trade/pending order' block instead of that 'No trade' block.
-
RE: Help Needed to build expert advisorposted in General Discussions
@henk-0 I will be glad to help you. Can you please describe the strategy to implement?
-
RE: xmas holiday - no trade filter - custom codeposted in Questions & Answers
@jstap This makes more sense to me, but I didn't dare to say anything befoe because I never use flags.
Thank you for sharing. -
RE: Report Generating EAposted in Questions & Answers
@roxfx20 You can do it with a rectangle like this:

And then combine several 'comment' blocks. You will need some time until you align all those lines, though.

-
RE: Custom Indicator Buffer color can't setposted in Questions & Answers
@sky-1 Here you can find very useful information about how to do it:
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: PARTIAL CLOSEposted in Questions & Answers
@kestra Not sure I fully understand. Do you want to cover a 3.0 lost size position with another 0.02 lot size? That would require a huge TP distance unles the lost one was ver shortlived. Can you please be more detailed?
-
RE: How to set EA's condition as Indicator rise > Indicator fall, and vice versa?posted in Questions & Answers
@wafa Are you using moving averages? Then you can compare values from candle ID 0 to a specific previous one. Then you can be sure that distance is hit for that period of time.
-
RE: Control Panelposted in Questions & Answers
@uriel-0 He created as many buttons as required by the panel.
-
RE: How to bring a particular chart on topposted in Questions & Answers
@vish I guess that is something requiring custom code. AFAIK no block in fxDreema can do anything like that.
-
RE: How can I print the remaining time of the actual candle?posted in Questions & Answers
@ancient199 That sounds very interesting. Could you please share it?
-
RE: GU34 indicatorposted in General Discussions
@msizi The first thing to do is importing that indicator into you fxDreema account. I recommend you to take a look at this pages:
https://fxdreema.com/instructions/builder/indicators
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