Not through fxDreema, I'm afraid. You will need to do it on your own.
Posts made by l'andorrà
-
RE: EA 'cleaning' of non-used code linesposted in Questions & Answers
-
RE: Expert properties displayposted in Questions & Answers
Sadly the only way to do it is manually. Every time you use a display menu, the tick box on its right can be ticked. You need to untick it manually.
-
RE: Candle Patterns logicposted in Questions & Answers
You can use condition blocks normally but storing some info into variables beforehand and then combine more than one condition block. For example:
Variable with this calculation: candle open(1) && candle open(2)
Condition block 1. candle close(1) > variable result from previous calculation.
And so on. -
RE: How can I turn this into a robot?posted in Questions & Answers
Could you please provide more info?
-
RE: How can I get my ea to read previous days price action and current day price action?posted in Questions & Answers
You can use candles instead of time. You can know that candle ID of both 23:00 and 03:00 according to the timeframe the bot is ON. Then do tha calculation.
-
RE: Need help with EA based on indicatorposted in Questions & Answers
I guess your conditions are very restrictive. Are you sure all of them can happen on the chart at the same time? I recommend to try them one by one instead of all of three at the same time just to check if that is the problem.
-
RE: Close Specific trades not allposted in Questions & Answers
As Alan said, could you please share the link to the project?
-
RE: How to close 75% in profits of total trades runningposted in Questions & Answers
@Mdfaculty You can do it with current profit/loss instead of trades. If I get your idea correctly, you just need to close all trades when the global profit right now is $75.00. You don't need to count trades, simply close all of them when that profit is hit by using this block:

-
RE: partially closeposted in Questions & Answers
Block 20 is unnecessary, you can remove it. The problem is that both BE and TS blocks are conflicting each other. The TS block will always work before the BE with its current configuration, this is why it doesn't work. You need to find a different configuration for both blocks to avoid that.
-
RE: Positive - Negativeposted in Questions & Answers
I strongly recommend to use a max limit of open trades before moving on. Otherwise the bot will simply go crazy. What max number of open trades at the same time you'd be ready to accept?
-
RE: stop lossposted in Questions & Answers
Could you please me more specific? What do you exactly mean by 'floor and ceiling pivot'?
-
RE: Something like break even pointposted in Questions & Answers
Ok. Now we can focus on the time limit or higher profit determining when the SL is to be moved. Is there a minimum time or a minimum profit beyond 1 pip? If so, how much of one or the other?
-
RE: I am trying to make a ea like break even pointposted in Questions & Answers
This is the second thread you created for the same request. Please don't duplicate threads.
-
RE: Invalid Expirationposted in Questions & Answers
That's certainly weird, but I have to say brokers are getting crazier over time.
-
RE: Custom indicator to EAposted in Questions & Answers
This is the second thread you created for the same request. Please don't duplicate threads.
-
RE: Custom indicator to EA.posted in Questions & Answers
Does the indicator repaint? Because if it does, the EA is doomed.
-
RE: Candle Close or +1posted in Questions & Answers
Not sure what you exactly mean. Candles are not added any number. It is fxDreema counting candles in the past the way it works regardless the time frame. Could you be a bit more specific, please?
