RSI Super Martin_MT4 source code download and deployment instructions | Gold EA download-MetaTrader 4 resource #11978
Varieties: XAUUSD, EURUSD, GBPUSD, USDJPY, AUDCAD, AUDNZD, NZDCAD, etc.
Cycle: M15
Funding Requirement: 20,000 cents ($200)
Parameters: There is a configuration file in the compressed package. When EA drags it in, select the lower right corner to load it.
Advice from the webmaster: Martin must use cents to run. 10,000 cents is equal to 100 US dollars. It is difficult to explode.
![Picture [2] Trading Tools | Foreign Exchange EA | Foreign Exchange Forum | MT4 Indicators | MT5 Software | EA Source Code | MQL Programming | Documentation System | Martingale | Wolf Walk World | Finance Northeast Road | ctrader | Candle Chart Technology | Foreign Exchange Knowledge | Automated Trading RSI Super Martin_MT4 trading tools | Foreign exchange EA | Foreign exchange forum | MT4 indicators | MT5 software | EA source code | MQL programming | Documentation system | Martingale | Wolf World | Finance Northeast Road | ctrader | Candle Chart Technology | Foreign Exchange Knowledge | Automated Trading 1mt5](http://eacpu.com/content/uploadfile/github/custom_img_1774366216_3868.jpeg)
![Picture [3] Trading Tools | Foreign Exchange EA | Foreign Exchange Forum | MT4 Indicators | MT5 Software | EA Source Code | MQL Programming | Documentation System | Martingale | Wolf Walk World | Finance Northeast Road | ctrader | Candle Chart Technology | Foreign Exchange Knowledge | Automated Trading RSI Super Martin_MT4 trading tools | Foreign exchange EA | Foreign exchange forum | MT4 indicators | MT5 software | EA source code | MQL programming | Documentation system | Martingale | Wolf World | Finance Northeast Road | ctrader | Candle Chart Technology | Foreign Exchange Knowledge | Automated Trading 1mt5](http://eacpu.com/content/uploadfile/github/custom_img_1774366217_2855.jpeg)
![Picture [4] Trading Tools | Foreign Exchange EA | Foreign Exchange Forum | MT4 Indicators | MT5 Software | EA Source Code | MQL Programming | Documentation System | Martingale | Wolf Walk World | Finance Northeast Road | ctrader | Candle Chart Technology | Foreign Exchange Knowledge | Automated Trading RSI Super Martin_MT4 trading tools | Foreign exchange EA | Foreign exchange forum | MT4 indicators | MT5 software | EA source code | MQL programming | Documentation system | Martingale | Wolf World | Finance Northeast Road | ctrader | Candle Chart Technology | Foreign Exchange Knowledge | Automated Trading 1mt5](http://eacpu.com/content/uploadfile/github/custom_img_1774366217_1452.jpeg)
![Picture [5] Trading Tools | Foreign Exchange EA | Foreign Exchange Forum | MT4 Indicators | MT5 Software | EA Source Code | MQL Programming | Documentation System | Martingale | Wolf Walk World | Finance Northeast Road | ctrader | Candle Chart Technology | Foreign Exchange Knowledge | Automated Trading RSI Super Martin_MT4 trading tools | Foreign exchange EA | Foreign exchange forum | MT4 indicators | MT5 software | EA source code | MQL programming | Documentation system | Martingale | Wolf World | Finance Northeast Road | ctrader | Candle Chart Technology | Foreign Exchange Knowledge | Automated Trading 1mt5](http://eacpu.com/content/uploadfile/github/custom_img_1774366218_3798.jpeg)
![Picture [6] Trading Tools | Foreign Exchange EA | Foreign Exchange Forum | MT4 Indicators | MT5 Software | EA Source Code | MQL Programming | Documentation System | Martingale | Wolf Walk World | Finance Northeast Road | ctrader | Candle Chart Technology | Foreign Exchange Knowledge | Automated Trading RSI Super Martin_MT4 trading tools | Foreign exchange EA | Foreign exchange forum | MT4 indicators | MT5 software | EA source code | MQL programming | Documentation system | Martingale | Wolf World | Finance Northeast Road | ctrader | Candle Chart Technology | Foreign Exchange Knowledge | Automated Trading 1mt5](http://eacpu.com/content/uploadfile/github/custom_img_1774366218_5541.jpeg)
![Picture [7] Trading Tools | Foreign Exchange EA | Foreign Exchange Forum | MT4 Indicators | MT5 Software | EA Source Code | MQL Programming | Documentation System | Martingale | Wolf Walk World | Finance Northeast Road | ctrader | Candle Chart Technology | Foreign Exchange Knowledge | Automated Trading RSI Super Martin_MT4 trading tools | Foreign exchange EA | Foreign exchange forum | MT4 indicators | MT5 software | EA source code | MQL programming | Documentation system | Martingale | Wolf World | Finance Northeast Road | ctrader | Candle Chart Technology | Foreign Exchange Knowledge | Automated Trading 1mt5](http://eacpu.com/content/uploadfile/github/custom_img_1774366219_5234.jpeg)
![Picture [8] Trading Tools | Foreign Exchange EA | Foreign Exchange Forum | MT4 Indicators | MT5 Software | EA Source Code | MQL Programming | Documentation System | Martingale | Wolf Walk World | Finance Northeast Road | ctrader | Candle Chart Technology | Foreign Exchange Knowledge | Automated Trading RSI Super Martin_MT4 trading tools | Foreign exchange EA | Foreign exchange forum | MT4 indicators | MT5 software | EA source code | MQL programming | Documentation system | Martingale | Wolf World | Finance Northeast Road | ctrader | Candle Chart Technology | Foreign Exchange Knowledge | Automated Trading 1mt5](http://eacpu.com/content/uploadfile/github/custom_img_1774366219_5161.jpeg)
Parameter translation
DeepSeek's interpretation of RSI Super Martin parameters may not be accurate and can be used as a reference.
Trading direction control parameters
Allow_BUY - Boolean: Whether to allow the execution of buy transactions and control the EA's authority to open long orders.
Allow_SELL - Boolean: Whether to allow the execution of sell transactions and control the EA's authority to open short orders.
First order opening control
EA_makes_first_order – Boolean: whether the EA automatically creates the first order instead of waiting for manual opening.
Open_order_on_trend – Boolean: Whether to only allow the first order to be opened in the direction of the trend. The trend direction needs to be determined based on indicators.
Grid spacing parameters
First_step – Integer: The distance between the first order and the trigger price, calculated in points, controls the entry timing of the first order.
Minimum_price_distance – Integer: Minimum price distance to prevent orders from being too dense and ensure sufficient price intervals between orders.
Move_step – Integer: Move step size, used to dynamically adjust the grid position and adjust the subsequent pending order position when the price moves.
Distance_between_orders – integer: fixed distance between adjacent orders, calculated in points, determines the grid density.
Risk control parameters
Maximum_allowed_loss – Integer: The maximum allowed loss value, which may be in the form of points or amounts. Stop loss is triggered when this value is reached.
Close_loss_by_drawdown – Floating point type: Close the position based on the drawdown percentage. When the drawdown of the account equity reaches the set percentage, all positions will be closed.
Loss_for_closing – floating point type: the overall loss closing point, the position is forced to be closed when the combined loss of all related positions reaches this value.
Position management parameters
order_lotsize – floating point type: basic trading lot size or first lot size, starting position size of Martin strategy.
increase_lotsize_by - Floating point type: fixed increase value of lot size, used in arithmetic sequence adding mode, each time adding a position increases by a fixed number of lots.
multiply_lotsize_by - Floating point type: Lot size multiplication coefficient, used in the geometric sequence adding mode. Each time adding a position, the lot size is increased by a multiple.
Order_lotsize – float: repeating parameter, may be an alternative or the base lot size in a different mode.
Increase_lotsize_by – float: repeating parameter, reserve or lot size increase value under specific conditions.
Multiply_lotsize_by – float: repeating parameter, alternative or lot size multiplication factor under certain conditions.
Maximum_positions_in_one_direction – integer: the maximum number of positions in one direction, limiting the maximum number of positions opened in the same direction.
Maximum_positions_for_auto_profit - Integer: The number of positions that trigger automatic take profit. When the number of positions reaches this value, automatic take profit is started.
Round_lotsize_to_decimals – Integer: Rounds the lot size to decimal places to ensure that the lot size conforms to the standard format required by the broker.
Take profit strategy parameters
Profit_for_closing_2_directions – floating point type: the overall profit-taking point for two-way positions, and the overall profit target when holding long and short positions at the same time.
Profit_for_closing_1_direction – floating point type: the number of profit-taking points for one-way positions, the profit target when only one direction is held.
Auto_calculated_profit – Integer type: Automatically calculate the take profit, which may be a switch option. When enabled, the EA automatically calculates the optimal take profit point.
Profit_for_closing_in_money – integer: currency unit take-profit amount, take-profit setting targeting a specific amount (such as US dollars).
Stop loss and pause parameters
Pause_after_SL_min – Integer: The number of minutes to pause trading after stop loss, and the length of time that EA temporarily stops opening positions after triggering stop loss.
Trailing Stop Parameters
Trailing_settings – Enum: Trailing stop setting options, including closed, candle-based, fractal, points, amount and reverse signal modes.
Trailing_type – Integer: Trailing stop type, further refines the specific calculation method of trailing stop.
Trailing_step – integer: moving stop loss step size, how many points the price moves to adjust the stop loss position.
Minimum_trailing_profit – integer: the minimum profit to activate the trailing stop. The trailing stop will only be activated when the profit reaches this value.
Technical analysis parameters
Padding_by_fractals_or_candles – Integer: Use fractals or candles to determine support and resistance, select the method for calculating support and resistance levels.
Time_frame – integer: chart time period, set the time frame for EA to analyze data.
Indicator selection and processing
supported_Indicators - enumeration type: list of supported technical indicators, including RSI, stochastic indicator, William indicator, CCI, MACD and custom indicators.
custom_Indicators_name: Custom indicator name, enter the name of the custom indicator file to be used.
custom_Indicators_function – enumeration type: custom indicator function options, including four modes: disabling the indicator, opening orders at the indicator level, opening orders on the rising edge, and opening orders on the falling edge.
custom_Indicators_processing – enumeration type: indicator processing frequency, set the time interval for indicator calculation and update, ranging from every tick to daily.
Indicator signal parameters
invert_buy_sell – Boolean: Invert the direction of the buy and sell signal, converting the original buy signal to sell, and selling to buy.
indicator_param1_period – integer: the first parameter period of the indicator, usually the main period parameter such as the moving average period.
indicator_param2 – integer: the second parameter of the indicator, the secondary parameter of the indicator such as the slow EMA period of MACD.
indicator_param3 – integer: the third parameter of the indicator, additional parameters of the indicator such as the signal line period of MACD.
indicator_shift – integer: indicator offset, the number of periods to move the indicator line forward or backward on the time axis.
indicator_buffer_buy – integer: buy signal buffer index, specifies the buffer number used for buy signals in the custom indicator.
indicator_buffer_sell – Integer: Sell signal buffer index, specifies the buffer number used for sell signals in the custom indicator.
indicator_buy_level – floating point type: buy trigger level, a buy signal is generated when the indicator value reaches this threshold.
indicator_sell_level – float: sell trigger level, a sell signal is generated when the indicator value reaches this threshold.
indicator_buffer_buy_logic – enumeration type: buy buffer logic, including four judgment logics: buy less than the area, buy more than the area, buy less than the price, and buy more than the price.
indicator_buffer_sell_logic – enumeration type: sell buffer logic, including four judgment logics: sell less than the area, sell more than the area, sell less than the price, and sell more than the price.
RSI Super Martin.zip
downloadRSI Super Martin_MT4 source code download and deployment instructions points before use
This page has been reorganized according to the reading path of search users, focusing on the applicable scenarios of EA source code, MQL4/MQL5 platform compatibility, parameter testing methods and real-time risk warnings, so as to quickly judge whether it is worth continuing to test before downloading or deploying.
Suitable for who to use
- Traders who need to quickly screen EA source code and are willing to do simulation verification first.
- People who are already familiar with the MT4/MT5 installation process and want to compare different EAs, indicators or source code projects.
- People who want to record the backtest, parameters and risk control before deciding whether to enter the real market.
Testing and risk control suggestions
- First use the default parameters for basic backtesting, and then adjust them one by one according to the variety, cycle and spread.
- Grid, Martin, and scalping strategies should focus on observing maximum drawdown, continuous losses, and trading frequency.
- It is recommended to observe the simulated trading performance for at least 2-4 weeks before the actual trading, and limit the account risk proportion of a single strategy.
FAQ
Can this file be sold directly?
It is not recommended to make a direct offer. Any EA or indicator requires first checking the source, parameters, platform version and historical performance.
Can MT4 and MT5 be used interchangeably?
Usually it cannot be used directly. MQ4/EX4 corresponds to MT4, MQ5/EX5 corresponds to MT5, and the source code project also needs to be compiled in the corresponding MetaEditor.
What else can I continue to watch?
Forex EA download , foreign exchange indicator download , EA evaluation , GitHub open source EA , MQL5 CodeBase .
English Search Notes
This page is also optimized for English search intent around RSI Super Martin_MT4 source code download and deployment instructions . Related search terms include: MQL4 source code, MQL5 source code. Test any Forex EA, Expert Advisor, MT4/MT5 indicator or MQL source code with historical data and a demo account before live trading.
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •