stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

10.7/10.9 INDI SOLUTIONS
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3550
Page 50 of 72
Author:  spotdespot [ Mon May 12, 2014 1:52 pm ]
Post subject:  10.7/10.9 INDI SOLUTIONS

Wavegarrick » Mon May 12, 2014 12:41 pm wrote:Anyway Cherry

Same difference you can use Dave's method to go into the data folder through your Empty4 platform or my method by going into windows explorer and then into your Empty4 Mql4 folder. :smile:

As long as you got it in the end
Not always the case unfortunately. If Empty4 has been installed in the ridiculous roaming folder it will look something like this:
C:\Users\user_Name\AppData\Roaming\MetaQuotes\Terminal\FD1015B1A445AC26720AC892893B4E06\MQL4

Trying to find that, especially if you have more than one Empty4 installation, is nigh on impossible unless you use the method I advocated which works regardless of where the MQL4 folder is located.
Author:  SpiderX [ Mon May 12, 2014 2:09 pm ]
Post subject:  10.7/10.9 INDI SOLUTIONS

Apologies for the delay due to a mess in my home.
Will be doing the upload in a while.

Cheers
Author:  SpiderX [ Mon May 12, 2014 2:34 pm ]
Post subject:  10.7/10.9 INDI SOLUTIONS

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.

Code: Select all

extern bool showD1Trend = true;
Cheers
Author:  mehtabkk [ Mon May 12, 2014 2:36 pm ]
Post subject:  10.7/10.9 INDI SOLUTIONS

:yahoo:

we love u SpiderX


:clap:
Author:  sgmullins [ Mon May 12, 2014 2:55 pm ]
Post subject:  10.7/10.9 INDI SOLUTIONS

Maybe I am doing something wrong, but I download the dashboard file and drag it over into my experts>indicators folder. When I boot up Empty4 I can't find it listed as an indicator to add to a chart.
Any ideas? Have I placed it in the incorrect folder?
Author:  fire580 [ Mon May 12, 2014 3:00 pm ]
Post subject:  10.7/10.9 INDI SOLUTIONS

Thank once again spiderX :yahoo:
Author:  milanese [ Mon May 12, 2014 3:11 pm ]
Post subject:  10.7/10.9 INDI SOLUTIONS

sgmullins » Mon May 12, 2014 2:55 pm wrote:Maybe I am doing something wrong, but I download the dashboard file and drag it over into my experts>indicators folder. When I boot up Empty4 I can't find it listed as an indicator to add to a chart.
Any ideas? Have I placed it in the incorrect folder?
The coorect folder you will find doing this:
open Empty4
Go to File /Open Data Folder
Open the MQL4 folder
Paste your indicator in the correct folder, here indicators and restart Empty4
, done :)

Cheers :)

Tommaso
Author:  James Roscoe [ Mon May 12, 2014 9:10 pm ]
Post subject:  10.7/10.9 INDI SOLUTIONS

Tommaso, Spyder X........your tireless work as coders has given us inspiration, thank you for not only posting the indicators, but also for posting the source code so we can learn in the new build.

Bob, thanks for refusing to let others drag you into the forex box and continuing to post new ideas and ways to implement them.

Steve, if life has determined that you have to take the loss of your spouse, as someone who has walked a mile in your shoes, I don't think she would happy with you giving up. I know you won't, and thank you for giving some forex thinkers a place to have some peace. My sincerest prayer is that someday you are able to find yours if worst comes to worst.

Regards
James
Author:  fok [ Tue May 13, 2014 3:56 am ]
Post subject:  10.7/10.9 INDI SOLUTIONS

SpiderX » Mon May 12, 2014 2:34 pm wrote: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.

Code: Select all

extern bool showD1Trend = true;
Cheers
Hi SpiderX,

thanks for the new version 1.07a, now it is much easier to change the colours. :D

10.7 Dashboard-alorente custom v1.02
Setting “ignore pairs = false” results in black window and indicator is removed (Empty4 journal tab), leaving this setting true and removing all ignorestring empty does work and shows following picture:
css custom alorente build.png
css custom alorente build settings aaa.png

10.9Dashboard v1.07a
Setting “ignore pairs = false” results in black window and indicator is removed, but also leaving this setting true and removing all ignorestring empty doesn’t work and result in black window (only if I do not remove all ignorestring pairs it works), there seems to be a pair limit restriction because I can't get the indi work with all pairs, ICM offer more than 80 pairs which seems to overload the indi?
css custom alorente build settings.png
Author:  SpiderX [ Tue May 13, 2014 5:22 am ]
Post subject:  10.7/10.9 INDI SOLUTIONS

Hi,

have uploaded v1.07b, after fixing some small bugs with array sizing.
This one should work for you now, tried it and it seems work fine on my ICM platform.

http://www.stevehopwoodforex.com/phpBB3 ... 652#p90652

Cheers
All times are UTC Page 50 of 72