@sikerentea said in hello, is using fx dreama banned in mql5?:
I mean (see no 4)
Well yes, looks to be this one. And to be fair, I also think that generated code is a little bit... unprofessional. Because it has its problems, mostly that the code is bloated (full with code that is never actually used) and slow (for backtesting), and probably generated by someone who is not a good programmer in the first place. I think it's fine to use EA builders for quickly testing some ideas, and even make the whole EA, and when the EA is ready, to code it manually - it would be so much smaller and faster. But of course, this depends on the programming skills of the person. And when it comes for MQL5, I think the programmer must be top notch. I'm not a newbie programmer, but I'm still lost in all those orders, deals and positions in MQL5. Every time I have to fix or add some trading functionality, I have to once again remind myself how orders, deals and positions work. MQL4 is waaaay simpler when it comes to sending orders.