Loop Pattern EA
- Experts
-
Alexander Chertnik
Hi everyone! ()
{
I am forex trader since 2011 ;
For last two+ years I'm studying mql4 language and for last 12 months+, working on EA's and Indicators;
A lot of the products I publish are free, so don't forget to rate them and share ;
}
// More EA's are coming! Happy trading! - 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...