There is a breakOut EA.
When you run open 2 orders (BUYStoP and SELLstop). With the movement of the Ask the positions shift also. When moving Ask faster activated is.
It also uses 2 speed trailing.
When activated, the speed trailing (2 PIPs)
- Code: [Select all]
- Please Login or Register to see this content
- <
and after reaching point
- Code: [Select all]
- Please Login or Register to see this content
- <
activates slow trailing
- Code: [Select all]
- Please Login or Register to see this content
- <
Other important parameters:
extern int DistanceUP = 10;
extern int DistanceDN = 10;
extern int Hysteresis = 2;
Have nice day,
Grat