Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
17099
Rating:
(6)
Published:
2008.05.14 07:23
Updated:
2014.04.21 14:52
_Fast2.mq4 (6.48 KB) view
_Fast3.mq4 (3.35 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The indicator analyzes the last three bars on the basis of a quadratic function. It is displayed as a histogram. There are two moving averages on it, the parameters of which can be changed in presetting. I also introduced optional sound alerts and comment in the main field when signal lines are touched. The second indicator, Fast_3, works on the same principle, but it introduces alerts in the price field as corresponding arrows. Stops at the level of preceding fractals are crossed. The indicator was created because I needed a non-delayed and non-redrawn oscillator. As a result, it delays from the price by one bar, of course, but, at least, it is not redrawn all the time. As compared to other MACDs, it is 2 bars faster. However, this high sensibility results in that this indicator should be applied with any low-frequency filter on a flat market.

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/8027

Levels_A_Vlad Levels_A_Vlad

The indicator shows support/resistance levels calculated using the methods by V.B. Antonov (A_Vlad).

BHS system BHS system

A system based on "round" numbers.

FX-TREND FX-TREND

The indicator shows the trend on a daily chart(2) using indicator ZIGZAG-FRACTALS. It also shows the enter price for HIGH/LOW of the preceding bar on the current timeframe.

Moving Average Trade System Moving Average Trade System

The strategy is based on Moving Average with the periods of 5/20/40/60.