DaxAlgo Trading Strategies includes tools for cumulative delta scalping, swing pivot fading, and bridging external signals from TradingView via file monitoring. The suite features robust risk controls such as daily loss and profit limits, maximum drawdown protection, news avoidance filters, and dynamic lot sizing. Trade management logic includes trailing stops, break-even triggers, and partial position closures. The repository provides institutional-grade concepts like VPIN and footprint imbalance detection across both forex and index markets.
Order-flow and microstructure scalping engines
External signal bridging for TradingView integration
Read from DaxAlgo - TradingViewBridge.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
LotSize
double
0.01
MagicNumber
int
123456
SignalFilePath
string
tradingview_signals.txt
CheckIntervalMs
int
1000
EnableLogging
bool
true
UseAdvancedRiskManagement
bool
true
MaxDailyLoss
double
100.0
Maximum daily loss in account currency
MaxDailyProfit
double
500.0
Take profit for the day limit
MaxConcurrentPositions
int
5
Maximum positions at once
MaxLotSizePerTrade
double
1.0
Maximum lot size per trade
MaxRiskPerTrade
double
2.0
Maximum risk per trade as % of balance
MaxDrawdownPercent
double
10.0
Maximum drawdown percentage
Show all 30 inputs
Name
Type
Default
Description
UseDynamicLotSize
bool
false
Enable dynamic lot sizing
FixedRiskAmount
double
50.0
Fixed risk amount per trade
MaxSpreadPoints
double
3.0
Maximum allowed spread
SlippagePoints
double
5.0
Maximum slippage
FilterByTradingHours
bool
false
Enable trading hours filter
TradingStartHour
int
8
Trading start hour (server time)
TradingEndHour
int
18
Trading end hour (server time)
AvoidNews
bool
false
Avoid trading during news
NewsAvoidanceMinutes
int
30
Minutes to avoid trading before/after news
OnlyTradeRenkoSignals
bool
true
Only trade signals from Renko strategy
RequireCandleColorConfirmation
bool
true
Require candle color confirmation
MinRenkoBrickSize
double
0.0001
Minimum Renko brick size for filtering
UseTrailingStop
bool
false
Enable trailing stop
TrailingStopDistance
double
20.0
Trailing stop distance in points
UseBreakEvenStop
bool
true
Move stop to breakeven
BreakEvenTrigger
double
15.0
Points to trigger breakeven
PartialCloseEnabled
bool
false
Enable partial position closing
PartialClosePercent
double
50.0
Percentage to close at first TP
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone dhruuvsharma/Trading-Strategies 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 provides a collection of Expert Advisors for MetaTrader 5 and Python trading scripts developed for an educational YouTube series. It features various technical indicator-based strategies, including MACD, Relative Strength Index, Stochastic, and Bollinger Bands. The included MQL5 files implement multi-ti
MT5CollectionIndicator crossoverMean reversionTrend following
This repository contains a diverse collection of automated trading robots for the MetaTrader 5 platform. The strategies range from trend-following systems using True Strength Index (TSI) and Moving Average crossovers to mean-reversion tools utilizing Relative Strength Index (RSI) and Bollinger Bands. Most experts inclu
This repository contains a diverse collection of MetaTrader 5 expert advisors ranging from RSI-based scalping robots to multi-timeframe trend following systems. The EAs utilize various technical indicators including EMA crossovers, MACD momentum, and ATR for volatility-based exits. The core logic often incorporates mul
This repository provides a diverse collection of MetaTrader 5 expert advisors focusing on technical indicator automation. The core component aggregates signals from a wide array of standard tools, including trend-following moving averages, oscillators like RSI and MACD, and Bill Williams indicators. It includes specifi
This MetaTrader 5 repository features a diverse collection of automated trading strategies, including indicator-based scalpers and price action robots. The experts utilize technical filters such as Average True Range periods and baseline moving averages to identify entry signals. Key risk management features integrated
This collection of MetaTrader 5 expert advisors serves as an educational resource for MQL5 programming. It contains multiple example robots utilizing technical indicators such as Moving Averages, Parabolic SAR, CCI, and Stochastic oscillators. The provided scripts demonstrate fundamental trading automation features inc