C Financial is a MetaTrader 5 repository containing a large collection of expert advisor variants focused on trend-following and price action strategies.
The primary scripts utilize technical indicators like Moving Averages, ADX, CCI, and Average True Range to detect market direction and volatility. It features modular logic for trend reversal detection, engulfing patterns, and breakout strategies for extreme price regions. Risk management is integrated through daily loss limits, trailing stops, and configurable take-profit ratios. The EAs allow users to toggle specific strategy modules and optional martingale lot scaling within the settings.
Read from Last2.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
VOLUME
double
0.03
QTD_CANDLES
int
5
MIN_CANDLES_IN_TREND
int
3
LOSS_PER_DAY
double
200
ATR_MINIMUM
ATR_TYPE
ATR_1_5
MOVING_AVERAGE
MOVING_AVERAGE_TYPE
MV_9
MOVE_STOP
MOVE_STOP_TYPE
MOVE_STOP_30
MOVE_STOP_PROTECTION_PERCENTUAL
double
50
PROPORTION_TAKE_STOP
double
2
ENABLE_SHORT_TENDENCY
bool
true
ENABLE_CROSS_TENDENCY
bool
true
ENABLE_AVERAGE_TENDENCY
bool
true
Show all 24 inputs
Name
Type
Default
Description
ENABLE_REVERSAL_TENDENCY
bool
true
ENABLE_TENDENCY
bool
true
ENABLE_ROMPIMENTO_EXTREMOS
bool
true
ENABLE_ENGOLFO
bool
false
ENABLE_MARTINGALLE
bool
false
ENABLE_MULTI_ROBOTS_IN_PROFIT
bool
false
ENABLE_TIMEFRAME_MULTIPLIER
bool
true
ENABLE_CLOSE_IN_LOSS
bool
false
NUMBER_MAX_ROBOT
int
2
IS_TEST
bool
false
ENABLE_SWING_TRADE
bool
false
MAGIC_NUMBER
ulong
97889902933
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone rafaelsoec/C_Financial from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
3Copy the filesCopy the .mq5 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.
This repository contains a collection of MetaTrader 4 Expert Advisors and helper classes for algorithmic trading. The featured robot, Desiree, implements a breakout strategy based on Donchian Channels for both entries and exits. It incorporates comprehensive risk controls including percentage-based lot sizing, volatili
This repository contains a large collection of over 100 expert advisors for the MetaTrader 5 platform, many of which appear to be generated using the Mission Automate tool. The library covers a wide variety of trading methodologies including range breakouts, Ichimoku cloud strategies, Heiken Ashi engulfing patterns, an
This repository is a collection of MetaTrader 5 expert advisors developed as early coding projects between 2021 and 2024. It includes multiple robots implementing varied strategies such as range breakouts, Donchian channels, Fibonacci retracements, and Bollinger Bands. The expert advisors are largely technical indicato
This repository provides a collection of MetaTrader 5 expert advisors developed for learning algorithmic trading. The primary featured tool, TimeRangeEA, identifies price high and low points within a specific time window to execute breakout trades. It incorporates risk management through stop loss and take profit level
This repository is a diverse collection of MetaTrader 5 Expert Advisors, featuring nearly 100 different scripts sourced from various origins. The library includes automated robots based on standard indicators like Bollinger Bands, MACD, Stochastics, and moving average crossovers, as well as channel trading systems and
MadRabbit Universal is a collection of MetaTrader 5 expert advisors and trading tools focused on multi-indicator strategies. The flagship Universal Turbo robot allows users to combine signals from moving average crossovers, MACD, VWAP, ATR, and RSI. It is primarily designed for netting accounts trading indices and stoc