MT5-Time Range Breakout

¥2,592.00

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

- +
Main Image
Features of Time Range Breakout EA:
  • 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.
  • You can reach me on Telegram at t.me/chittaranjankld for purchage source code only.
  • Source Code @ 200 USDT .
  • 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 as below:

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

input string            BotName           = "Retain Capital";

input bool              Buy_Trade         = true;        // Buy Trade

input bool              Sell_Trade        = true;        // Sell Trade


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

input double            Lots              = 0.01;        // Volume

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

input int               TpPoints          = 300;         // TP Points

input int               SlPoints          = 150;         // SL Points

input ENUM_TIMEFRAMES   Timeframe         = PERIOD_M15;  // Timeframe

input int               MagicNumber       = 1234;        // MagicNumber

input bool              isComment         = true;        // Comment


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

input bool              UseTrailingStop   = true;        // Trailing Stop

input int               TriggerPoints     = 20;          // Trigger Points

input int               NewSlPoints       = 5;           // New SL 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 int               range_end_hour    = 12;          // Range End Hour

input int               range_end_min     = 0;           // Range End Min

input int               close_hour        = 16;          // Order Close Hour

input int               close_min         = 0;           // Order Close Min


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

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

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



Write a review

Note: HTML is not translated!
Bad Good