• Aperçu
  • Avis
  • Commentaires

MT5 Grid Expert Advisor

This Expert Advisor offers two strategies in one: you can choose between RSI-based or grid-based order placements. Additionally, it allows trading based on a specified price range of the symbol.

//--- input parameters

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

input string            BotName              = "Grid";

input bool              useRsi               = true;

input bool              limiOrderGrid        = false;

input bool              BuyTrade             = true;     // Buy Trade

input bool              SellTrade            = true;     // Sell Trade

input double            Buy_Entry            = 0;        // Buy Below Price

input double            Sell_Entry           = 0;        // Sell Above Price


input group "========== Grid        Settings =========="

input int               MaxPositions         = 50;       // Maximum Position

input int               InpStep              = 6000;     // Step Points

input bool              UseTrailingStop      = true;     // Trailing Stop

input int               InpTrigger           = 5000;     // Trigger Point from Open Position

input int               InpSlPoints          = 500;      // SL from Trigger Point


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

input double            InpLots              = 0.01;     // Volume

input int               MagicNumber          = 55555;    // MagicNumber

input ENUM_TIMEFRAMES   Timeframe            = PERIOD_M5;

input int               Max_slippage         = 10;       // Maximum slippage allow


input group "========== Indicators  Settings =========="

input int               oversoldThreshold    = 30;

input int               overboughtThreshold  = 70;

input ENUM_TIMEFRAMES   rsiTimeframe         = PERIOD_CURRENT;

input int               rsiPeriod            = 14;

Plus de l'auteur
The Breakout Scalper is a trading script that automates the process of placing trades based on high and low breakout points. It is developed to work on the MetaTrader platform, leveraging the MQL5 programming language. The bot is designed to identify potential breakout points and execute trades accordingly, aiming to capitalize on market momentum following significant price movements. Key Features Trading Strategy : High-Low Breakout : The bot identifies potential breakout points by analyzing th
FREE
The Time Range Breakout Strategy is an advanced, automated trading solution designed to capitalize on market movements within specific time intervals. Developed for the MetaTrader platform using MQL5, this strategy identifies key breakout points within a user-defined time range and executes trades accordingly. Here's a detailed description of the product for sellers: Product Overview Time Range Breakout Strategy Product Highlights: Automated Trading : Executes buy and sell orders automatically b
The News Breakout Strategy is an advanced, automated trading solution designed to capitalize on market movements during specific time intervals. Developed for the MetaTrader platform using MQL5, this strategy identifies key breakout points within a user-defined time range and executes trades accordingly. Additionally, it adjusts the timing based on news events related to two currencies, enhancing its responsiveness to market conditions.
Filtrer:
Aucun avis
Répondre à l'avis