Hello guys,
I am try to create a EA. This is the first EA that I try to create, so I find it difficult to locate the commands necessary. Any help on which commands to use for my plan below will be appreciated.
First, I want to remain in control of the trade entry. I would buy or sell manually, and only then the EA will manage the trade. So, I think I should use the "on Trade" function of Events.
Second, taking going long for example, I want the EA to place 3 buying orders at each 10 pips of the trade going in my direction. Other criteria are:
- the volume has to double (from the previous entry) for each standing order
- take profit is the same of the parent trade (the one I open)
- fixed stop loss for each entry
Any help would be greatly appreciated.
Paolo