10.7/10.9 INDI SOLUTIONS

This is where Bob posts his own threads
Post Reply
spotdespot
Trader
Posts: 768
Joined: Sun Jan 22, 2012 11:38 pm

10.7/10.9 INDI SOLUTIONS

Post by spotdespot »

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.
User avatar
SpiderX
Trader
Posts: 554
Joined: Thu Aug 22, 2013 4:50 pm

10.7/10.9 INDI SOLUTIONS

Post by SpiderX »

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

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
User avatar
SpiderX
Trader
Posts: 554
Joined: Thu Aug 22, 2013 4:50 pm

10.7/10.9 INDI SOLUTIONS

Post by SpiderX »

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
"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
mehtabkk
Trader
Posts: 19
Joined: Sat Jan 18, 2014 3:34 am

10.7/10.9 INDI SOLUTIONS

Post by mehtabkk »

:yahoo:

we love u SpiderX


:clap:
sgmullins
Posts: 1
Joined: Fri Jan 25, 2013 7:25 pm

10.7/10.9 INDI SOLUTIONS

Post by sgmullins »

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?
fire580
Trader
Posts: 314
Joined: Wed May 09, 2012 4:51 pm

10.7/10.9 INDI SOLUTIONS

Post by fire580 »

Thank once again spiderX :yahoo:
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

10.7/10.9 INDI SOLUTIONS

Post by milanese »

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
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
James Roscoe
Trader
Posts: 69
Joined: Sun Apr 14, 2013 4:51 am

10.7/10.9 INDI SOLUTIONS

Post by James Roscoe »

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
User avatar
fok
Trader
Posts: 59
Joined: Wed Oct 23, 2013 1:15 pm
Location: Seasia

10.7/10.9 INDI SOLUTIONS

Post by fok »

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
You do not have the required permissions to view the files attached to this post.
User avatar
SpiderX
Trader
Posts: 554
Joined: Thu Aug 22, 2013 4:50 pm

10.7/10.9 INDI SOLUTIONS

Post by SpiderX »

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
"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
Post Reply

Return to “Bob's individual forum”