hedgecover ea - intelligent position protection system overview:hedgecover is a professional-grade hedging expert advisor designed to provide safe, controlled protection for losing...
overview the risk calculatoris an indispensable tool for traders who value speed and accuracy. tired of manually calculating the financial value of your stop loss and take profit? ...
ma of custom rsi | smart momentum filtertired of noisy rsi signals?transform your momentum analysis with the ma of custom rsiindicator. this powerful tool filters the classic rsi t...
the signal line of the macd (moving average convergence/divergence) indicator is often used as a momentum filter in auto trading algorithms.enable buy logic only when the signal li...
key features four unique price action strategies:choose your core logic from hft tick momentum, candlestick engulfing patterns, rsi reversals, or a classic ema crossover. flexible...
key features multiple entry strategies:choose between classic overbought/oversold reversals or advanced rsi divergence signals. confirmation filters:utilize an rsi centerline cros...
purpose this is not just a regular zigzag. it has been designed as aprecise visual reference toolto helpbalanceor analyzeother indicators, whether on the main chart or in sub-windo...
arsi calculation & usage: subtract 50 from rsi → take absolute value → divide by 100 or 50 (setting: divide rsi value by) → gives arsi(percentage-like). bands adjustment:lower...
this script shows 3 ways of calculating the current aroon up and aroon down values:1st way by using copyhigh and copylow. 2nd way via ihighest and ilowest. and finally using the ...
explanation of the code and its application what is this code? this code is acustom optimisation functionfor the metatrader 5 strategy tester. it is not an expert advisor, indicato...
this indicator visually shows who is in control of the market:buyers (bulls), when the close is close to the high; sellers (bears), when the close is close to the low.the basis of...
pricevar%is an indicator designed to measure the percentage difference between the price and a moving average, highlighting the strength of the market movement in relation to a ref...
basic functions: quantum system- uses quantum states and probabilities to make decisions ai modules- includes multiple indicators (rsi, adx, ma, atr) with adaptive weights risk m...
features: customizable rsi levels (default: 75 for overbought, 25 for oversold) multi-timeframe support (m1 to mn1) dual alert system: pop-up alerts and push notifications to mt5 ...
simple_grid is the simplest "grid" expert advisor. this expert advisor sets a grid of pending orders (eitheronly stoporonly limitorders) in both directions from the current price a...
this is an experimental indicator i made which is similar to the donchian channel, but it is volatility-aware. the lines reflect extreme highs and lows offset by the atr value at t...
key features: dual display:automatically calculates and shows price changes in both pips(below the candle) and percentage(above the candle). two measurement modes: close-to-close ...
expert advisor parameters (inputs) the ea provides several external parameters that the user can modify to control its behavior:general parameters martingale strategy time strategy...
this tool is a visual aid which maps the correct trading session beside each hour on the 24-hour clock. it links the session name to the hour relating to your brokers server time, ...
two parameters;the first one sets the stop loss amount, which must be negative. it does not work without input.the second one is the take profit multiplier, based on the stop loss ...
this is a candlestick chart which connects the high of the candle to the ask price if it is currently higher than the current high. the bid price is argued to always be the same as...
main features 📨 real-time trade notifications- instant alerts on opening/closing/modifying positions 📸 chart screenshots- automatically capture charts with annotations 📊 a ccount ...
this is another ohlc candlestick chart which finds the highest ask price and lowest bid price on each bar. it uses the high price of the candle to record the highest ask price in t...
two types of display mode have been added for easy perception: as a comment in the upper left corner of the graph, or as a graphical object.features: font selection font size. you...
in this fractal indicator you can set an arbitrary number of bars both to the left and to the right of the centre bar to allow you to build different types of fractals....
a pin bar is a candlestick with a small body and a long shadow, which often indicates a possible price reversal. the indicator searches the chart for price action pin bar patterns ...
simple script. when launched, it removes all auto-trading icons on the chart - arrows and lines connecting them.the script does not disable the display of trading history on the ch...
theus dollar index (usdx, dxy)is a measure of the value of the us dollar relative to a basket of six major world currencies. it is calculated as a weighted geometric mean of the do...
this is simply the classic repaint zigzag but with a timeframe input so that you can view the higher timeframe zigzag on a lower timeframe chart. nothing more nothing less.edit:v1....
this indicator calculate count of one direction movement in selected period. that a bit similar to renko charts, but also include both direction movement into account. the indicato...
there's a frustrating limitation with the indicator strategy tester option as it enables a visual backtest simulation for one indicator only.the solution is to build a system for l...
i liked the indicator, so i made zigzag based on it.the display of points from volatility stop can be disabled in the indicator settings.the indicator is recalculated at the openin...
1. definition:the macd histogram (macd-h) is the bar chart component of the macd indicator, representing the differencebetween the macd line and the signal line. formula: macd hist...
universal class library for implementing various stoploss trailing strategies in trading robots. the library allows you to flexibly manage stoploss of open positions by a fixed dis...
here is a simplified function to convert server times (also stored times of bars, ticks, or economic calendar events) from one broker's time zone to another.to be able to identify ...
bollinger bands squeeze - the calm before the stormthe bollinger bands squeeze is one of the most powerful and sought-after signals when using the bollinger bands indicator. it sig...
expwprbb expert advisor implements a simple trading strategy based on the signals of two indicators: williams' percent range (wpr) and bollinger bands (bb). a position is opened on...
exppinbar expert advisor implements a trading strategy based on the . positions are opened based on signals from the indicator. to manage open positions, an extended trailing funct...
good morning.if this code malfunctions for whatever reasons, forgetting or mql5 upgrades, let me know so i can correct it, thank youyou can find all my multi timeframe indicator co...
waveweisbarforce - accumulated wave volume (weis) waveweisbarforceis an indicator that applies the logic of volume waves (weis) to identify accumulations and changes in market dire...
a simple and effective signal indicator for metatrader 5. this indicator combines two classic tools, the rsi and a moving average (ma), to identify trend-following signals. it is d...
the idea is simple - and it is one variation of dividing price by volume. a simple moving average is taken as the price. i have not found any serious value of the sign for forecast...