Re: Something interesting please post here (Metatrader)

2521
Please check out the DailyFX Economic Calendar indicator for the new MT4 with the following usefull options:

Auto TimeZone
Box Alert before event
Country Filter (8 contries and EU)
News Importance Filter(L,M,H)
advanced display settings(flags, background, fonts, subwindow etc)


Code:
input string CalendarDirectory = "DailyFX News"; //Calendar Directory
input string CalendarName = "DailyFX "; //Calendar Name
input int DownloadPause = 120; //Pause Between Downloads(sec)
input int TimeMode = 0; //Time Mode:0-Broker's,1-Local,2-Custom
input int TimeZone = 3; //Time Zone
input bool AlertOn = false; //AlertOn
input double AlertTimeGap = 1; //News & Alert Time Gap(min)
input bool PrintInLog = false; //Print in Log
input bool DisplayPanel = true; //Display Information Panel
input bool DisplayFlags = true; //Display Flags Option
input bool DisplayLines = true; //Display Lines Option
input bool DisplayText = false; //Display Text Option
input bool DisplayEvents = true; //Display Events Option
input int LineStyle = 3; //Line Style
input int MaxEventLength = 27; //News Max Length(in symbols)
input bool LoadCalendarHistory = false; //Load Calendar History
input datetime LoadHistoryFrom = D'2009.10.11'; //Load Calendar History From Date
input bool SaveHTMFormat = false; //Save HTM Format

input string countryFilter = " Country Filter(None-off, color-on): ";

input color EUR = clrPink; //Euro Zone(EUR)
input color USD = clrDodgerBlue; //US(USD)
input color JPY = clrOrange; //Japan(JPY)
input color GBP = clrRed; //UK(GBP)
input color CHF = clrMagenta; //Switzerland(CHF)
input color AUD = clrGreen; //Australia(AUD)
input color CAD = clrTomato; //Canada(CAD)
input color NZD = clrGray; //New Zealand(NZD)
input color CNY = clrOrange; //China(CNY)

input string impFilter = " Importance Filter: ";
input string NewsImportance = "L,M,H"; //News Importance Filter ("" - all)

input string graphSets = " Graph Settings: ";
input int window = 0; //Window: 0-chart window,1-1st subwindow,2-2nd subwindow and so on
input int step_X = 20;
input int step_Y = 20;
input int offset_X = 30;
input int offset_Y = 30;
input string textFontName = "Arial";
input string headFontName = "Arial Black";
input int fontSize = 8;
input color textColor = clrSilver;
input color timeColor = clrSilver;
input color lowImportanceColor = clrLightBlue;
input color medImportanceColor = clrOrange;
input color highImportanceColor = clrRed;
input color betterNewsColor = clrGreenYellow; //Better News Color
input color worseNewsColor = clrTomato; //Worse News Color
input uchar upcomNewsArrowCode = 108;
input color upcomNewsArrowColor = clrMediumSeaGreen;
input color backgroundColor = C'0,50,70'; //Background Color: None-off, color-on
input int backgroundBorder = -1; //Background Border: -1-off,0...2-on
MT4 version

Attachment 12288

MT5 version

Attachment 12289


Please unzip the archive with national flags to MQL4/Images directory.

UPDATES:

2014.10.03 - version v2.1: fixed and updated with the new option - Display Events.
2014.10.06 - the MT5 version added.
2014.12.29 - fixed and updated versions v2.2(MT4) and v2.1(MT5) uploaded.
2015.03.04 - fixed and updated versions v3.0 600+(MT4) and v3.0(MT5) uploaded.
2015.03.20 - fixed versions v3.1 600+(MT4) and v3.1(MT5) uploaded.
2015.04.10 - updated versions v3.3 600+(MT4) and v3.3(MT5) uploaded. Since these versions we'll use common .csv format with the ForexFactoryNews indicator.
2015.05.15 - fixed versions v3.4 600+(MT4) and v3.4(MT5) uploaded because of changing of the DailyFX Calendar html format.
2015.09.01 - fixed versions v3.5 600+(MT4) and v3.5(MT5) uploaded. Now you can use your Broker's, Local and any other time to see the DailyFX Calendar.
2016.01.25 - fixed versions v3.6 600+(MT4) and v3.6(MT5) uploaded because of changing of the DailyFX Calendar html format.
2016.03.09 - fixed and updated versions v3.7 600+(MT4) and v3.7(MT5) uploaded with the new parameter DisplayPanel.
2016.06.27 - fixed versions v3.8 600+(MT4) and v3.8(MT5) uploaded because of changing of the DailyFX Calendar html format.
2017.01.17 - fixed version v3.9 600+(MT4) uploaded because of a minor bug if the Currency Color=None.
2017.04.10 - updated versions v4.0 600+(MT4) and v3.9(MT5) uploaded with the new parameter useImportanceColor.
2017.04.12 - fixed versions v4.1 600+(MT4) and v4.0(MT5) uploaded.
Be patient therefore, brethren, until the coming of the Lord. Behold, the husbandman waiteth for the precious fruit of the earth: patiently bearing till he receive the early and latter rain.
Behold, we account them blessed who have endured. You have heard of the patience of Job, and you have seen the end of the Lord, that the Lord is merciful and compassionate.


