Watch how to download trading robots for free
Find us on Telegram!
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

Double-Zero Indicator - indicator for MetaTrader 4

Views:
21952
Rating:
(2)
Published:
2009.08.22 17:34
Updated:
2016.11.22 07:32
Double-Zero.mq4 (2.36 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Author:

me.

This indicator is really simple. It's there to visualize important psychological levels, also referred to as Double-Zeros. Most markets tend to behave strangely at psychological price levels like for example Gold at 1000$ or EURUSD at 1,4000. The indicator does only show the nearest psycholgical level of the current price (=if you scroll to the left, there's always just a single line). EDIT: improved version1: does also show past levels now.

There's just one parameter:

extern int relDigitPos=2; // position of the relevant digit.
// example1: a setting of "2" in a market at the level of 1,2312 (taxed by 4 digits) makes the indicator visualize 1,2300
// example2: a setting of "3" in a market at the level of 1,23125 (taxed by 5 digits) makes the indicator visualize 1,23100
// example3: a setting of "1" in a market at the level of 1,23125 (taxed by 5 digits) makes the indicator visualize 1,20000
// example4: a setting of "-1" in a market at the level of 123,15 (taxed by 2 digits) makes the indicator visualize 120,00



Indicating 0,5800 as nearest psychological level



It's tested, but not excessively. Use at your own risk. Feel free to modify or do whatever with it.


Sometimes the best strategies are also the most simple ones...

Forex SKY Forex SKY

This Expert Advisor uses MACD Logic. It is Working fine. Yes Daily 10 Pips or 10$ you may get. !!! HAPPY TRADING !!!

EES V Speed EES V Speed

A volatility indicator, V Speed.

Xma_Coloured Xma_Coloured

Color version of the XMA indicator.

RUBBERBANDS_3 EA RUBBERBANDS_3 EA

This EA is intended to be less prone to big drawdowns than former RUBBERBANDS EA and RUBBERBANDS_2 EA. Awaiting for your comments and suggestions for improvement.