Tâche terminée
Spécifications
Detailed operation: The user manually opens a position (Buy or Sell, it doesn't matter).
The tool detects this position and extracts:
*The entry price
*The stop-loss (SL)
*The take-profit (TP)
*The direction (buy or sell)
The tool automatically creates a series of pending orders that :
*Can be open just by clicking one button (so a panel with 2 buttons is required on the chart [open ladder serie or close ladder series]:
*Have exactly the same SL and TP as the original position
*Are spaced X pips apart (fixed spacing defined in the settings)
*Are X in number (5 orders for exemple)
*Have a position multiplier per order
*Are of the following types: Buy Limit if the original position is Buy and Sell Limit if the original position is Sell
Here are the inputs of the EA :
Ladder orders to open : (X) When clicking on the "open ladder series" button it opens (X) orders below or above the initial manualy opened position
Space between ladder orders in pips : (X) Means that the series of pending orders is spaced by (X) pips between each orders
Multiplicator (X) the Multiplicator between each pending orders based on the manually opened position
What i want is just a "grid entry system" based on a manually opened position with a simple panel ( open ladder series / close ladder series )