I'm not a programmer, so I'm afraid I cannot be of any help in this case. However, I tried chatGPT to create some bots and I was disappointed. None of them worked. It still needs a lot of improvement before substituting fxDreema! 
Posts made by l'andorrà
-
RE: sooo today i was fooling with chatgpt and....posted in Questions & Answers
-
RE: Drawing lines exampleposted in Questions & Answers
Unfortunately, the only way to do it with fxDreema is by finding the candle ID of those points first and then using a standard 'draw line' block with those values.
-
RE: I need your help on thisposted in Questions & Answers
You can do it via backward loop. However, 5000 candles is a heck of a lot candles. Do you really need so many?
-
RE: How to take profit using indicatorposted in Questions & Answers
You can remove the OR block number 15. Your current connections are achieving the same effect. Do trades open as you want?
-
RE: Button that turns off another buttonposted in Questions & Answers
@Ernes666 You need this block:

-
RE: testing with "set current market"posted in Questions & Answers
That kind of backtest is only possible on MT5, not on MT4.
-
RE: Complex EAposted in Questions & Answers
Yes, that can happen when the following conditions coincide in time:
- High volatility market right now.
- Many blocks executions are required, especially when loops are involved.
Then, in effect, not all blocks can be executed when a new tick arrives to the terminal.
-
RE: ZigZag EAposted in Questions & Answers
That will never happen. Zigzaz is showing its the last value on the chart as price evolves. Any crossing lines you see are visual artifacts with no real value as an indicator. No bot will ever be able to work on that premises.
-
RE: Hello where can I find check consecutive losses in pips? it just have only in countposted in Questions & Answers
Then there is no fxDreema block doing that. You will need a structure with a variable doing that calculation on a case by case basis.
-
RE: fixed moneyposted in Questions & Answers
Not sure what you exactly mean. Could you please provide a numeric example?
-
RE: How add this indicator to fxdreema?posted in General Discussions
You should try these tutorials first:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-fileHowever, there is no guarantee that it will work on fxDreema. Especially when considering MT5 indicators.

