X-Pair – indicator MetaTrader 4

X-Pair - indicator for MetaTrader 4
The indicator has the informative character. Input Parameters: extern string BuySeLL_Settings0=”————————–“; extern string GBPJPY=”  “; extern string EURUSD=”  “; extern string GBPUSD=”  “; extern string AUDUSD=”  “; extern string USDCAD=”  “; extern string USDJPY=”  “; extern string USDCHF=”  “; extern string DOW=”  “; extern string OIL=”  “; extern string GOLD=”  “; //—- extern int Jendela=0; extern int Sisi=0; extern string BuySeLL_Settings1=”————————–“; extern int TF1=30; extern … Read more

Price_Alert – indicator MetaTrader 4

Price_Alert - indicator for MetaTrader 4
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; Price_Alert Price_Alert – indicator MetaTrader 4

STik – indicator MetaTrader 4

STik - indicator for MetaTrader 4
It shows the tick chart in a separate indicator window, places the separators in accordance with the current timeframe. The feature are it manages its own database of ticks with the depth of nearly eight days, and that base can be viewed (for analysis) by specifying the date/time to start displaying the chart from and … Read more

OsMA. OsMA Divergence – indicator MetaTrader 4

OsMA. OsMA Divergence - indicator for MetaTrader 4
Colored OsMA and OsMA that shows the divergences. You should open the «ind_OsMAColored_v1» indicator and then drag the «OsMA_Divergence_v1» indicator to the same window using the mouse. The gray points are more significant, it works on the 5M best of all, but though it is individual. I recommend you not to consider the divergences factors … Read more

Ryan_Jones_SM – indicator MetaTrader 4

Ryan_Jones_SM - indicator for MetaTrader 4
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 are … Read more

Extrapolator – indicator MetaTrader 4

Extrapolator - indicator for MetaTrader 4
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 method … Read more

Volatility Indicator – indicator MetaTrader 4

Volatility Indicator - indicator for MetaTrader 4
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 Volatility indicator Volatility Indicator – indicator MetaTrader 4