I replied to your other threads. Please don't duplicate threads. Be a bit patience, please.
Posts made by l'andorrà
-
RE: Payment Completed but Account Not Activated – Unable to Download EAposted in Questions & Answers
-
RE: Transaction Issueposted in Questions & Answers
@Stonegold Yes, it will. The admin takes the exchange value of the payment day. Sadly, payment confirmation by the admin can take more than one week until that happens.

-
RE: MT5 Bucket of Closed Profitsposted in Questions & Answers
Agreed. You need to use the 'For each position' loop structure.
-
RE: How to make and connect the blocksposted in Questions & Answers
Simply click on the orange output dot at the bottom of a block and hold the mouse button clicked while moving it to the white input bot on top of the following block.
-
RE: stoploss problem in the 6th trade/transaction.posted in Questions & Answers
@girisimcibey You can share a link this way:

-
RE: Need assistance on how to make a block to mention the high of the closed candleposted in Questions & Answers
@karthiiytrade23 As jstap said, you can do it this way:

-
RE: ~How to save all the block to make EAposted in Questions & Answers
You need to click on any of the '.mq4' or '.ex4' buttons available on top left of the builder screen when the project is complete.
-
RE: Trail only After 1Rposted in Questions & Answers
When is that trailing stop supposed to be checked? Every single tick or at the open of each new candlestick?
-
RE: Need assistance on how to make a block to mention the high of the closed candleposted in Questions & Answers
If I understant it correctly, the bot is simply checking the highest price of the previous three closed candles and then adding + 1pip, no matter what shape those three candles have. Is that correct?
-
RE: fxDreema based copierposted in Questions & Answers
I modified the variable type, but it didn't work. I got the same result, ie no result at all. Any other suggestion?
Sender:
https://fxdreema.com/shared/uJ25UYwkcReceiver:
https://fxdreema.com/shared/9ibUnxQY -
RE: Need help with coding a custom blockposted in Questions & Answers
You will need a custom loop searching for that information. No fxdReema block will do it directly. Is the custom indicator a continuous line, a number on the chart or a hidden value on the buffer?
-
RE: Output Feature for Custom Blocksposted in Questions & Answers
Unless jstap can provide some help here (sadly, I cannot) I would recommend contacting the admin directly.
-
RE: HELP ..! How to create a SELL LIMIT and BUY LIMIT order in fxdreemaposted in Questions & Answers
That can be problematic because in my experience fxdReema doesn't work well on most renko charts like the one you are using. You should confirm it workd fine on fxDreema by testing an easy bot first before moving one.
-
RE: No Position Nearby filterposted in Questions & Answers
I'm afraid not. You will have to create a 'for each position' structure doing that.
-
RE: Problem with adding volume to buy operationsposted in Questions & Answers
You current settings will add more lot size when a trade is in profit only. As jstap said, if you need to add volume when in loss, you need to use negative numbers. Unless there other sections of the bot that are not shown in your example and that are interfering into the adding structure, it should work correctly. If what we see is the whole project and it doesn't work yet, what can happen is that one or more blocks were corrupt and are messing things up. In such cases you should rebuilt the project from scract and using new blocks only, not copying or recycling any one existing now.
-
fxDreema based copierposted in Questions & Answers
I decided to experiment with global variables (terminal variables in fDreema language) and the best way to do it is by creating an fxDreema based copier. I tried this initial structure but it doesn't work. Could someone please gove me a hand on this? I I can make it, I will share this as a tutorial on the forums:
Sender:
https://fxdreema.com/shared/bjvBbIpHReceiver:
https://fxdreema.com/shared/9ibUnxQYThe information shown on the receiving MT5 platform has nothing to do with the value the the sender is supposed to store into the variable.
-
RE: Bool condition: minimal lot size or notposted in Questions & Answers
The 'true' part does not need any boolean variable. Your MT platform will automatically select the minimum lot size available on that chart when a trade is open with a lower lot size. The platform will show a pop up windows letting you know that. That makes the requested second boolean variable easier to implement.


