MQL4 - automated forex trading   /  

Code Base

Code Base  Indicators  Tickwatcher 2.0 To post a new code, please log in or register

This library is for
MetaTrader 4
Download MT 4 - 5.5 Mb

Mobile trading!
Buy a license and be mobile in your trading!

Name:
Tickwatcher 2.0 [ ru | cn ]
Author: mladen (2008.05.22 09:46)
Downloaded: 1398
Download:
 Tickwatcher 2.0.mq4 (12.9 Kb) View

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

0 comments  To post a new comment, please log in or register