Работа завершена
Техническое задание
Greetings,
I have grid ea. It working fine.
the logic is simple
EA set up the 2 buy stop orders and the 2 sell stop orders away in equal increments from a middle starting point. Then when price triggers the level,
the EA place pending orders on the rest of the levels but the one is at.If it is at a buy level, the EA place pending orders only above that buy level is at with the initial lot size and in the 2 sell levels with double lot size. If the price is at a sell level, the EA place pending orders only below the sell level is at with the initial lot size and in the 2 buy levels with any double lot size.
No matter where the market moves, when one of the top or the bottom targeted prices is hit, profit will be made. in fact the longer it takes to reach such point, the more money it will make!
1. i want to create two grids overlapping each other. Example 1 When the price reaches B1 on Grid1 it should start another grid with sell(S1) on the spot and it should calculate and compensate on the buy side. Example 2 Vice a versa When the price reaches S1 on Grid1 it should start another grid with Buy(B1) on the spot and it should calculate and compensate on the Sellside.
This can be achieve by different magic number.Each grid should be independent with other gird. In lay man term ea will be running two different instances of grid independent with each other.
Note :- Only two grids will be running at any given point o time.
Note2 :- Grid 2 will be started either at S1 or B1 on the spot. it Should compensate for the opposite side
Example 1 Example 2
The programmer need to be good with maths lot of maths is involved in this.