this indicator calculates the potential price movement and shows traders price levels where the price is losing strength or has weakened.this information helps determine if trading...
A convenient indicator for manual trading that displays current symbol information on the screen.Features:- Current Daily High (daymax)- Current Daily Low (daymin)- Current Swap fo...
This indicator draws angulation lines on the chart, which assist in making trading decisions to enter or exit the market.The indicator constructs angulation rays starting from the ...
Introducing a new Expert Advisor designed to assist with manual trading.This EA enables the placement of pending and market orders.It can remove and close orders, set stop loss and...
The indicator displays the computer's time, the trading account's leverage, the swap for the currency pair for both long and short positions, and the current spread.You can disable...
This indicator draws Renko lines on the price chart as levels and waves, displaying Renko switching signals.A second indicator draws Renko charts directly in a separate window, uti...
This code demonstrates how to create color scales, color gradients, and heatmaps using the MQL5 language.We will work with the RGB color model and the standard StringToColor functi...
The Camel series includes three scripts: Camelaveragelevel, CamelModify, and Camelsuperpipsbuy.
CamelModify is a script designed for quickly moving all take profit levels to a sin...
Displays the AO (Awesome Oscillator) and MACD (Moving Average Convergence Divergence) indicators with customizable parameters in a single window.For each indicator, you can configu...
Displays two Awesome Oscillator (AO) indicators with different settings in a single window.For each indicator, you can configure:- Timeframe- Period for calculating moving averages...
cm sl nl tp is an expert advisor designed to automatically manage stop loss and take profit levels for all orders of the instrument it is installed on. it also facilitates moving p...
the break trend indicator addresses a common issue with grid strategies. grid strategies can be highly profitable but carry risks, especially when strong trends emerge. if a grid s...
this indicator displays the current price position relative to moving averages across different periods and timeframes.
by default, the price position is shown in red when below t...
description:this indicator combines three components: simple moving average (sma), average true range (atr), and the fibonacci multiplier 1.618.when the price crosses the moving av...
two simple scripts that display all account information and complete instrument specifications on the screen.account information scriptthis script provides a comprehensive overview...
description:the expert advisor opens a position based on the closure of the previous position. if there was no previous position, it opens based on the direction of the last candle...
the indicator is designed to save graphical objects of a chart and subsequently load them when the chart is reopened.graphical objects of a trading instrument are saved to a corres...
expert advisor 20prexp-3 is based on an intraday volatility breakout system.
volume and stochastik filters have been added.
exit strategy: trailing stop, trailing stops.this expert...
the hi-lo range oscillator and its application are described in the article: system based on the highestlowestrange indicator.
the hi-lo range oscillator represents a normalized r...
the chande momentum oscillator indicator and its application are described in the article: "system based on the chande momentum oscillator".chande momentum oscillator...
the collaps expert advisor works with the following indicators: ema, laguerre, and cci. the system is designed to have a maximum drawdown of 10%.the indicators used are:- ema 120 b...
the gliding channels [cf] indicator automatically finds extremes and builds a channel according to the rules described in the article "forex for beginners, part 2. p.14 tactics of ...
this script prepares quote databases for the strategy tester using an m1 quote database.it is designed to expedite the preparation of quote databases by converting m1 data to all m...
excandles-v2 is an indicator that marks candlestick pattern combinations on the chart with arrows. this indicator is an evolution of the excandles indicator.new version differences...
the exvol-v2 indicator is an updated version of the exvol indicator. this indicator calculates the difference between the sums of the bodies of upward and downward candles over a s...
the exmass-v2 indicator is an enhanced version of the exmass indicator. it identifies price highs and lows within a specified range.errors from the previous version have been corre...
the extrendv2 indicator is an advanced version of the extrend indicator, designed to draw fractal channels.this updated version operates independently of the built-in ifractals ind...
this expert advisor was developed using the extrend indicator, previously published in code base. while it functions independently with its own integrated indicator, the exvol indi...
this indicator is an evolution of the fractallines indicator.the indicator draws only two current fractal lines based on the two nearest upper and lower fractals. the additional wi...
the exvol indicator calculates the difference between the sums of the lengths of the bodies of ascending and descending candles over a specified period.a level of 0 on the indicato...
the exmass indicator assesses market fluctuations.if the indicator value is below 30, the market is generally in a flat or sideways trend.when trading in a trending market, the sig...
the random walk index indicator is used to determine whether a market instrument is developing a trend or making random movements.
the rwi of highs is represented by a green line,...
snake in borders calculates a filtered market channel bounded by two borders, bordertop[] and borderbot[], and a signal line, mart[].external variables:snakerange - half-period for...
get all the account and marketinfo details for a currency pair at a glance.drop this script on a chart and retrieve all account and symbol details in a message box....
afirma stands for autoregressive finite impulse response moving average.standard moving averages (mas) based on digital filters closely replicate price movement but introduce a lag...
expert advisor implementing the martingale capital management method.the expert's feature is to increase the losing trade size, assuming the price will continue its movement rather...
this is another addition to the collection of moving averages. any ma smooths data by filtering out high-frequency price fluctuations. there are many filtering methods, from simple...
this moving average smooths prices using a selected digital filter. the filter itself is the same (an ideal low-pass filter), but there are several approximations of its impulse re...
this expert is based on the analysis of candle pattern combinations. the expert analyzes 10 patterns that can form on the chart and makes decisions based on them.symboleurusd (euro...
executer ao expert advisor
this expert advisor is based on the awesome oscillator indicator.
symbol
eurusd (euro vs us dollar)
period
4 hours (h4) 2005.01.03 00:00 - 2026.12.21 ...
executer ac expert advisor based on the accelerator/decelerator oscillator.the expert advisor's settings are not optimized, so better results may be possible.this analysis was cond...
the executer strong expert advisor works based on the analysis of days with strong closing.
this strategy idea was found in the currency speculator.
the optimal chart for use is d1...
arrows and curves eathis expert advisor operates strictly based on signals (arrows) from the arrows&curves indicator. a compiled version of the original indicator is required f...
This Expert Advisor operates on the EURUSD 1-minute timeframe. It is an enhanced version of the standard moving average.mq4 Expert Advisor, improved to the best of the developer's ...
A real-time implementation of George C. Lane's Stochastic Oscillator.The Zero Lag Stochastic Indicator (True) provides signals similar to the standard Stochastic Oscillator on the ...
PeriodGen is a script designed to generate and synchronize historical data across multiple timeframes, from M1 to D1.Steps to Create Data:1. Create a subfolder named 'databank' wit...