1798 Indicators

Price_Alert

Price_Alert It will alert at another place as soon as you quickly move it using the mouse. Input Parameters: extern string    NamePrice=”Price_1″; extern string    SoundFileName=”alarm.wav”; extern bool      ActiveSignal=true; extern bool      ActiveAlert=true; extern color     LineColor=Gold;

Read More

StopATR_auto

StopATR_auto It arranges the stop levels depending on the price and ATR. Input Parameters: extern color ColorUpperStop=Blue; extern color ColorLowerStop=Brown; extern bool ShowGraf=true; extern int CountBarsForShift=12; extern int CountBarsForAverage=77; extern double Target=2.5;

Read More

RSIColored_v1, DivPeakTroughRSI_SW

RSIColored_v1, DivPeakTroughRSI_SW First of all we attach the ind_RSIColored_v1, then move the ind_DivPeakTroughRSI_SW_v1 to the same window using the mouse.

Read More

Ryan_Jones_SM

Ryan_Jones_SM It shows where to buy and where to sell via the arrows. If a trend occurs then it will bring profit, if there is no trend, there will be no profit. Input Parameters: extern int       ParY=3;  //”Y” parameter extern int       ParX=20; //”X” parameter Rules: The method that gives those numbers is miraculously simple. The rules…

Read More

Extrapolator

Extrapolator  The indicator is based on several methods that can be chosen by the Method input variable: Method 1: Fourier’s extrapolation; the frequencies are calculated using the Quinn-Fernandes Algorithm Method 2: Autocorrelation Method Method 3: Weighted Burg Method Method 4: Burg Method with Helme-Nikias weighting function Method 5: Itakura-Saito (geometric) method Method 6: Modified covariance…

Read More

Volatility Indicator

Volatility Indicator Judging by the code of indicator, it calculates the difference between the maximum maximums and minimum minimums of prices of the candlesticks for the last 20 bars (parameter). The result is displayed in points. Input Parameters: extern int       N=20; // period of the channel

Read More

Multy_MA

Multy_MA It shows the difference between two MAs in a separate window. Minor and major MA can be set up. The indicator of group moving. It shows the difference between two MAs in a separate window. There is something wrong with the code, it doesn’t draw anything instantly, first of all, you should “reload” the…

Read More