I want the created EA to also handle manual positions!
Hello. This is a little fx.
Well, as the title suggests, for example, when you work hardEA Creatorand want to enter a position now but want the close process to be handled by the EA! Isn’t that right?
EA Creatorjust set the magic number of the created source to "0".
input int Magic1 = 0;
Easy, isn’t it.
Apparently, the magic number of manually entered positions seems to be fixed at "0".
If there is an input, you’ll be able to modify parameters even after creation, right?
You can create an EA that only handles the close process and leave entering positions to manual operation. That’s possible.
Convenient!
*Please use at your own discretion.
× ![]()