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

Tickwatcher 2.0 - indicator for MetaTrader 4

Views:
13256
Rating:
(3)
Published:
2008.05.22 07:46
Updated:
2014.04.21 14:52
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Another indicator showing recommendations for each currency pair and period.

I have a little bit not enough places in the picture.

A more detailed description is here.

Options:

string ="pairs and timeframes";
string pairs ="EURUSD;EURJPY;GBPUSD;GBPJPY;USDCHF;USDCAD;USDJPY";
string timeFrames ="M1;M5;M15;M30;H1;H4;D1;W1;MN";
string ="levels";
double AdxLevel1 =20.00;
double AdxLevel2 =30.00;
string ="colors";
color ColorUp =ForestGreen;
color ColorNeutral =Gray;
color ColorDown =OrangeRed;
color ColorPrice =LimeGreen;
color ColorLabels =Gray;
string ="other";
bool ShowLegend =true;

Tickwatcher 2.0

Triggerlines Shift Modified Triggerlines Shift Modified

Indicator Triggerlines Shift Modified.

ADX & MA ADX & MA

We need two indicators: ADX and MA

Tro_Mid Tro_Mid

Shows when to sell and when to buy, but not so simple.

linreg linreg

A simple indicator will be useful for beginners. Even the present optimization.