DailyRangeBreakOutStrategy
- Bibliotecas
- Yan Xiong Xue
- Versión: 1.0
- Activaciones: 5
Intro to Range Breakout Strategy (pre-close clearance)
Range = yesterday high - Yesterday low
On track = opening price + range *k; Lower rail = Open price - range *K
Stop-loss closing position: When the price breaks up the upper track or breaks down the lower track, it breaks the opening price of the day again
Parameters:
Pairs List (comma separated) = "GBPUSD,GBPJPY,USDJPY,XAUUSD,XTIUSD,USTEC";
- TimeFrame = PERIOD_D1;
- MagicNumber = 60037;
- OrderComment = "RangeBreakOut";
- FixedLots( RiskPercent = 0) = 0.1;
- RiskPercent(0 - 100) = 1;
- RangeMultiplier = 1;
- DistancePoints = 10;
- Exit Method = backopen;
- Close all positions n hours before closing time = 0;
- Close all positions n mins before closing time = 5;