MT5-Fundamental Breakout Expert Advisor

¥639.00

  • Brand: LANCOME
  • Product Code:
  • Availability: In Stock

- +
Main Image
  • Request to donate 10% of Profit to all users in my paypal account @priyankald
  • This Type of EA sold in this market more than 500 USD, But as a genuine programmer I have make it free for all users.
  • Source Code @ 200 USDT .
  • You can reach me on Telegram at t.me/chittaranjankld for purchage source code only.
  • This is highly Advanced Expert Advisor based on Calender Events.
  • As This Robot based on Calender Events to get time setting It won't work on Strategy Tester.
  • This is same as Time Range Breakout but It findout the time on it own.
  • This is fully Automated Trading Robot / Expert Advisor for MT5.
  • This EA is suitable for all pair.
  • Buy Stop Order place at Range High Price & Sell Stop Order place at Range Low Price.
  • Profit can be secured by Adjustable Trailing Stop .
  • Please Enter correct Risk Percent that you can afford from your total margin.
  • This EA can place Order at your own Magic Number .
  • Suitable for both beginners and experienced traders.
  • Please give me yours valuable comments.

Input parameters are as below:

//--- input parameters

input group "========== Trade       Settings =========="

input string            BotName           = "Fundamental Breakout 1.0";

input bool              Buy_Trade         = true;        // Buy Trade

input bool              Sell_Trade        = true;        // Sell Trade


input group "========== General     Settings =========="

input double            Lots              = 0.01;        // Trading Volume

input double            InpRisk           = 0;           // Risk Percent (0 = Not used)

input int               TpPoints          = 400;         // TP Points

input int               SlPoints          = 200;         // SL Points

input ENUM_TIMEFRAMES   Timeframe         = PERIOD_M5;   // Timeframe

input int               MagicNumber       = 2345;        // Magic Number

input bool              isComment         = false;       // Comment


input group "===========Advanced    Settings =========="

input bool              UseTrailingStop   = true;        // Trailing Stop

input int               TriggerPoints     = 20;          // Trailing Step Points

input int               NewSlPoints       = 5;           // Trailing Stop Points

input int               Max_spread        = 0;           // Maximum Spread (in Pips) (0 = floating)

input int               Max_slippage      = 10;          // Maximum slippage allow


input group "========== Range Time  Settings =========="

input int               range_start_hour  = 0;           // Range Start Hour

input int               range_start_min   = 0;           // Range Start Min


input group "========== Frequency   Settings =========="

input int               Max_Long_Trade    = 1;           // Maximum Long Trade Allowed per day

input int               Max_Short_Trade   = 1;           // Maximum Short Trade Allowed per day


input group "========== Filter      Settings =========="

input string            us_currency       = "USD";       // Currency Code

input int               us_imp            = 2;           // importance(High=3, Moderate=2, Low=1, None=0)

input string            c_currency        = "EUR";       // Currency Code

input int               c_imp             = 3;           // importance(High=3, Moderate=2, Low=1, None=0)

input ENUM_TIMEFRAMES   signal_time       = PERIOD_M10;  // Signal time before event time



Write a review

Note: HTML is not translated!
Bad Good