@biztet Agreed. More than probably that indicator repaints. If that is the case, any bot based on it is doomed. Before creating any bot you should check the bot doesn't repaint.
Posts made by l'andorrà
-
RE: EA THAT TRADE OBJECTS ON CHARTSposted in Questions & Answers
-
RE: The inner workings of "check profit average"?posted in Questions & Answers
@KABO But what do you need exactly?
-
RE: Title: Help with formula to close operations in pipsposted in Questions & Answers
@alok In this example any trade hitting a 10 pips profit will be immediately closed:

-
RE: Lot sizeposted in Questions & Answers
@Bandito7 FxDreema can do it but by using variables. You can calculate the percentage to open by using a loop searching for the total lot size in open trades right now and compare it to the last closed trade. The difference will be the new lot size to open. It can be stored into a variable.
-
RE: Help Needed: Spread Trading Bot for Correlated Pairs in FXDreema/MT5posted in Questions & Answers
I can help if you are also doing your part.
Did you create any initial version? -
RE: Telegram to MT5 orderposted in Questions & Answers
@PlugPong You will ned some custom code. Here you have some hints to do that:
https://fxdreema.com/forum/topic/6716/mt4-to-telegram-group/3
https://fxdreema.com/forum/topic/7192/send-screenshot-to-telegram
https://fxdreema.com/forum/topic/15201/send-variables-to-telegram/8 -
RE: Full-Version vs. Free Versionposted in Questions & Answers
fxDreema can be used for free as far as your projects are not using more than 10 connections each. What is your exact problem?
-
RE: Pips Distance and Valueposted in Questions & Answers
@Morpheus_0 Correct, pip size rules for gold are usually different than those for forex symbols in most brokers.
-
RE: Modify each lot to a based lot sizeposted in Questions & Answers
Ok. Then you mean using an ON/OFF option to select a fixed lot size or a variable lot size?
-
RE: Is it possible to add the open option to the right-click menu for mobile devices?posted in Questions & Answers
@Deterjan Sadly, he doesn't read all the forums. The most efficient way to contact him is via the support page:
-
RE: NRTR custom indicator from MT5posted in Questions & Answers
@Lerumo Sadly, not all custom indicators work fine on fxDreema. Can you try to find a different one?
-
RE: Lot sizeposted in Questions & Answers
You can remove the 'pass' block. It is redundant. Additionally, the rest of blocks need to be moved to the 'on tick' tab. Otherwise they will not work there.
-
RE: Formula for lot size?posted in Questions & Answers
Thank you. Yes, you need to connect the formula just before the buy now block in order to open each trade with the correct lot size value. And no, you don't need a 'modify variables' bloc. The formula block is storing the value as needed.
-
RE: NRTR custom indicator from MT5posted in Questions & Answers
@Lerumo You forgot to specify the correct candle ID on both operands.

-
RE: Place pending order for buy and sell and open again pending order only after SL or TPposted in Tutorials by Users
Could you please be more specific? How are the initial pending orders supposed to be programmed, for example?
-
RE: Problem with output buffersposted in Questions & Answers
I found that same issue some years ago (several buffers sharing the same position) and there was no solution other than using some custom code to fix it. No fxDreema block can understand that buffers distribution.
-
RE: Vertical Lines*posted in Questions & Answers
@Morpheus_0 You can substitute the pink line for candle ID. The pink line is a candle in the past that will be increasing its ID by as new candles are appearing on the chart.
The green line is reached when its candle ID is zero:


