Swing NNFX Framework includes functional swing trading robots that utilize baseline indicators, multiple confirmation layers, and volatility filters to identify entries. The system features flexible risk controls, including ATR-based stop losses, trailing stops, and pyramiding for scaling into positions. A key component is its integration with SQL databases to manage and analyze large-scale backtesting results across millions of historical scenarios.
Automated No Nonsense Forex style entry and exit logic
Comprehensive risk management using ATR or candle extremes
Multi-timeframe trend analysis and volatility filtering
Database integration for high-volume backtest campaign analysis
Money management strategy, exit calculated from R ex : 50-BE*100-40-200-30
I_isBackTest
bool
false
if it's a backtest
I_ModeClose
int
2
Exit mode : 0 no exit, 1 exit only if winning, 2 exit even if losing
I_useStack
bool
false
if we scale in position
I_Input_Stack_1
string
Scale in indicator 1
I_BTScenario
int
1
backtest scenario to load from file
I_BTFile
string
File name with the scenarii
I_Mode_BL
int
false
Base Line mode 0: no BL 1:full 2-7: partial see below
I_Bypass_Log
bool
false
do not print logs in a comment file
I_Continuation
bool
false
use continuation trades
I_Direction_filter
string
"BUY" / "SELL / "BOTH" if we filter the order type with only one direction
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone BenoitDurandIndep/fwk-ea-mt4 from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts.
3Copy the filesCopy the .mq4 file into Experts, and any .mqh files into the Include folder the code expects.
4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
5Test before you tradeRun it in the Strategy Tester, then attach it to a demo chart and allow algorithmic trading.
Third-party code. ForexR did not write, test or endorse this EA, and the summary above was generated automatically from its README and code. ForexR lists only repositories with readable source code and never hosts files. Read the code, backtest it and use a demo account first; automated trading can lose money quickly.
High Performance Forex (hpFX) is an indicator-agnostic framework for MetaTrader 4 designed for large-scale backtesting and strategy automation. It allows traders to define complex rules by combining up to ten custom indicators as entry signals, confirmation filters, or exit triggers using a flexible string-based encodi
This repository contains the MQL source code used by Forex Strategy Builder Professional to export automated trading strategies to MetaTrader 4 and MetaTrader 5. It serves as a standardized template for executing technical strategies generated by the software, handling order execution and trade management. The EA inclu
This MetaTrader 4 expert advisor provides a robust framework for developing automated trading strategies. It includes pre-built modules for trend detection using ADX and Moving Averages, alongside pullback entry logic. The template emphasizes risk management, featuring percentage-based lot sizing and adaptive volatilit
Framework4o is a modular system building framework and expert advisor for MetaTrader 4. It provides a structured environment for developing trading models with pre-defined modules for position and risk management. The core functionality handles entry and exit logic using indicators like DEMA, EMA, and RSI. It includes
This MetaTrader 4 expert advisor and modular framework provides advanced trade management and position scaling capabilities. It features a linear trailing stop that triggers at a predefined profit level and a pyramiding system to add positions to winning trades using a lot multiplier. The code is structured as a librar
Gartal Inc is a modular trading automation framework and strategy development template for MetaTrader 4. It provides a structured environment for testing various entry and exit logic, including Fair Value Gaps, moving average crossovers, and Donchian channels. The repository focuses on backtesting workflows, featuring
MT4Framework & templateSMC / ICT / price actionIndicator crossoverTrend following