This is the second thread you created for the exact same question. Please don't duplicate threads.
Posts made by l'andorrà
-
RE: how to build a bot that checks only daily targetposted in General Discussions
-
RE: How to build a bot that checks only daily targetposted in Questions & Answers
@Humble_Fx You can find some inspiration here:
https://fxdreema.com/shared/LHZfs3gvb
You can specify a daily profit here and no more trades will be open until next day.
On your 'closed profit' part, do you mean closed from day 1 or from today only?
-
RE: Let's talk about HFTposted in General Discussions
Sorry to be harsh, but simply forget it. HFT only works when our execution launcher is less than 1 km away from the market's main server. In other words, no small fish like us will ever get an HFT strategy to work.
-
RE: How to break or next an object loop?posted in Questions & Answers
There is no block breaking that loop, I'm afraid. The only option is adjusting the logic of both of them accordingly.
-
RE: Draw arrow on closeposted in Questions & Answers
@Hellzer Then I'm afraid the only option is using different charts and specify on each one the symbol the bot is running on.
-
RE: Year filterposted in Questions & Answers
Yes, I know the concept, but I don't get yet why you need the TF to be changed in the middle of the backtest process.
-
RE: Need help to delete pending orders if the 1st doesn't trigger.posted in Questions & Answers
@FX-EA You can specify an expiration time here:

-
RE: TrendLineEA Edit LotSize, Edit Trades Count Failsposted in Questions & Answers
The problem is the constant you created to select the output buffer. AFAIK that doesn't work in fxDreema. Probably a programmer will be able to shed some light here, but if dxDreema cannot identify the buffer correctly, the block simply will not work.
-
RE: Fractal Drawing & Countingposted in Questions & Answers
It looks like a problem inside some block's code. I'm not a programmer, but I see no reason for the logic not to work as expected.
-
RE: money management ATR & RSIposted in Questions & Answers
Ok. Can you please share the link to your project?
-
RE: wait for post trade 10 minutes without making tradeposted in Questions & Answers
@alok Then you need this:

Both block should be connected immediately above both buy/sell now blocks.
-
RE: Convert any MQL5 written code into Builder/Studio?posted in Questions & Answers
Not as far as I know.
-
RE: Year filterposted in Questions & Answers
@Hellzer I don't see the logic behind that. What's the point of changing the TF in the middle of the backtest?
-
RE: LIMITATION or BUG ??? Block " Set "Current Market" for next blocks"posted in Questions & Answers
@OntradingX AFAIK it is a block limitation. You can ask the admin to confirm.
-
RE: Phoneposted in Questions & Answers
@Domas1988 You need to connect this block immediately below the event you need top be communicated.

However, you'll need to use the android's MT4 app to make it work. That means all you contacts, phone calls, messages, emails, etc. will be used and sold to unlimited third parties.
-
RE: Create a variable from multiple buffersposted in Questions & Answers
Agreed. That is possible to be done.
-
RE: wait for post trade 10 minutes without making tradeposted in Questions & Answers
Do you mean no new trades are supposed to be open for 10 minutes after the last one was open?
-
RE: money management ATR & RSIposted in Questions & Answers
But why do you need the line when having the value is enough?
-
RE: How to make my EA ran multiple market symbolsposted in Questions & Answers
@payitt1 You need to use this block on top of the launcher structure:

-
RE: Open when on the first candle after crossposted in Questions & Answers
You should use a 'once per bar' block on top of blocks 117 and 123.