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
Indicators

ADXm - indicator for MetaTrader 4

Views:
31117
Rating:
(22)
Published:
2016.05.16 10:01
ADXm.mq4 (2.73 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance



Unlike the traditional ADX indicator, where the ADX itself is plotted in absolute units and detection of the trend direction is hindered, this indicator clearly displays the positive and negative ADX half-waves (displayed as colored on the chart). And the DI+/- signals are displayed as their difference (gray).

The method of using this indicator is the same as the traditional one.

In addition, it displays the levels (dashed), above which the market is considered to be in a trend state. This level is usually set to approximately 20-25 percents, - somewhat depends on the time frame it is used on.

In the settings:

p - ADX period.

Level - critical level. 

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

FX10setup FX10setup

The indicator shows when to sell and when to buy. But it is not so simple.

FractalChannel_v1 FractalChannel_v1

Quite interesting method for plotting a channel. Despite the obvious plotting primitivism, it can be useful during the flat level analysis (for example, if you had no access to the terminal in a while, and it is necessary to assess the past events quickly).

Pivot-2 Pivot-2

Another version of determining the pivot point of the next day.

Standard Deviation Channels Standard Deviation Channels

The Standard Deviation Channel is plotted on the basis of the Linear Regression Trend.