Updated MetaTrader 4 Client Terminal Build 201

 
Updated MetaTrader 4 Client Terminal Build 201 (10 Jan 2007):

1. Fixed drawing of Andrews' Pitchfork when anchoring points are close to each other.

2. Fixed the previous build error of exact search in the iBarShift function if the corresponding bar is not available.

3. Fixed hanging of the WindowScreenShot function for the fixed-scale chart.

4. Tester: When generating fxt files and in case of no connection, there will be an attempt to get the latest known parameters instead of substitution of default values.

5. MQL4: Removed the too strict type check for the 'switch' operator.

6. MQL4: Added expression presence checking after simple assignment operation.

7. Updated custom indicator ZigZag.

Updated terminal can be downloaded at "MetaTrader 4 trading terminal"
 
Hello,

one question to the point 4. (Tester):

Is there any possibility to change these parameters by myself? I know I can change them during the conversion from csv to fxt, but if I use the *.hst data ?

Thanks Stan
 
Hello,

one question to the point 4. (Tester):

Is there any possibility to change these parameters by myself? I know I can change them during the conversion from csv to fxt, but if I use the *.hst data ?

Thanks Stan

Read "How to change a spread value in MST (tester)?" please.
 
Thanks for your answer, it really works :-)

Stan
 
Hi. iBarshift still does not work, at least when operating on timeframes other than the current Chart timeframe - see below. Current chart if M15, this is M1 timeframe data. It is slightly skewed as there was one bar missing previously but I thought I'd show an area where 3 bars are missing. Irrespective of what boolean 'Exact' operator is used, the nearest bar is returned, not -1 if the bar is missing :( I hope you sort this soon......

GBPUSD,M15: Barfound = 85 Calculated Datetime = 923564040 Actual Datetime = 923563980
    GBPUSD,M15: Barfound = 86 Calculated Datetime = 923563980 Actual Datetime = 923563920
    GBPUSD,M15: Barfound = 87 Calculated Datetime = 923563920 Actual Datetime = 923563860
    GBPUSD,M15: Barfound = 88 Calculated Datetime = 923563860 Actual Datetime = 923563800
    GBPUSD,M15: Barfound = 89 Calculated Datetime = 923563800 Actual Datetime = 923563740<== 3 M1 bars missing, Bar 91 repeated..
    GBPUSD,M15: Barfound = 90 Calculated Datetime = 923563740 Actual Datetime = 923563560
    GBPUSD,M15: Barfound = 91 Calculated Datetime = 923563680 Actual Datetime = 923563500
    GBPUSD,M15: Barfound = 91 Calculated Datetime = 923563620 Actual Datetime = 923563440
    GBPUSD,M15: Barfound = 91 Calculated Datetime = 923563560 Actual Datetime = 923563380
    GBPUSD,M15: Barfound = 92 Calculated Datetime = 923563500 Actual Datetime = 923563320
    GBPUSD,M15: Barfound = 93 Calculated Datetime = 923563440 Actual Datetime = 923563260
    GBPUSD,M15: Barfound = 94 Calculated Datetime = 923563380 Actual Datetime = 923563200
    GBPUSD,M15: Barfound = 95 Calculated Datetime = 923563320 Actual Datetime = 923563140
    GBPUSD,M15: Barfound = 96 Calculated Datetime = 923563260 Actual Datetime = 923563080
    GBPUSD,M15: Barfound = 97 Calculated Datetime = 923563200 Actual Datetime = 923563020
    GBPUSD,M15: Barfound = 98 Calculated Datetime = 923563140 Actual Datetime = 923562960
    GBPUSD,M15: Barfound = 99 Calculated Datetime = 923563080 Actual Datetime = 923562900



Oops, I had build 201 Dec. 26 instead of Jan. 12.... Thanks Stanislav.