Join our fan page
Oscillator Slingshot displays in the chart the price momentum histogram and signal line. The probable direction of the fitire price movement is marked in the histogram with different colors.
The Rj_SlidingRangeRj_Digit_System indicator with the timeframe selection option available in the input parameters.
The trading system based on XPeriodCandleSystem indicator signals with the possibility to set a fixed position holding time.
CandleStop_System indicator provides alerts, sends email and push notifications when the candles break through the indicator channel.
In order to filter out some of the signals of the Price Zone Oscillator - Floating Levels indicator, smoothing is added to this version.
A colored smoothed PWMA that displays the most recent value as a price label with the possibility to round the indicator levels up to a required number of digits.
The indicator colors candlesticks depending on the position of these candlesticks in relation to the previous candlesticks.
XDeMarker_Histogram_Vol indicator shows direction of the histogram bars movement using colored icons on these bars
Expert advisor uses the difference between bar closes and a close moving average to detect unusual activity, it will then buy arbitrary volatility spikes. This is a prototype that I will be expanding on in the future, at the moment the user can input an arbitrary level to buy at. In future developments I plan on building a neural network in the EA that detects and compares volatility levels.
An indicator that shows buy and sell signals of three indicators (iSAR, iRSI, and iMA) on nine timeframes with full settings
The Stalin indicator with the ability to change the indicator timeframe using input parameters
Zero mean normalized nonlinear Kalman filter - with floating levels
The indicator shows 'Daily Change' on the daily timeframe. When the specified limit is reached, plays sounds
The equation of the straight line from the school, it is y = bx + с. (Conversion from https://www.mql5.com/en/code/7883)
These are some #define statements that are useful to perform operations in your EA. You only need to assign the name of your variables at the beginning of the file, and then let the other #define statements do the work. In order to use this file, add #include <DEFINE_statements.mqh> to the first line in your EA file.
Bill William's accelerator (Accelerator Oscillator) which is drawn on the high and displayed on the low timeframe.
ATR MA Oscillator is the oscillator drawn on the basis of the difference between the ATR oscillator and its signal line.
The Aggressiveness indicator displays how many points the instrument runs on the average for one candlestick
A typical and sufficiently smooth oscillator which can apply all oscillator analytical instruments
The indicator finds Doji candlesticks and highlights them on a chart using colored arrows.
The i-OneThird indicator draws candlesticks that correspond to the bullish and bearish patterns (in the style of Heiken Ashi).
The CronexChaikin indicator with the timeframe selection option available in input parameters.