Re: Something interesting please post here (Metatrader)

2522
These users thanked the author Jedidiah for the post:
Chickenspicy
Be patient therefore, brethren, until the coming of the Lord. Behold, the husbandman waiteth for the precious fruit of the earth: patiently bearing till he receive the early and latter rain.
Behold, we account them blessed who have endured. You have heard of the patience of Job, and you have seen the end of the Lord, that the Lord is merciful and compassionate.

NewsTrader EA

2523
;)
These users thanked the author Jedidiah for the post (total 2):
Chickenspicy, RexVola
Be patient therefore, brethren, until the coming of the Lord. Behold, the husbandman waiteth for the precious fruit of the earth: patiently bearing till he receive the early and latter rain.
Behold, we account them blessed who have endured. You have heard of the patience of Job, and you have seen the end of the Lord, that the Lord is merciful and compassionate.

Re: Something interesting please post here (Metatrader)

2524
Please check out the Investing.com Economic Calendar indicator with the following usefull options:

TimeZone Selection
Box Alert before event
Country Filter (8 contries and EU)
News Importance Filter(L,M,H)
advanced display settings(flags, background, fonts, subwindow etc)



Code:
input string CalendarDirectory = "Investing.com News"; // Calendar Directory
input string CalendarName = "Investing.com "; // Calendar Name
input int DownloadPause = 120; // Pause Between Downloads(sec)
input ENUM_TIMEZONE TimeMode = 0; // Time Mode
input int TimeZone = 3; // Time Zone
input bool AlertOn = false; // AlertOn
input double AlertTimeGap = 1; // News & Alert Time Gap(min)
input bool PrintInLog = false; // Print in Log
input bool DisplayPanel = true; // Display Information Panel
input bool DisplayFlags = true; // Display Flags Option
input bool DisplayLines = true; // Display Lines Option
input bool DisplayText = false; // Display Text Option
input bool DisplayEvents = true; // Display Events Option
input int LineStyle = 3; // Line Style
input int MaxEventLength = 27; // News Max Length(in symbols)
input bool SaveHTMFormat = false; // Save HTM Format

input string countryFilter = " Currency Filter(None-Off, Color-On): ";

input color EUR = clrPink; // Euro Zone(EUR)
input color USD = clrDodgerBlue; // US(USD)
input color JPY = clrOrange; // Japan(JPY)
input color GBP = clrRed; // UK(GBP)
input color CHF = clrMagenta; // Switzerland(CHF)
input color AUD = clrGreen; // Australia(AUD)
input color CAD = clrTomato; // Canada(CAD)
input color NZD = clrGray; // New Zealand(NZD)
input color CNY = clrOrange; // China(CNY)

input string impFilter = " Importance Filter: ";
input string NewsImportance = "L,M,H"; // News Importance Filter ("" - all)

input string graphSets = " Graph Settings: ";
input int window = 0; // Window: 0-chart window,1-1st subwindow,2-2nd subwindow and so on
input int step_X = 20;
input int step_Y = 20;
input int offset_X = 30;
input int offset_Y = 30;
input string textFontName = "Arial";
input string headFontName = "Arial Black";
input int fontSize = 8;
input color textColor = clrSilver;
input color timeColor = clrSilver;
input color lowImportanceColor = clrLightBlue;
input color medImportanceColor = clrOrange;
input color highImportanceColor = clrRed;
input bool useImportanceColor = false;
input color betterNewsColor = clrGreenYellow; // Better News Color
input color worseNewsColor = clrTomato; // Worse News Color
input uchar upcomNewsArrowCode = 108;
input color upcomNewsArrowColor = clrMediumSeaGreen;
input color backgroundColor = C'0,50,70'; // Background Color: None-off, color-on
input int backgroundBorder = -1; // Background Border: -1-off,0...2-on

Attachment 27504


UPDATES:

2017.09.14 - fixed versions v1.2 600+ uploaded.
2019.02.21 - updated versions v1.3 for MT4 and MT5 uploaded.
These users thanked the author Jedidiah for the post:
RauHer
Be patient therefore, brethren, until the coming of the Lord. Behold, the husbandman waiteth for the precious fruit of the earth: patiently bearing till he receive the early and latter rain.
Behold, we account them blessed who have endured. You have heard of the patience of Job, and you have seen the end of the Lord, that the Lord is merciful and compassionate.

