Join our fan page
A small educational Expert Advisor for MetaTrader 5 showing one simple way to automate support and resistance reactions with internally built classic Renko bricks.
Manage orders, existing orders, limit orders, trailing, break event & Lot size calculator in one tool
A small educational Expert Advisor for MetaTrader 5 showing one simple way to combine classic fixed-size Renko bricks with a SuperTrend-style trend state.
The script prices one night of holding: for every open position and every Market Watch symbol it prints the swap per night in your account currency, the annualized cost in percent for both directions, the broker's rate-independent markup (|swap long| + |swap short| never depends on interest rates - it is pure broker margin), and the triple-swap day. Honest "n/a" where a swap mode cannot be converted reliably.
The Zigzag2_R_Color indicator with the timeframe selection option available in the input parameters.
The VR Alert NT5 indicator warns the trader about the price reaching a specified level.
The Slope Direction Line indicator is displayed as a colored moving average line indicating the average market movement direction.
This is MQL5 version of Shved Supply and Demand written by Shved and upgraded by eevviill7 with history mode.
A machine-learning inspired approach towards trending regimes. Providing accurate signals and backtest confidence built-in
This script finds DeMark pivot points, displays them on the chart and indicates their dimensions.
Serialization and deserialization of JSON protocol. The code is ported from a high-speed С++ library.
A variation on the T3 theme that was made as a sort of envelopes using T3 for basic value.
Holt's double exponential smoothing - the trend component.
Detecting the start of a new bar or candle in an Expert Advisor's OnTick() event handler.
To use martingale money management when a position is in loss and price hits any of specific distances.
This function performs the main logic of opening a trade. Calculates the opening price, take profit levels and stop loss based on symbol information and parameters provided by the user. Prepare a trade request (MqlTradeRequest) with the necessary information, such as symbol, volume, order type, deviation, comment, magic number, etc. Call the OrderSend function to send the operation request and get the result. SetTypeFillingBySymbol function: Determines the order fill type (Fill or Kill, Immediate or Cancel, or Return) based on the symbol's filling policy. GetMinTradeLevel function: Calculates the minimum operating level based on the freeze level and the symbol stops level. Adjusts the minimum level to make sure it is within certain limits and returns the result.
Indicator based on basic slope moving average and cloud around. Indicator shows two types of signals: prepearing - dot and entry - arrow.
When applied to financial markets this method is usually used to determine the moments of prices extreme deviation from a "standard" level.
The Dynamic Trend signal indicator draws a two-color trend direction line and adds signal arrows.
The Fair Value Gap (FVG) Indicator identifies price gaps that occur when there is an imbalance between buying and selling pressure. It highlights areas where price is likely to return to fill the gap, providing potential trade entry points based on market inefficiencies.
The Trend Equilibrium Indicator TrendEQ dynamically analyzes market movements by combining momentum and volatility. By scaling momentum with the market’s volatility, the TrendEQ provides a reliable measure of trend strength and direction.
EXSR.mq5: A counter‑trend MT5 EA that catches reversals by combining RSI(14) extremes with Bollinger Band breakouts and a reversal candlestick, placing one trade per symbol with fixed SL/TP.
Adaptive Support & Resistance indicator that automatically detects, tracks, and updates the nearest valid S/R levels using configurable confirmation bars. Levels dynamically shift after confirmed breakouts and extend forward in real time.
The Volume Rate of Change (VROC) is an indicator of the direction where the volume trend moves.
Donchian Channels is a volatility indicator based on the calculation of the current price range with using the recent highest and lowest prices.