Thanks eevra
Doug
Thanks eevra
Thanks cosmocosmo » Fri Apr 18, 2014 7:43 pm wrote:Thank you so much for putting together your video, seeing that explained a lot more about the ribbons than reading about it.
I hope you return to good health soon.
Thanks for your generous contribution.
I reproduced your problem by trying to compile the indicators in 625.fxozgirl » Fri Apr 18, 2014 9:53 pm wrote:Sorry Doug, I'm keen to take a look at your system but trying not to look like an idiot here...I also cannot see the ribbons.
I have tried installing .mq4 files only (new install), then tried a 2nd new install with .ex4 as mentioned a few pages back, still no ribbons.
I am running a Global Prime demo build 625 and yes indicators were loaded through 'open data folder'.
If you have any tips, that would be great.
Cheers
Shelley
Yes this problem is a bit of Mystery to me and must have something to do with 625. 625 is going to take the source code and run it compiled yet it does not like to get compiled by me. Weird.fok » Fri Apr 18, 2014 11:34 pm wrote:Not sure, but I had the same problem (GP).
Then I deleted kino_T3MA ribbon filled_v6.mq4 and .ex4 file from my Empty4 indicators folder (path datafolder) and copied only the kino_T3MA ribbon filled_v6.mq4 and compiled this indi. After that I see all the ribbons ...
Thank you so much, Doug. I never saw such beautiful charts before and hope they will help to make profitable trade decisions, I will test it over the weekend.
fok
:hi:
slowkey » Sat Apr 19, 2014 2:29 pm wrote:I reproduced your problem by trying to compile the indicators in 625.fxozgirl » Fri Apr 18, 2014 9:53 pm wrote:Sorry Doug, I'm keen to take a look at your system but trying not to look like an idiot here...I also cannot see the ribbons.
I have tried installing .mq4 files only (new install), then tried a 2nd new install with .ex4 as mentioned a few pages back, still no ribbons.
I am running a Global Prime demo build 625 and yes indicators were loaded through 'open data folder'.
If you have any tips, that would be great.
Cheers
Shelley
Did you by any chance compile the indicators in 625?
It would seem that the compiler in 625 breaks them.
They compile ok in 625 with no errors but you do not see them. I fixed my problem by just copying the files below into the indicator directory and back came my ribbons when I restarted. I do not think the below ribbons were compiled in 625 and that 625 just moved them to the new directory structure on install. If this works for you Shelly let me know. Compiling in 625 breaks the ribbons it seems. See if it fixes your problem. If not I will get a Demo of Global Prime and go from there.
The keno ribbon file calls the T3ma to work.
Code: Select all
Empty4-workingVSnonWorking]$ ls -lh
total 28K
-rw-rw-r--. 1 j j 3.1K Mar 15 05:28 T3MA-MAYBEnotWorking.mq4
-rw-r--r--. 1 j j 3.1K Feb 27 21:21 T3MA-maybeWorking.mq4
-rw-rw-r--. 1 j j 8.1K Apr 16 20:58 T3MA-NOTworking.ex4
-rw-r--r--. 1 j j 4.9K Feb 27 21:33 T3MA-works.ex4
[j@localhost Empty4-workingVSnonWorking]$ md5sum *
97213c3c5d5db0f8274d412916cfa4bd T3MA-MAYBEnotWorking.mq4
97213c3c5d5db0f8274d412916cfa4bd T3MA-maybeWorking.mq4
ccd2021d81f927dbe8f82f4e29bc9d9b T3MA-NOTworking.ex4
1fe072fd266e4a7c75b6e20d4b130c96 T3MA-works.ex4