Re: Something interesting please post here (Metatrader)

2525
Please check out the new MT5.com Economic Calendar which looks similar to the FF Calendar and has the same options.
This calendar can be used as an alternative of the FF and DailyFX calendars that now are unable to use in MT4/5 terminals.


Attachment 28332


UPDATES:

2017.11.21 - fixed version v1.2 600+ uploaded.
2018.06.20 - fixed version v1.3 600+ uploaded.
These users thanked the author Jedidiah for the post:
ParallelNative
Be patient therefore, brethren, until the coming of the Lord. Behold, the husbandman waiteth for the precious fruit of the earth: patiently bearing till he receive the early and latter rain.
Behold, we account them blessed who have endured. You have heard of the patience of Job, and you have seen the end of the Lord, that the Lord is merciful and compassionate.


Re: Something interesting please post here (Metatrader)

2526
Just follow the instructions provided by the indicator. ( message box )
Install as an indicator because this is not an EA.

Allow DLL imports on your custom indicator/Common tab


Please, do try the templates given with the IN10TION NewsReader ( test layout possibilities )

change News.PauseBetweenUpdates(in minutes) for auto updates
change News.Set either to 1 or 2
change Main.Anchor.Show from false to true, it will display the anchor (red 2 cubes left top), double click-hold & drag it to the place you want to have your IN10TION NewsReader v09, view animated info how to do!
change News.Impacts to filter news by impacts where N-Non-economic, L-low Impact, M-Medium Impact, H-High Impact

UPDATES:

2013.04.17 - version v9.99s: 2 minor issues fixed.
2013.05.06 - version v9.99t: currency prefix/suffix issues fixed.
2013.07.29 - version v9.99u: version with Update Popup(build 509).
2014.01.25 - version v9.99v: clocks issue fixed.
2014.06.25 - version v9.99w: updated version for the new MT4(build 600 and above).
2014.08.26 - version v9.99x: World clock issue fixed.
2016.05.02 - version v9.99y: The new FF calendar format issue fixed.
2017.06.26 - version v9.99z: The Investing.com calendar is used instead of the FF calendar.
2018.05.04 - version v9.991z: clocks issue fixed.
2019.03.29 - version v9.992z: scale issue fixed, the currency strength panel updated.
2019.01.08 - version v9.993z: the currency strength panel issue fixed.
2019.04.22 - version v9.994z: the London and NY clocks issue fixed.
Be patient therefore, brethren, until the coming of the Lord. Behold, the husbandman waiteth for the precious fruit of the earth: patiently bearing till he receive the early and latter rain.
Behold, we account them blessed who have endured. You have heard of the patience of Job, and you have seen the end of the Lord, that the Lord is merciful and compassionate.

Re: Something interesting please post here (Metatrader)

2527
Scalping Psy Level Strategy

This is a very powerful winning strategy!!! We only use psychological levels to enter our trades. One of the main rules is NEVER TRADE AGAINST THE H1 CANDLE COLOR. Levels are on the screen every 00, 25, 50, 75, 00.

Another rule is: If H1 and D1 candle color are the same get ready to make more pips. If the colors do not agree be aware that a lot of times you just can grab a few pips (be happy with 5). This is a scalping strategy.

You are not allowed to enter twice in 1 hour. This is to prevent you from overtrading. Remember you only need 2% a day to get rich in the future all the rest is fun but can be greedy.

For MT4 traders i insert my money management rules, the psychological indicator, the 1h candle color overlay and the multi candle color indicator. If you like to trade the 5min chart you can see on the same screen what is going on on the higher tmfs.

Here is a screenshot from the trading method. The above rules are very important to make it succeed so stick to it.
These users thanked the author Jedidiah for the post (total 2):
Chickenspicy, Banzai
Be patient therefore, brethren, until the coming of the Lord. Behold, the husbandman waiteth for the precious fruit of the earth: patiently bearing till he receive the early and latter rain.
Behold, we account them blessed who have endured. You have heard of the patience of Job, and you have seen the end of the Lord, that the Lord is merciful and compassionate.

Re: Something interesting please post here (Metatrader)

2529
These users thanked the author Jedidiah for the post:
ParallelNative
Be patient therefore, brethren, until the coming of the Lord. Behold, the husbandman waiteth for the precious fruit of the earth: patiently bearing till he receive the early and latter rain.
Behold, we account them blessed who have endured. You have heard of the patience of Job, and you have seen the end of the Lord, that the Lord is merciful and compassionate.


Who is online

Users browsing this forum: ChatGPT [Bot], DVanAssen, kvak, PaperLi [Bot], TECHHDATE07, waylon, Yandex [Bot] and 104 guests