.Managing the number of trades
-
Can anyone help me please.I have tried this seral times before,but failed.I want to my to manage the number of trades my EA opens in the inputs by increasing or decreasing the number.I would appreciate it,if anyone can show me how to connects the blocks properly
-
@mpatho You cannot modify an input parameter once the EA is running. What you can do is creating an edit field on screen to modify it manually later. Is that what you mean?
-
No,that's not what I mean.What is,if I want my EA to put 5 trades,I put number 5 on the input settings.
-
@mpatho Maybe, you want to use variables, these can be changed by EA while running.
-
@jstap Anything that can help me please.I don't
know how to use them.Could you please just create a simple EA that that will do what I want. -
@mpatho Create so you can practice, you create the same as you do a constant, once created use modify variable to change, below whatever condition to set the change, don this so in a comment in back test you can see what's happening.
-
@mpatho Using an edit field is exactly that. You can insert the value manually and then is will be stored into a variable as suggested by jstap.