ProfNuke Posted August 31, 2012 Report Share Posted August 31, 2012 (edited) It don't has to be cracked, but there are only ex4 and I would like to have a decompiled version of these indis from the system. so then it is possible to modify some things and to transfer it to another platform, etc. the main indicator is the matrix_system.ex4. The rest are help indicators of the system. thanks in advance Here is the link: https://rapidshare.com/files/1533052825/matrix system indis.rar Edited August 31, 2012 by ProfNuke marthart, lptuyen and 123fx 3 Quote Link to comment Share on other sites More sharing options...
marthart Posted August 31, 2012 Report Share Posted August 31, 2012 Interesting system Prof, do you have anymore info templates/manual ? Thanks Quote Link to comment Share on other sites More sharing options...
ProfNuke Posted August 31, 2012 Author Report Share Posted August 31, 2012 (edited) yes, I will post the system, template and rulez as soon as I am @home again. hopefully it is possible to get a good mq4 file out of it. Edited August 31, 2012 by ProfNuke Quote Link to comment Share on other sites More sharing options...
ProfNuke Posted August 31, 2012 Author Report Share Posted August 31, 2012 ok, here you got the whole system. - The Matrix system indi is showing you 4 lines. these must all match. The ColorCCI has to be colored and not grey. colored in the direction of trading to the template you've got to add stochastics M5 and M15 (MTF stochastic) in one window. both have to be coming up from oversold zone or down from overbought zone and line up in the direction of your trading. so and if you get a breakout of the M5 R or M5S zone and these indicators line up in the direction, then go with it! on the bottom there is Matrix Revolution, white=ranging market condition, green=ok for trading. it is a mix of keltnerchannel and something else. i did not really take care about it. If you really follow these rulez and only trade london and NY session, you'll be happy to make more +pips than -pips! So if this system gets compiled to mq4 i would really appreciate that esp. the matrix_system indicator.ex4! https://rapidshare.com/files/798554697/Matrix.zip Quote Link to comment Share on other sites More sharing options...
marthart Posted August 31, 2012 Report Share Posted August 31, 2012 (edited) Hi and thanks The matrix indicator and the MTF ind. both stop Met 4 dead. OK the new set you uploaded works, must have been missing a called ind. Edited August 31, 2012 by marthart Quote Link to comment Share on other sites More sharing options...
edmun1388 Posted September 6, 2012 Report Share Posted September 6, 2012 (edited) I think the matrix system is from here http://www.forexfactory.com/showthread.php?t=315572 extreme = Symphone_Extreme_Indikator_v3.0 trend = Symphonie_Trendline_Indikator_v3.0 emotion = T3_2ColorHisto Sentiment = bull/bear indicator correct me if I am wrong . Edited September 6, 2012 by edmun1388 Quote Link to comment Share on other sites More sharing options...
ProfNuke Posted September 6, 2012 Author Report Share Posted September 6, 2012 correction: extreme = TVI trend = cci emotion = T3 sentiment = Gann Hi Low it is a further developed system which has its basement in the matrix system Quote Link to comment Share on other sites More sharing options...
edmun1388 Posted September 7, 2012 Report Share Posted September 7, 2012 If we can find their setting , then we can re-code it. Quote Link to comment Share on other sites More sharing options...
edmun1388 Posted October 15, 2012 Report Share Posted October 15, 2012 ProfNuke , I found the indicator at http://www.forexfactory.com/showthread.php?t=373796&page=47 . GenesisMatrix 2.21_1.mq4. real good profit strategy Quote Link to comment Share on other sites More sharing options...
Snoopy1234 Posted October 15, 2012 Report Share Posted October 15, 2012 100% Fantastic Four Hello guys, i have found a very simple system in another forum. It works nearly perfect, so i have put some scripts on it to work simpler. The problem i have, is that the indicator named fantastic four creates many failures that will be written in the log file of the metatrader. The indicator self works well but write the logfile until its 9GB big. So i put this system here. And hope anybody can decompile the indicator. So then i will look whats wrong in the source code. There ar the diffeent Fantastic four indicators. The source of FF3 only works on 4 digit account and the other two ex4 FF works on 4 digit and five digit accounts. So hope anyone can decompile it. Thank you in advance. https://www.dropbox.com/sh/2wc3cocdttcel96/NufVEkaqhg Quote Link to comment Share on other sites More sharing options...
edmun1388 Posted October 15, 2012 Report Share Posted October 15, 2012 the error come from ObjectMove function. I just disable it and error gone . void f0_0(string as_0, double a_price_8, int a_style_16, color a_color_20) { string name_24 = "[Magic] " + as_0; if (ObjectFind(name_24) != 0) { ObjectCreate(name_24, OBJ_HLINE, 0, 0, a_price_8); ObjectSet(name_24, OBJPROP_STYLE, a_style_16); ObjectSet(name_24, OBJPROP_COLOR, a_color_20); return; } //ObjectMove(name_24, 0, 0, a_price_8); } Quote Link to comment Share on other sites More sharing options...
Snoopy1234 Posted October 16, 2012 Report Share Posted October 16, 2012 Oky thank you edmun1388, you are able to decompile the other indicators? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.