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

BW-Zone - indicator for MetaTrader 4

Views:
34102
Rating:
(19)
Published:
2016.07.01 11:44
Updated:
2016.11.22 07:32
BW-Zone.mq4 (3.78 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

In essence, it implements the idea of visual interpretation of the state of the fourth dimension of the Chaos Theory by B. Williams - Zone.

Information on the Chaos Theory in general and the on logic of determining its state in particular can be found here.

In short, the state of the zone is determined based on the values of two indicators: Awesome Oscillator and Acceleration/Deceleration. Both are included in the standard package of the MetaTrader (Insert - Indicators - B. Williams).

When the driving force (Awesome Oscillator — AO) and acceleration (Acceleration/Deceleration — AC) are in the same direction (both green or both red) — it means that the driving force not only moves in that direction, but also accelerates.

If the current AC and AO columns are green, this indicates the green zone. For clarity, this bar can be colored in green.

If the current AC and AO columns are red, this indicates the red zone. For clarity, this bar can be colored in red.

If the AC and AO columns have different directions, the bar is colored in gray (gray zone).


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

Tick emulation for accelerated testing of indicators ver.2 Tick emulation for accelerated testing of indicators ver.2

Modernization of the first version of the script with the ability to manage multiple indicators

Tick emulation for accelerated testing of indicators Tick emulation for accelerated testing of indicators

The script allows to preview the indicator behavior on a real chart from the specified point with the minimum computation resources.

Expert Advisor based on the Sidus indicator. Expert Advisor based on the Sidus indicator.

Expert Advisor based on the Sidus indicator.

ds_Ticks - Ticks on the price chart ds_Ticks - Ticks on the price chart

Simply displays ticks on the price chart