Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 21547
- Rating:
- Published:
- 2008.09.26 12:25
- Updated:
- 2014.04.21 14:53
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Indicator Market Time.
Input Parameters:
extern int NumberOfDays=50; extern string AsiaBegin ="01:00"; extern string AsiaEnd ="10:00"; extern color AsiaColor =Goldenrod; extern string EurBegin ="07:00"; extern string EurEnd ="16:00"; extern color EurColor =Tan; extern string USABegin ="14:00"; extern string USAEnd ="23:00"; extern color USAColor =PaleGreen;
Market Time

A percentage price oscillator allows you to compare the time periods independently on the price.

MACDVersion2_ Mod is amodification of MACDVersion2 to show some additional information.