500 pages of code for a simple 5 line EA?
-
Newbie here. Anyone know why we get a canned page of code 500 miles long when all we need is the couple blocks and a few lines of code? Is there a way to specify output so we can easily make changes to our functions without scrolling to Zimbabwe and back?
Thanks
-
@binarykungfu fxdreema has blocks that have specific mql codes in them so all what the user needs to do is simply drag, drop and connect blocks for their logic rather having to code the logic themself. And thats why there is so many codes in it.
So if you want to change the function of a block. Just go to the custom section and code your own block you know mql already. And if your talking about changing parameters, just use constants and variables.
-
@binarykungfu fxDreema is designed for people who are not programmers. As vonmunchy said, this is the price to pay for it. If you prefer ultraefficient code makers, then this tool is not what you are looking for.
-
Indeed, both good answers, but flow coding is nothing new, and most flow chart coding apps build that app with the logic you need without providing the entire base blocks of code. For instance PicBasic, Flowcode and many others, They simply take the blocks of logic you want, and write them into the tight little page of code that only contains what it needs to run. Makes it very fast, useful, handy, and no bloat.
Thanks for your answers.