Join our fan page
The indicator shows a text block with the values of the user defined WRP oscillator period for each timeframe.
This version is doing the calculation in the same way as the original Stochastic Momentum Index, except in one very important part: instead of using EMA (Exponential Moving Average) for calculation, it is using T3. That produces a smoother result without adding any lag.
The EA opens positions at crossing fast iMA and slow iMA (Moving Average, MA). It has the function of outstaying the losses. It catches the type of the position in OnTradeTransaction.
Indicator SilverTrend_x10 shows the color of the SilverTrend indicator candlesticks from ten different timeframes from the bar defined in the indicator input parameters.
Indicator XPeriodCandle with the timeframe selection option available in its input parameters.
Two independent trading systems using indicators SilverTrend_V2 and ColorJFatl_Digit within one EA, with an option of changing the size of the future trade depending on the results of the previous ones for this trading system.
MultiWajdyss_Ichimoku_x10 shows information on the current trends, using the colors of the Wajdyss_Ichimoku_Candle indicator from ten different timeframes.
The trading system based on SSL_NRTR indicator signals with the possibility to set a fixed position holding time
The indicator shows information on the current trends, using the colors of the JMACandleTrend indicator from ten different timeframes
Indicator HLCrossSigForRSI with the possibility of changing its timeframe in its input parameters
This indicator uses the open price for the day, and computes the percent change for that day. Use on any chart TF up to and including D1.
The function takes two arrays of integers as parameters: "allowedPeriods" and "periodsToCheck". "allowedPeriods" is an array containing all the time periods allowed by the system, while "periodsToCheck" is an array containing the time periods used by the user in the indicator. The function iterates through the elements of the "periodsToCheck" array and checks if each of them is present in the "allowedPeriods" array. If it finds any time period that is not allowed, the function returns "false". If all time periods are allowed, the function returns "true". In short, this function is used to make sure that the time periods used in an indicator are valid and allowed by the system.
Stochastic CG Oscillator is a stochastic oscillator, the values of which are calculated based not on a price series, but on CG Oscillator indicator values.
The typical normalized oscillator varying within the range -100 to +100 and provided with a signal line.
Multicurrency "grider" with risk control (version for Automated Trading Championship 2011 and updated version).
The indicator that reminds of Ichimoku Kinko Hyo by its creation and usage principles.
Visual trend indicator that shows the direction and power of the current price movement.