View RSS Feed

mql5

  1. Multi-currency night scalper

    by , 03-01-2019 at 08:17 AM
    Multi-currency night scalper - Night Scalper Multi - expert for MetaTrader 5

    Name:  3.png
Views: 158
Size:  6.1 KB

    Settings:

    Code:
    input string Symbol1     = "USDCAD";       // Symbol1 Name
    input int    StopLoss1   = 370;            // StopLoss1
    input int    TakeProfit1 = 20;             // TakeProfit1
    input int    BBPeriod1   = 40;             // Bands Period1
    input double BBDev1      = 1;              // Bands Deviation1
    input double
    ...
    Categories
    Uncategorized