DownloadRe: Harmonic Trading

2512
honje19960321 wrote: Sat Dec 17, 2022 2:46 pm Harmonic Trading
This is the thread about patterns and pattern tools.

ZUP_RSI_v48 indicator with template is on this post (the other two template files are here). This version works with Metatrader 4 build 625 and above.
ZUP_CCI_v48 indicator with template is on this post. This version works with Metatrader 4 build 625 and above.
ZUP_v133 indicator is on this post.
ZigZag_nen indicator is here.
ZUP_v115 with default settings for Andrews Pitchfork is on this post
ZUP_v125 with default settings for searching the patterns is on this post
ZUP_v135 PP3 with 37 patterns to be searched is on this post.
ZUP_v135 Shark Attack indicator is on this post.
ZUP_v135 Easy C Snorm 4 indicator is on this post
ZUP_v138 indicators are on this post.
ZUP_v139 indicators are on this post.
ZUP_v140 indicators are here
ZUP_v141 indicators are here
ZUP_v142 indicators are on this post to download (bug fixed version)
ZUP_v143 indicators are on this post.
ZUP_v144 indicators are on this post.
ZUP_v145 indicators are on this post. Template for this indicator is on this post.
ZUP_v146 indicators (source code) are on this post.
ZUP_v148 indicators are on this post. This version works with Metatrader 4 build 625 and above.
ZUPp148 new alert1 indicator is on this post. This version works with Metatrader 4 build 625 and above.
ZUP_v149 indicator is on this post. This version works with Metatrader 4 build 625 and above.
ZUP_v150 indicator is on this post. This version works with Metatrader 4 build 625 and above. New template for this version of ZUP is here.
english doc of ZUP parameters by Nen is on this post.
Zup Universal ZigZag with Pesavento Patterns - MQL5 Market product (free to download and free to use) - read this post #320, this post #321 and this post #322.
ZUP version 153 began to adjust almost all ZUP parameters perhaps instantly by means of the graphic interface - read this post #7 and this post #8.
PS. 04.04.2020.
Image

Image

Image

Honje, which of the ZUP is the attached image


Re: Something interesting please post here (Metatrader)

2518
thomdel wrote: Sun Dec 18, 2022 2:05 am Hi,

Please give advise on this.

Which one is the newest file among these for respective version ?
Example :
1) ZUP_v142
2) ZUP_v142_AP
3) ZUP_v142_p

Which file shall we consider for usage : v142 or v142_AP or v142_9 ?



Thanks a Lot for your Kindness, Shares, Uploads.
Thanks.
It should be the one with the largest file capacity.
These users thanked the author Jedidiah for the post:
thomdel
Do not show pity: life for life, eye for eye, tooth for tooth, hand for hand, and foot for foot.
Deuteronomy 19:21

Re: Something interesting please post here (Metatrader)

2519
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.
Do not show pity: life for life, eye for eye, tooth for tooth, hand for hand, and foot for foot.
Deuteronomy 19:21