Loop Pattern EA
- Experts
- Alexander Chertnik
- Version: 1.0
Loop Pattern EA is an automatic long term strategy trader.
Minimum trading account 10,000.
Best performance on GBPUSD 1h.
This EA calculates amount of candles back controllable by the user and applies certain function:
if
(calculate_Green_Body()>calculate_Red_Body() &&
calculate_Green_High()<calculate_Red_Low() && newcandle())
{ buy(); } ...
There are no stoploss or takeprofit and the trades closes then the opposite signal arrives.
this EA operates only once per bar closing, fast methods of optimization are valid.
the user can optimize by model (control point) & (open prices only)
developed, tested and optimized on " VantageMarkets " platform.
Recommended broker > Vantage
Thanks!
Initial test on demo account shows stable gains on crypto currencies...