imfm Posted April 9, 2016 Report Share Posted April 9, 2016 im providing for Educators clean files and SC im trying trace the login message to bypassit but was imposible for me https://www.sendspace.com/file/25yxu4 Ganymed 1 Quote Link to comment Share on other sites More sharing options...
rondonelli Posted April 11, 2016 Report Share Posted April 11, 2016 Unbreakable according to Admis Quote Link to comment Share on other sites More sharing options...
imfm Posted April 12, 2016 Author Report Share Posted April 12, 2016 do u have link from this investigation Quote Link to comment Share on other sites More sharing options...
admis Posted April 12, 2016 Report Share Posted April 12, 2016 Unbreakable according to Admis Actually, it doesn't mean it's unbreakable, but this task is very expensive in the sense of time required to do that and the product is not so spectacular and valuable (at least for me)... btw: the protection is not located in AbleNinjaxxx.dll rondonelli and ⭐ santoshv2k 2 Quote Link to comment Share on other sites More sharing options...
Free707man Posted April 12, 2016 Report Share Posted April 12, 2016 (edited) ********** Edited April 12, 2016 by Free707man Quote Link to comment Share on other sites More sharing options...
rondonelli Posted April 12, 2016 Report Share Posted April 12, 2016 This is one piece of software with complex and stellar protection scheme. Standalone workable version 7.08 was available on these forums and I confirm it works but you need data provider. Quote Link to comment Share on other sites More sharing options...
wcicom Posted April 12, 2016 Report Share Posted April 12, 2016 This is Abllesys version 7.08, "real time", so needs data feed. Works well with E-signal, not sure about other data providers. Also can use end of day data. https://www.sendspace.com/file/it92qy Quote Link to comment Share on other sites More sharing options...
Traderbeauty Posted April 13, 2016 Report Share Posted April 13, 2016 This is an exact duplicate of wintick ablesys . Its called AcmeTrend and its for ninja so no need to change data supplier. Its working perfect- just insert acmetrend 1 and acmetrend 2 using the default settings. It works on every time frame. I took ablesys trial ( paid trial) and compared the two and its a 99/% match so no sense to work hard and bother our friend Admis. Enjoy and please post some feedback. https://www.sendspace.com/file/qnnrt8 btw- the way they do that is - they use 2 time frames one ( the faster ) is showing and the other one is transparent- then they applied the indicator on both time frames. My honest opinion- dont waste your time- it looks amazing on strong and long moves and that is what they show in their ads- but when you hit a sideways or chop area you get killed. True- the two time frame combination helps a little but still... you should try it and post some feedback. Enjoy Traderbeuaty-Jane admis, traderin, misalto and 3 others 6 Quote Link to comment Share on other sites More sharing options...
imfm Posted April 13, 2016 Author Report Share Posted April 13, 2016 trade do you have a template to setup correctly that indicators? Quote Link to comment Share on other sites More sharing options...
Traderbeauty Posted April 13, 2016 Report Share Posted April 13, 2016 just add them as explained Quote Link to comment Share on other sites More sharing options...
rondonelli Posted April 14, 2016 Report Share Posted April 14, 2016 I concurr with TB that acmetrend 1 and acmetrend 2 are replica of abletrend 1 and 2, I have changed default settings of acmetrend 1 to 8 to match with their default settings in standalone version, only indicator missing is Abletrend TS which closely proximate to 10 settings on Acmetrend 1. I dont think they use Ablesig anymore. admis, traderin and Traderbeauty 3 Quote Link to comment Share on other sites More sharing options...
imfm Posted April 21, 2016 Author Report Share Posted April 21, 2016 i think the protections comes here somebody want analize with me files? namespace AblesysIndicatorsLib { using System; using System.Windows.Forms; public class Singleton { private static ATIndicator com_inst = null; private static bool initialized = false; private static object obj_lock = new object(); public static ATIndicator get_instance() { try { if (!initialized) { lock (obj_lock) { if (!initialized) { initialized = true; com_inst = new ATIndicator(); } } } return com_inst; } catch (Exception) { MessageBox.Show("Logined failed. To use Ablesys indicators, please restart NinjaTrader and re-login to Ablesys.", "Ablesys Indicators"); return null; } } } } Quote Link to comment Share on other sites More sharing options...
admis Posted April 21, 2016 Report Share Posted April 21, 2016 i think the protections comes here somebody want analize with me files? ... Everything depends on your skills in reading x86 assembler codes. The protection is not located in .Net files. ⭐ santoshv2k 1 Quote Link to comment Share on other sites More sharing options...
imfm Posted April 21, 2016 Author Report Share Posted April 21, 2016 ADMIN i have a pack not use any other dll what dll youi taking about Quote Link to comment Share on other sites More sharing options...
bassmark Posted April 22, 2016 Report Share Posted April 22, 2016 look in your program files: Ablesys\AbleCom Quote Link to comment Share on other sites More sharing options...
imfm Posted April 23, 2016 Author Report Share Posted April 23, 2016 well we begin with some friends from france to try to accsess to ablesys system i hope get sucesss http://i64.tinypic.com/2ldkqpi.png ⭐ zitroc, rondonelli and ⭐ ESVepara 3 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.