Skip to content

Commit

Permalink
Updated for X Tick Chart ver. 3.05
Browse files Browse the repository at this point in the history
  • Loading branch information
9nix6 committed Feb 25, 2020
1 parent 2b60c01 commit b00b6c2
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 3 deletions.
Binary file modified Include/AZ-INVEST/SDK/CustomChartInputs.mqh
Binary file not shown.
9 changes: 9 additions & 0 deletions Include/AZ-INVEST/SDK/TickChart.mqh
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,17 @@ int TickChart::Init()
PDHColor,
PDLColor,
PDCColor,
#ifdef AMP_VERSION
NewBarAlert,
ReversalBarAlert,
MaCrossAlert,
UseAlertWindow,
UseSound,
UsePushNotifications,
#else
AlertMeWhen,
AlertNotificationType,
#endif
cis.MA1on,
cis.MA1lineType,
cis.MA1period,
Expand Down
4 changes: 2 additions & 2 deletions Include/AZ-INVEST/SDK/TickCustomChartSettings.mqh
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@

#else // user defined settings

input int barSizeInTicks = 610; // Ticks per bar
input int barSizeInTicks = 1000; // Ticks per bar
input int showNumberOfDays = 5; // Show history for number of days
input ENUM_BOOL resetOpenOnNewTradingDay = true; // Synchronize first bar's open on new day

#endif
#else // don't SHOW_INDICATOR_INPUTS
int barSizeInTicks = 610; // Ticks per bar
int barSizeInTicks = 1000; // Ticks per bar
int showNumberOfDays = 5; // Show history for number of days
ENUM_BOOL resetOpenOnNewTradingDay = true; // Synchronize first bar's open on new day
#endif
Expand Down
2 changes: 2 additions & 0 deletions Indicators/TickChart/TickChart_ATR.mq5
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#property copyright "2009-2017, MetaQuotes Software Corp."
#property link "http://www.mql5.com"
#property description "Average True Range"
#property description "Adapted for use with TickChart by Artur Zas."

//--- indicator settings
#property indicator_separate_window
#property indicator_buffers 2
Expand Down
2 changes: 2 additions & 0 deletions Indicators/TickChart/TickChart_CCI.mq5
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#property copyright "2009, MetaQuotes Software Corp."
#property link "http://www.mql5.com"
#property description "Commodity Channel Index"
#property description "Adapted for use with TickChart by Artur Zas."

#include <MovingAverages.mqh>
//---
#property indicator_separate_window
Expand Down
2 changes: 2 additions & 0 deletions Indicators/TickChart/TickChart_Ichimoku.mq5
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#property copyright "2009-2017, MetaQuotes Software Corp."
#property link "http://www.mql5.com"
#property description "Ichimoku Kinko Hyo"
#property description "Adapted for use with TickChart by Artur Zas."

//--- indicator settings
#property indicator_chart_window
#property indicator_buffers 5
Expand Down
2 changes: 2 additions & 0 deletions Indicators/TickChart/TickChart_MACD.mq5
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#property copyright "2009, MetaQuotes Software Corp."
#property link "http://www.mql5.com"
#property description "Moving Average Convergence/Divergence"
#property description "Adapted for use with TickChart by Artur Zas."

#include <MovingAverages.mqh>
//--- indicator settings
#property indicator_separate_window
Expand Down
2 changes: 2 additions & 0 deletions Indicators/TickChart/TickChart_MACD_Line.mq5
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#property copyright "2009, MetaQuotes Software Corp."
#property link "http://www.mql5.com"
#property description "Moving Average Convergence/Divergence"
#property description "Adapted for use with TickChart by Artur Zas."

#include <MovingAverages.mqh>
//--- indicator settings
#property indicator_separate_window
Expand Down
2 changes: 2 additions & 0 deletions Indicators/TickChart/TickChart_ParabolicSAR.mq5
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
//+------------------------------------------------------------------+
#property copyright "2009-2017, MetaQuotes Software Corp."
#property link "http://www.mql5.com"
#property description "Adapted for use with TickChart by Artur Zas."

//--- indicator settings
#property indicator_chart_window
#property indicator_buffers 3
Expand Down
1 change: 1 addition & 0 deletions Indicators/TickChart/TickChart_RSI.mq5
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#property copyright "2005-2014, MetaQuotes Software Corp."
#property link "https://www.mql5.com"
#property description "Relative Strength Index"
#property description "Adapted for use with TickChart by Artur Zas."
#property strict

#property indicator_separate_window
Expand Down
1 change: 1 addition & 0 deletions Indicators/TickChart/TickChart_StdDev.mq5
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#property copyright "2009-2017, MetaQuotes Software Corp."
#property link "http://www.mql5.com"
#property description "Standard Deviation"
#property description "Adapted for use with TickChart by Artur Zas."

#property indicator_separate_window
#property indicator_buffers 2
Expand Down
2 changes: 2 additions & 0 deletions Indicators/TickChart/TickChart_Stochastic.mq5
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
//+------------------------------------------------------------------+
#property copyright "2009, MetaQuotes Software Corp."
#property link "http://www.mql5.com"
#property description "Adapted for use with TickChart by Artur Zas."

//--- indicator settings
#property indicator_separate_window
#property indicator_buffers 4
Expand Down
2 changes: 1 addition & 1 deletion Indicators/TickChart/TickChart_TimeLine.mq5
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ enum ENUM_DISPLAY_FORMAT
DisplayFormat2, // 25.01 10:55
};

input color InpTextColor = clrWhiteSmoke; // Font color
input color InpTextColor = clrBlack; // Font color
input int InpFontSize = 9; // Font size
input int InpSpacing = 3; // Date/Time spacing factor
input ENUM_DISPLAY_FORMAT InpDispFormat = DisplayFormat1; // Display format
Expand Down
2 changes: 2 additions & 0 deletions Indicators/TickChart/TickChart_volumes.mq5
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
//+------------------------------------------------------------------+
#property copyright "2009-2017, MetaQuotes Software Corp."
#property link "http://www.mql5.com"
#property description "Adapted for use with TickChart by Artur Zas."

//---- indicator settings
#property indicator_separate_window
#property indicator_buffers 2
Expand Down

0 comments on commit b00b6c2

Please sign in to comment.