I'm afraid that I cannot be of any help here, sorry. I'm not a programmer. I hope someone else can help.
Posts made by l'andorrà
-
RE: Write to the Custom column in optimization results MT5posted in Questions & Answers
-
RE: Condición de cierre de operacionesposted in Questions & Answers
Devberías substituir el bloque 8 de cierres por el bloque rosa de cierres. Eso te evitará problemas.
-
RE: Buffer Number into Variable use ID (Semafor, ZigZag Fractals) to draw TrendLinesposted in Questions & Answers
You need 2 candle IDs to define that trend line. The candle ID in the upper slot should be the closest to the present time (candle ID 0 or 1) whereas that of the lower slot should be the origin of the trend line in the past (candle ID 10, 20, 30, etc.)
-
RE: CCI and zero lineposted in Questions & Answers
@Sadegh-z Your logic is correct, but you are using a custom indicator. Are you sure that buffer is correct?
-
RE: my fxdreema platform just crashedposted in Bug Reports
Certainly weird. Does the problem still persist?
-
RE: Close partially by amount of moneyposted in Questions & Answers
An interesting question. You should do the calculation before the partial close in lot size percentage only, because fxDreema cannot close trades by money.
-
RE: I want to martingale last closed loss tradeposted in Questions & Answers
@forexbob-0 You can try this:

-
RE: Can#t trace the custom indicatorposted in Questions & Answers
That depends on the way each indicator works. Crossings can be easily identified a few candles in the past. For other 'coloured' lines you will need loops. But please check if those lines are repainted. If they are, the bot is doomed.
-
RE: trail stop buys and sells on same timeposted in Questions & Answers
Why do you need a line? You can use a variable storing the SL value instead.
-
RE: USDT-TRC20 paymentposted in General Discussions
Sorry. That I don't know. You should contact the admin directly to ask him.
-
RE: Two indicatorsposted in Questions & Answers
Ok. Can you please define the project you want to do?
-
RE: How to implement Buy Stop?posted in Questions & Answers
The problem is that you need to define two moments in time that can be separated by minutes, hours or days. You can create a variable to confirm if price 110 was hit one. Then you need to define a time period for the second hit to happen (minutes hours or days) do that the second time that price is hit a trade is open.
-
RE: donchian channelsposted in Questions & Answers
You can request that the value of Donchian channel on candle ID 1 to be higher than on candle ID 5, 10 or 20 for example.
-
RE: Global takeprofit for gridposted in Questions & Answers
Why do you need it drawn? You can simply insert the value into a variable.
-
RE: how to custom Fibonacci levelsposted in Questions & Answers
And will they always be the same or you wold want to add/remove them later?
-
RE: how to custom Fibonacci levelsposted in Questions & Answers
Sadly it has nothing to do with zigzag. That indicator can be used to find the initial high and lows. The problem is the intermediate levels. How many are you planning to use?
-
RE: Write to the Custom column in optimization results MT5posted in Questions & Answers
Are you trying it on MQ5 maybe? I know some errors are present there. Try to use MQ4 instead.
-
RE: trail stop buys and sells on same timeposted in Questions & Answers
Do you mean a moving SL visible on the chart or a money profit that is applicable to those 3 trades at the same time?