That's exactly what I'm asking for! 
Posts made by l'andorrà
-
RE: Options to personalize EA on the Fxdreemaposted in Questions & Answers
An impressive summary trader.philipps! :O.
-
RE: As I can place the SL under the previous wick + spread?posted in Questions & Answers
You need to calculate that price level first. Then store it into a variable and finally use that variable as your SL level inside the buy/sell now block.
-
RE: why am i getting negative profits on TP or close profitable on mt4posted in Bug Reports
Could you please share your project to take a look on the issue?
-
RE: Is it possible to create an ea that deactivates "auto trading" per day?posted in Questions & Answers
I see. Certainly complicated.

-
RE: HOW TO SET CLOSING MOVING AVERAGES: just for closing trades onlyposted in Questions & Answers
You need to disconnect blocks 16 and 29 from its current position. Closing conditions need to be saparated from buy/sell trades. Use a 'For each trade' block on a different tree and then connect there the closing conditions.
-
RE: Entry Stop with ATRposted in Questions & Answers
Did you try it on backtest? I'm not sure on block ID 5, but the final answer is backtesting it. Did you get any wrong result?
-
RE: Options to personalize EA on the Fxdreemaposted in Questions & Answers
That's a lot of things to do.
Have you tried any of them? Do you have any initial project to begin with? -
RE: how to choose the first starting position ?posted in Questions & Answers
@trader-philipps said in how to choose the first starting position ?:
@l-andorrà Looks a bit compilcated. I'd use diable / enable blocks instead. After each buy disable buy path and enable sell bath and vice versa, right?
Yes, I agree.
-
RE: Is it possible to create an ea that deactivates "auto trading" per day?posted in Questions & Answers
@trader-philipps said in Is it possible to create an ea that deactivates "auto trading" per day?:
@lnx28 Are you sure you want to disable auto-trading completely? That means no EA can manage any open positions anymore! What one usually wants to achieve that there are no new trades are opened during that time.
Is that possible trader.philipps? If so, that would better than my solution.
-
RE: how to close all trades (Winning and losing trades) When the total is positiveposted in Questions & Answers
Did you try it on backtesting? If so it will not work properly because the 'On Timer' tab works on real market conditions.
-
RE: time filter / once a day strange issue with fxdreemaposted in Questions & Answers
Block 8 is executed before block 9. Then block 36 is executed. Are you sure this is the odrder in which the EA shoul work? I see trades are open within 1 minute period and that will happen before what is programmed on block 36. I'm a bit lost about what you exactly need.
-
RE: Is there any condition or filter that works on "Once Per Bar Close"posted in Questions & Answers
Duplicated thread. Could you please focus on just one of them?
-
RE: How to open multiple tradesposted in Questions & Answers
Fisrt question. How many open trades at the same time will you have at most? Second question. Which of those open trades will determine the price from that pips distance needs to be calculated?
-
RE: How to set sell after 30points of open selling candleposted in Questions & Answers
Block 13 is still there. You didn't modify what trader.philipps suggested.
-
RE: Is there any condition or filter that works on "Once Per Bar Close"posted in General Discussions
I'm afraid I don't fully unsderstand what you mean. Do you mean to close any open trade right now at the end of any bar or any specific bar?
-
RE: Is it possible to create an ea that deactivates "auto trading" per day?posted in Questions & Answers
I don't know how to do that, but I can show you how to program a stop in the EA activity forthat period instead. Would it be valid for you?
-
RE: how to choose the first starting position ?posted in Questions & Answers
@tito78 said in how to choose the first starting position ?:
Hello everybody
I would like to choose the first starting position buy or sell..
example, start negotiating with sell positions
thank you
shared/C7Gi7o5xd
how can I do?Aren't blocks 9 and 13 doing exactly that?
