Indicator displays order lines, including currently open and previously closed orders.Utilize the provided buttons to view trading history for the current currency pair on a daily,...
This indicator represents the balance line between the SATL and FATL trend digital filtering indicators.It can be utilized for smoothing signals generated by these indicators.There...
VR Alert Lite is an indicator designed to notify traders when the price reaches a predetermined level.This is a lightweight, open-source version. A full-featured version is availab...
Simple Arrow IndicatorThis indicator is based on a Moving Average concept and was adapted from the "325 Golden Strategies" collection. While it shares some similarities with other ...
A simple oscillator based on the difference between the values of two Moving Averages (MAs) of different periods (Fast MA - Slow MA), or MAs of the same period with a shift of seve...
to place an order, simply drag the script onto the desired level on the chart.all order parameters are calculated based on the chart's timeframe.automated trading must be enabled f...
Expert Advisor operating on a "roly-poly" principle, enhanced with trailing stop orders and an indicator for break-even levels.The code is clear and understandable.Mod Stop Reverse...
Recently, many investors have entrusted their funds to managers and requested the development of code to limit losses and set daily limits.
This Expert Advisor will help you with j...
fibo wave is an expert advisor designed for trading based on fibonacci levels. it operates by identifying new waves based on their size and direction, with minimum and maximum wave...
The indicator visually displays gaps on the chart between the open/close price of the current bar and the close/open price of the previous bar.In the settings, you can specify the ...
StrategyAt the start of a trading session, such as the American session, price movement is typical. The direction of this movement is not critical for this strategy. An initial pos...
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...
this expert advisor is designed to capitalize on market gaps. it has been tested in the strategy tester and found to be effective primarily on eurusd, gbpusd, usdchf, and audnzd, d...
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...
the exaccount script extracts order data from the strategytester.htm report file and visually marks the opening, closing, and modification of positions directly on the chart.this s...
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....