|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
|
|
LinkBack | Thread Tools |
|
|
|||
|
|||
|
hello
Quote:
thank ![]() |
|
|
|||
|
|||
|
I am using a very good and free one : Wclock world clock display
|
|
|
|||
|
|||
|
many clocks - links, zips
[ /url Полезная вещь - международные часы. - ProfiForex Traders Forum [ url] russian fx site (Cyrillic Windows encoding) pictures, zips, links - anyway you don't have to see the text Last edited by fxbs : 03-31-2008 at 12:17 AM. |
|
|
||||
|
||||
|
Quote:
I think it's working fine. Just change the number of the window where you want to drop the indicator.
__________________
|
|
|
|||
|
|||
|
Bug Fix
Quote:
I found a bug in the DollyClock_Lnx indicator that I fixed. See revised indicator DollyClock_LnxV2.mq4 attached. The original looked like this: string str_gmt; if((brokerTime-GMT)>=0) str_gmt="GMT+"+DoubleToStr((brokerTime-GMT)/3600,0); else str_gmt="GMT-"+DoubleToStr((brokerTime-GMT)/3600,0); GMT and brokerTime are integers who's difference is not exactly divisible by 3600 seconds most of the time. This is because broker servers tend to be a couple or a few seconds slower than true time. If you divide an integer by an integer the quotient is truncated. So if the difference between broker time and GMT is 1.992 hours for a GMT +2 broker, the code above returns GMT+1. If you replace 3600 with 3600.0 the indicator returns GMT+2, since it recognizes that 3600.0 is a double data type, allowing decimal places and avoiding truncation. WRR Last edited by WRR : 06-09-2008 at 09:43 PM. Reason: Label on chart should read Broker Offset not Broker Time |
|
|
|||
|
|||
|
Quote:
|
| Thread Tools | |
|
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Nice Forum! | autofx | General Discussion | 3 | 06-07-2007 06:33 AM |
| A nice little GBP/USD trading strategy | easttech | Analytics | 5 | 01-02-2007 11:36 AM |
| Nice and clean setup | elihayun | Suggestions for Trading Systems | 16 | 11-19-2006 06:15 AM |
| Very nice 4 hour Signal Ind, but need it to be an EA | pikachucom | Expert Advisors - Metatrader 4 | 3 | 04-14-2006 09:15 AM |
| Very nice 4 hour Signal Ind, but need it to be an EA | pikachucom | Suggestions for Trading Systems | 2 | 04-13-2006 08:46 PM |