Harrys Posted October 4 Report Posted October 4 (edited) Hi @apmoo @kimsam ! Please, maybe you can educate this version? https://workupload.com/file/ATvWHKXzkvF Edited October 4 by Harrys luludulu, PK2, BC77851620 and 5 others 8
luludulu Posted October 5 Report Posted October 5 That would be awesome, it's a nice piece of technology that helps to use custome made strategies from the indicators, Thanks for the share, let's hope it gots cracked, so we can tweak with it. hybrid76 and fdeuf 2
AllIn Posted October 8 Report Posted October 8 All the new features - this one would be greatly appreciated!! hybrid76 and luludulu 2
BC77851620 Posted October 14 Report Posted October 14 This would be sick if it could be done!! luludulu and hybrid76 2
omni69 Posted October 20 Report Posted October 20 This would be great to automate any indicator. luludulu 1
Gretta Posted November 12 Report Posted November 12 Can one of our educators please check? hybrid76 and atljam 2
Night Posted Friday at 11:55 AM Report Posted Friday at 11:55 AM (edited) This is the latest version. You can request a free 7 days trail. I found out that when you enter the license key, the strategy will write into this file: C:\Users\YOUR_USER\AppData\Roaming\NinjaTrader\License.txt. Maybe, if someone has full license, can he/she share the License.txt file? So, this is where we need to find how to bypass the trial period check around reading that file in the code. PredatorXOrderEntry_LT_V3.1.1.1.zip Edited Friday at 11:57 AM by Night luludulu and SUBZERO 2
Night Posted 14 hours ago Report Posted 14 hours ago The code is well obfucasted. It seems to contract their "backup server" for license verifcation: https://tradesaber.com/wp-json/licensor/ If you hit that license server, you will see their API. This could be the positive result: {"success",":true"} in reponse. So, maybe could try to stub that server with own local server by override DNS entry, that returns the positive payload. kimsam 1
Gretta Posted 12 minutes ago Report Posted 12 minutes ago 14 hours ago, Night said: The code is well obfucasted. It seems to contract their "backup server" for license verifcation: https://tradesaber.com/wp-json/licensor/ If you hit that license server, you will see their API. This could be the positive result: {"success",":true"} in reponse. So, maybe could try to stub that server with own local server by override DNS entry, that returns the positive payload. Possibly. As I recall, set up the Windows etc folder and have a file return the authorization.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now