The Zero Lag MA indicator is a moving average designed to have zero delay.The indicator was first described in the Journal of Technical Analysis of Stocks and Commodities in April,...
sometimes you really want to see: "how did i trade?!". this indicator can be used for visualization.external parameters:- today_or_vline: true - displays today's orders or orders s...
mirror-periodic indicator.based on rsi, stochastic, rvi, adx. operates on extrema and patterns.indicator interface:the "korsar" indicator consists of the following technical indica...
this indicator is based on the principle of the previous 'all_tf' indicator and shows the presence of a reversal 'star', meaning a 'star' where there was a sharp increase in volume...
i market price indicatorthis informational indicator displays key price levels for a selected higher timeframe: high (labeled 1) and low (labeled 2). it also shows the distance fro...
this is a simple yet highly useful indicator.as is well-known, price is sensitive primarily to the nearest support and resistance lines.these are essentially the maximum and minimu...
on another turn in the search for the holy grail, i decided to check how often similar situations arise on the chart in the arrangement of 3 mas, with different periods and bar pri...
the script displays horizontal volumes.horizontal volumes are useful for identifying resistance-support lines, among other interesting applications.the primary focus was to make th...
dear traders,i'd like to introduce you to my version of control points at ma crossovers.much has been written about moving averages (ma), including criticisms about their lag and h...
the donchian channel is a popular technical indicator used in financial markets to identify trends and potential breakout points.it is based on the highest and lowest prices over a...
this source code is a continuation of the previously published 'source code'.important: after interrupting the advisor's work or disconnecting the terminal, additional stochastic o...
this indicator shows the change in the current price in points relative to the price of countbarss / countbarsl bars ago.by default, the following values are set: countbarss = 96 b...
this is a trading advisor based on the bars-alligator template, utilizing different indicators.the initial idea was to enter a trade when the standard deviation values are at their...
this is a spread indicator designed for pair trading. it is not a universal tool, but rather one that is tailored to a specific task. the indicator has a simple mechanism for remov...
this indicator is available in the mql5 codebase and has been translated to mql4. it is designed to monitor price movements and identify potential volatility boundaries, triggering...
this simple indicator calculates the total lots of open buy and sell positions, as well as pending stop and limit orders for the current instrument (current chart).it is useful whe...
i present to you an attempt at searching and filtering extremes. there are many similar indicators, and this one is no exception.you may find that a similar indicator already exist...
description:this indicator is designed for visual confirmation of market entry.the time frame is d1, and the currency pair is eur/usd. the indicator has not been tested for profita...
each line has its own time. when the time is up, it's time to fix the result or open a new position.in principle, the line measures the flat, and there are no trends at all. if the...
description:the indicator is designed for visual confirmation of market entry.timeframe on the d1 chart, currency eur/usd. i have not tested profitability on other pairs.see the ex...
this indicator is based on fractals, providing a clear visualization of price movements.the code is well-commented and beginner-friendly, making it easy to understand and modify.it...
description:macd indicator based on elder's system with customizable parameters. alerts are generated at the start of a correction, trend change, and end of a correction.image:...
this indicator displays the relative strength index (rsi) for three different time frames (tf).settings:- applied_price: 0 - the price used for calculations. can be any of the pric...
this indicator analyzes market sentiment across 8 time intervals (equal intervals) and provides directional insights along with signals.usage:classic: use on any chart in real-time...
this indicator is based on one of the versions of the well-known virtual equity indicator and has been adapted for portfolio modelling and pair trading purposes.what it doesthe ind...
indicator for usd position in various currency pairs: "usdjpy", "usdchf", "usdcad", "nzdusd", "audusd", "gbpusd", "eurusd".this indicator can be applied to any chart and calculates...
indicator of usd position in various currency pairs: "usdjpy", "usdchf", "usdcad", "nzdusd", "audusd", "gbpusd", "eurusd".can be installed on any chart.calculations are performed o...
good day!i am sharing one of my valuable creations, the vr---eur indicator.indicator descriptionthis indicator displays the position of the eur currency relative to 11 other curren...
this indicator retrieves data from the investing.com website. during installation, ensure you allow the use of dll.set the time difference between moscow and your terminal in the i...
calculation of moving averages based on specific time periods (hour, day, week, month, year) rather than a fixed number of bars.the indicator displays the average price for the las...
this version includes a critical bug fix.the indicator displays risk and current status for placed orders in points, percentage, and dollar values.it also shows historical data wit...
this trading strategy embodies the essence of pure trading based on a single simple indicator. the screen displays only two lines: the price curve and the moving average. when thes...
if your broker does not store a long history of your trades, this indicator will help you keep all your records.the indicator can be used in two ways. you can keep it attached to t...
description:this indicator displays the difference between the opening and closing prices of each bar in points, positioned near the bar.bullish candles show the numbers above the ...
i attempted to divide the volume into two components.the idea is that the price movement within a bar can be simplified as follows:as seen in the diagram, the price movement can be...
there is an indicator that incorporates various ma calculation methods. this library, built upon that indicator, enables the utilization of different smoothing techniques for raw d...
the bartimer indicator displays financial information and trading session schedules, occupying minimal space on the chart. it can be customized with various display options, includ...
this indicator demonstrates how to assess speed (linecount=1), acceleration (linecount=2), and other derivatives based on the moving average or price when the parameter ma = 1, ins...
hello.i present an enhanced version of the willco_4 indicator, building upon the previous willco_3.a significant advancement in willco_4 is the ability to append new data from week...
the energy market 01 indicator is based on a simple concept: measuring the speed of tick generation relative to the previous one.the speed at which a new price appears can potentia...
this indicator measures currency movement.it calculates the average period and depth of calculations, normalizing the indices on the selected bar.parameters:- per: average period- ...
this indicator is designed to facilitate visual analysis of instrument correlation by synchronizing the vertical crosshair line across multiple horizontally arranged windows.extern...
this strategy is based on analyzing the two catheti of the last vertex of the senior zigzag and the number of vertices of the junior zigzag order within them to make a buy/sell dec...
this indicator simplifies the routine task of drawing linear regression channels for trading.it has a few external parameters:fr_bars_m1 = 7 - (for each tf) variable for forming fr...
this strategy combines the parabolic sar, cci, and moving average (ma) indicators for trading signals.trading rules:sell signal:- parabolic sar is below the sma (50), and the cci (...
description of the standard indicator.parametersextern int timeframe=0; // timeframe to useextern int tenkan=9; // tenkan periodextern int kijun=26; // kijun periodextern int senko...
this is a variant of my translation of larry williams' key points on using indicators in trading.see lessons 11 and 14 in the archive for the full details.this is an indicator that...