Hi all,
New dashboard uploaded in original post:
http://www.stevehopwoodforex.com/phpBB3 ... 652#p90652
v1.07a (a because had not much time to test this, so expecting to release version b, if there is a bug

)
-Added customizable colour codes for pair names/Stoch/CSS colours
Code: Select all
extern string gen1d2 = "Set Color Configuration for Stoch Numbers";
extern color StochUpTrend = Lime;
extern color StochDnTrend = Red;
extern color StochCloseLevel = Yellow;
extern color StochNeutral = White;
extern color Stoch21Up = Lime;
extern color Stoch21Dn = Red;
extern string gen1d3 = "Set Color Configuration for Pair Names - Mode 1";
extern color PairAlignedUpWithoutStoch = Green;
extern color PairAlignedUpWithStoch = Lime;
extern color PairAlignedDnWithoutStoch = FireBrick;
extern color PairAlignedDnWithStoch = Red;
extern color PairUnaligned = DarkGray;
extern string gen1d4 = "Set Color Configuration for Manual CSS";
extern color CcyUp = Lime;
extern color CcyDn = Red;
extern color CcyUncertain = SkyBlue;
extern color PairCSSUp = Lime;
extern color PairCSSDn = Red;
extern color PairCSSUnaligned = Yellow;
extern color PairCSSUncertain = SkyBlue;
-Added Alerts
Use timeBetweeAlertSeconds to set delay between alerts on each pair.
Code: Select all
extern string gen1e = "Set Alerts Configuration";
extern bool PopupAlert= false;
extern bool EmailAlert= false;
extern bool PushAlert = false;
extern bool timeBetweenAlertSeconds = 3600;
-Added showD1Trend option
If set to false, indicator will show H4 trend instead of D1 trend.
Option only works for pairColourMode 0.
Trend is default to D1 for pairColourMode 1.
Cheers
"Love is patient, love is kind. It does not envy, it does not boast, it is not proud. It does not dishonor others, it is not self-seeking, it is not easily angered, it keeps no record of wrongs.Love does not delight in evil but rejoices with the truth. It always protects, always trusts, always hopes, always perseveres."
-Corinthians 13:4-8