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
Account Options: leverage 500:1 (low spread Raw ECN / Standard STP / Micro – Cent)
open account > www.vantagemarkets.com/forex-trading/forex-trading-account/?affid=5861
 ![图片[1]-Loop Pattern EA 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站](https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.mql5.vip/wp-content/uploads/2024/05/20240514144842-664379ca36374.jpg)
 


























































