Join our fan page
The creation of the Expert Advisor stems from the topic "Neural networks - where to start studying them".
The script removes old objects of the selected type from all charts, if the time coordinates of these objects are outside of the trigger level.
T3 is very similar to EMA in calculating way and it makes it suitable for this way of calculation. As an extension of EMA levels it might prove to be useful but by all means do some experimenting in order to get the best results for specific symbol/timeframe combination.
The Expert Advisor opens positions inside two time intervals. Trades are closed at the specified time. Trailing Stop.
SZO (Sentiment Zone Oscillator) is an indicator of market sentiment, which has overbought and oversold zones.
The Dynamic Momentum Index (DMI) is a variable term RSI. When default values are used, the RSI term varies from 3 to 30. The variable time period makes the RSI more responsive to short-term moves. The more volatile the price is, the shorter the time period is. It is interpreted in the same way as the RSI, but provides signals earlier.
Step Chart indicator monitors the price change (in pips) and according to that, determines if a new "step" has been made or not.
ADXVMA indicator made as "binary" having only two values (+1 for "trend" up and -1 for "trend" down).
An Expert Advisor based on iMA (Moving Average, MA) and iMACD (Moving Average Convergence/Divergence, MACD). Averaging positions, in case of a loss.
The XFisher_org_v1_Vol_Supr indicator with additional signals displayed as round dots, which indicate zero line breakout by the indicator line
Indicator Stalin_Signal displays information on the current trend, using the values of indicator Stalin_NRTR with a fixed timeframe
This is a very easy-to-use indicator that displays the changes in Equity and balance of the trading account as it dynamically moves. Particularly useful on the back tester and good for beginners to read this very easy MQL5 code.
This Expert Advisor is a demo of working with OBJ_CHART objects as conventional charts. You can set custom color settings, attach indicators etc.
This indicator shows the direction of the acceleration of JFatlSpeed price from a larger timeframe at a smaller one.
The indicator calculates the Moving Average using a modified algorithm of the linearly weighed Moving Average.
The trading system based on crossing of the DI+ and DI- lines of the ADX_Smoothed indicator
The indicator draws candlesticks of a larger timeframe as color filled rectangles in accordance with the values of the XD-RangeSwitch indicator.
The HighsLowsSignal indicator with the timeframe selection option available in input parameters.
The Accumulative Swing Index indicator is applied for accumulative swing index construction.