indicator in the subwindow in the form of a colored histogram ( ) there is a cumulative candle made of bars of the same direction.rice. 1.cumulative candle subwindow...
lotsizeris a risk-based lot size calculator that dynamically determines the optimal trade volume using the average daily range (adr) together with the account equity or balance, he...
indicatorthe subwindow displays two rsi (relative strength index, rsi) lines - 'fast' and 'slow'.the area from the window borders to these lines is painted over from above and belo...
trading strategythe ea uses a custom indicator ''. the ea uses four types of signals:entrance to the zone being in the zone leaving the zone lines crossing for 'buy' signals, the z...
the idea of the indicatortwo istochastic (stochastic oscillator, sto) indicators - 'fast' and 'slow' (more precisely, the 'main' lines of these indicators) in one subwindow. areas ...
indicatorworks on all positions on the current symbol. you set the stop loss price and the script moves the stop loss for all positions.pic. 1. group transfer stop lossthis is a ve...
indicatortwo levels are added to the ividya (variable index dynamic average) indicator: upper and lower. the level size is determined for n barsrice. 1. vidya n bars bordersindicat...
checking the trading signal - only at the moment of the birth of a new bar.when generating a trading signal, the expert advisor considers two indicators: iama (adaptive moving aver...
now, when opening a 'sell' position, we immediately close all 'buy' positions and vice versa: when opening a 'buy' position, we immediately close all 'sell' positions...
indicatorthe indicator shows the status of the two indicators as lines of squares.compares the position of the signal line relative to the signal line for the 'macd' and 'stochasti...
a simple indicator that tries to assess autocorrelation in price series.- values above 0 indicate autocorrelation between return and therefore a strong direction in movement (which...
indicatora dynamic area between 'open', 'high', 'low' and 'close' is plotted on the current chart. prices are calculated during the day. when a new one arrives, the dynamic region ...
advisor the ea receives signals from the custom indicator ''. before executing a trading signal, the ea checks the current profit - if the profit is negative, then the signal is ex...
indicatorthe indicator shows the status of the two indicators as lines of squares.clryellowgreen - no trend, clrblue - trend up, clrred - trend down rice. 1. two ma color n bars sq...
indicatorthe task of the indicator is to visualize the last three candles from another (larger) timeframe.with the help of graphical objects, the last three candlesticks are drawn ...
trading strategythe expert advisor checks signals in indicator buffers:rice. 1. osma four colors arrow eaa detailed description of the trading engine is in the code ....
this is meant to be an aggregating service script that collects data from the economiccalendar functions & outputs the values to a text file as a list of dictionaries for each ...
description of the indicator saucer signal from the iao (awesome oscillator) indicator with an additional filter in the form of ima (moving average, ma)pic. 1. ma ao arrow...
description of the adviser the ea works on the 'ividya' indicator - the signal is searched only at the moment of the birth of a new bar.the position is opened with the specified st...
description of the indicator the indicator displays the borders (high and low) of the last three days on the chart. the current day (rectangle #0) updates its levels during the day...
description of the indicator colored sar indicator. several types of alerts when changing colors. can choose:sound alert send mail send push notification pic. 1. sar color alert...
description of the indicator several types of signals have been added to the custom indicator when the line color changes. the following types of signals are available:sound alert ...
description of the ea the ea uses the signals of the custom indicator "wpr custom cloud". signal to open a position 'buy': the indicator left the lower zone, signal to open a posit...
description of the indicator a candlestick chart without shadows is built in the subwindow. please note that the same 'custom moving average' indicator has been added to the main w...
description of the indicator several types of signals have been added to the : custom indicator when the line color changes. the following types of signals are available:sound aler...
this indicator calculates and plots the exponential moving average of the true range, as well as an offset of the exponential moving average of its deviation.the code uses conditio...
description of the indicator continuation of the 'four colors' series - now the macd indicator signals are displayed as 'arrow' in the main window.for clarity, the "progenitor" is ...
description of the ea at the time of the birth of a new bar, the expert advisor randomly generates a signal to open a position. before that, the previous position is closed automat...
description of the ea a joke expert, now with a full range of features. there is stop loss, take profit, trailing, lot size management, position reversal... full description of the...
description of the ea at the beginning of the day, an order is issued to delete pending orders that did not work. then, at a distance of 'pending: indent', two opposite (stop or li...
allows you to determine the occurrence of a new bar event in a multicurrency expert advisor.in a multicurrency expert advisor, the event of a new bar formation can occur at differe...
modify to allow direct specification of the starting point of the parabolic sar.parameters trailing mode ・・・ none / trailing fixed / trailing fixed parabolic sar calcuration part ...
this is my personal library with lot of functions to easily manipulate positions and receive various infos. i work on it since 2019. hope you like it :)symbolopenpipsmagic -return ...
the predictive moving average was created by john ehlers (“rocket science for traders”, pg.212″). this is one of his first leading indicators. buy when the indicator line is green ...
source code of simple order panel which you can customize at your will.some fixes when dealing with templates will require a few simple modifications in the standard controls libra...
an indicator for drawing all important pivot points including: "classic", "camarilla", "woodie", "floor", "fibonacci", "fibonacci_retracement".you can choose different timeframes f...
example:run the script on daily timeframe, see the results on d1 & m1.inputs:prediction_bar >= -1 : 0 means current bar, -1 the next bar, +1 the first previous bar and so on...
this ea started off as a job to trail equity. i then added the function of managing individual trades.thereafter i added the facility of manually putting the price of when it can s...
the same code can be compiled in mt4 as well. it gets news from fxstreet servers automatically which can be further filtered by importance level, currency and keyword in the news.s...
the restoring pull indicator was created by john ehlers (stocks & commodities v.11:10 (395-400)) and this was one of his earliest indicators that functions as a momentum indica...
this ea will export the close data of x candles every z seconds. the main use of this ea is to automatically update csv file and python can pick it up smoothly....
you can see how macd works on main price chart.equivalency #1:macd oscillator: macd line crosses the signal line.macd_cw: indicator red line crosses the price bar.example in fig.: ...