Auftrag beendet
Spezifikation
- I need the EA opens "n" number of orders at the same time, according my EA. For exemple: My EA open a buy 0,01 on one chart(i use a lot at the same time) so your EA will follow my EA by open more 10x or 20x or "N"x (numbers of times) that buy positions/order, with the same characteristcs, with the same size.
With that in mind, if my EA opens a buy of 0,01 lot size your EA will opens more 10 (for exemple) buy orders of 0,01 lot/ or 20 x 0,01 lot or "N" x 0,01 lot.
- Your EA must work in milliseconds.
- All positions must follow the original order: If that first one was just open so your EA must open "N" number of orders, in the next millisecond; and if that first one get closed all copied orders got to be closed also in the next millisecond.
- I need to control that "N" number of times; from 1 to 1000.
- With fields of TP and SL.