MT4-Breakout Scalper Mt4

¥2,886.00

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

- +
Main Image


Features of this EA

  • Request to donate 10% of Profit to all users in my paypal account @priyankald
  • You can reach me on Telegram at t.me/chittaranjankld for purchage source code only.
  • This Type of EA sold in this market more than 300 USD, But as a genuine programmer I have make it free for all users.
  • Source Code @ 150 USDT .
  • This is fully Automated Trading Robot / Expert Advisor for MT4.
  • This EA can give good performance on EURUSD & GBPUSD etc.
  • The Buy Stop order place at 1 hours high price & Sell Stop order place at 1 hours low price ( within a time period).
  • Profit 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 string group1 = "==========Trade_Settings==========";

input string            BotName              = "Breakout Scalper";

input bool              Buy_Trade            = true;        // Buy Trade

input bool              Sell_Trade           = true;        // Sell Trade


input string group2 = "==========General_Settings==========";

input double            Lots                 = 0.01;        // Trading Volume

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

input int               TpPoints             = 300;         // TP Points

input int               SlPoints             = 150;         // SL Points

input ENUM_TIMEFRAMES   Timeframe            = PERIOD_H1;   // Timeframe

input int               MagicNumber          = 2185;        // Magic Number

input bool              isComment            = false;       // Comment


input string group3 = "==========Advanced_Settings==========";

input bool              UseTrailingStop      = true;        // Trailing Stop

input int               TriggerPoints        = 7;           // Trigger Points

input int               NewSlPoints          = 5;           // New SL Points


input string group4 = "==========Trade_Time_Settings==========";

input bool              InpTimeFilter        = true;        // Time Filter

input bool              Sun                  = true;

input int               sun_start_hour       = 22;          // Sun Start Hour

input int               sun_start_min        = 10;          // Sun Start Min

input bool              Mon                  = true;

input bool              Tue                  = true;

input bool              Wed                  = true;

input bool              Thu                  = true;

input bool              Fri                  = true;

input int               fri_end_hour         = 21;          // Friday End Hour

input int               fri_end_min          = 50;          // Friday End Min

input bool              Sat                  = false;

input bool              DeleteOrd_Pos        = true;        // Close Orders & Positions

input int               PositionCloseDay     = 5;           // Close @ End Time (Sunday=0,Saturday=6)


input string group5 = "==========More_Settings==========";

input int               OrderDistPoints      = 200;         // Order Distance from current price

input int               BarsN                = 10;

input int               OrderExpireHours     = 50;

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

input int               Max_slippage         = 10;          // Maximum slippage allow

























Write a review

Note: HTML is not translated!
Bad Good