Jump to content

RajanAnand

Members
  • Posts

    64
  • Joined

  • Last visited

  • Days Won

    6

Reputation Activity

  1. Like
    RajanAnand got a reaction from traderwin in I threw the sponge   
    You are using tools which are atleast a generation old, just throw them as they are good for nothing, does not work with new agile.net projection mechanism. Also none of the tools mentioned above will help unless you customized them for new agile protection. Here are some pointers, at first they all will sound gibberish but google/read/research first and then come back and read this post again. i have summarized my last one year of learning in this space in below points so hopefully some of you serious ones, can find sold clue in below points. Google is your best friend and exploring/reading will open up doors for you.

    if your intent is to just bypass licensing part then read/create some samples about dynamic method swapping & you will have your own magic thingy. this is easiest way for you bypass NT & vendor license.(think of this as a in memory hook for intercepting licensing call ), basic Ninja script knowledge is needed here.
    if your intention is to edit code in order to customize NT & vendor dlls then go read about agile.net unpackers & de-virtualization; [ At the end you will end up customizing one of de-obfuscator to match agile.net tokenization(you still wont be able to get around virtualization)].
    Another option is to learn assembly language patching using tools like x64dbg/Ghidra . this one needs advanced skills for bytecode editing. once you get this there is no stopping.
    For tools/add on that does complex server side validation , use network snipper tools to track packets and replicate/mimic those locally via a emulators (i.e. bookmap/mtp/acme/kwippop etc)

  2. Like
    RajanAnand got a reaction from ⭐ tick in I threw the sponge   
    This itself is very descriptive, i condensed my learnings in few sentences, First option is all about "Dynamic method swapping" is easiest of lot. All you need is replace the method(verifyVednorLicense or some others) when indicator dll is loading up in memory, swapped those methods to bypass license. For some indicators you will have to do something extra. Key is to replace the methods when NT starts and every time a new chart window is opened (use AddOn or a global object for that purpose).
     
    hxxps://www.codeproject.com/Articles/37549/CLR-Injection-Runtime-Method-Replacer
    hxxps://reverseengineering.stackexchange.com/questions/20997/c-changing-method-body-in-runtime
  3. Like
    RajanAnand got a reaction from ⭐ tick in I threw the sponge   
    You are using tools which are atleast a generation old, just throw them as they are good for nothing, does not work with new agile.net projection mechanism. Also none of the tools mentioned above will help unless you customized them for new agile protection. Here are some pointers, at first they all will sound gibberish but google/read/research first and then come back and read this post again. i have summarized my last one year of learning in this space in below points so hopefully some of you serious ones, can find sold clue in below points. Google is your best friend and exploring/reading will open up doors for you.

    if your intent is to just bypass licensing part then read/create some samples about dynamic method swapping & you will have your own magic thingy. this is easiest way for you bypass NT & vendor license.(think of this as a in memory hook for intercepting licensing call ), basic Ninja script knowledge is needed here.
    if your intention is to edit code in order to customize NT & vendor dlls then go read about agile.net unpackers & de-virtualization; [ At the end you will end up customizing one of de-obfuscator to match agile.net tokenization(you still wont be able to get around virtualization)].
    Another option is to learn assembly language patching using tools like x64dbg/Ghidra . this one needs advanced skills for bytecode editing. once you get this there is no stopping.
    For tools/add on that does complex server side validation , use network snipper tools to track packets and replicate/mimic those locally via a emulators (i.e. bookmap/mtp/acme/kwippop etc)

  4. Like
    RajanAnand got a reaction from Fral in NT8 - Fixed   
    This is max i could share, here is why al yours trades are visible across all users , see, if you are concerned have your RE patch this. NT keeps track of every execution so eventually they will know about their system being misused & they might take legal actions against those accounts associated with this dummy lic key, so you must take extreme caution when using any hacked version. For demo it's all okay but for real trading avoid using it.
    Not being a preacher here but for your main trading execution platform use genuine software. I have paid for lifetime license even after educating this myself because it's worth it & saves me on cheaper commission & also keeps me safe from any legal issues in future.
     
     
    WebRequest.Create(string.IsNullOrEmpty(License.NTLMUrl) ? string.Format(CultureInfo.InvariantCulture, "https://{0}/tools/NtLogExecution.php?ac={1}&ap={2}&br={3}&bi={4}&ec={5}&id={6}&tm={7}&ex={8}&fe={9}&in={10}&it={11}&lc={12}&mc={13}&mp={14}&md=Live&or={15}&ot={16}&pr={17}&qt={18}&st={19}&tk={20}&vc={21}&vs={22}"
  5. Like
    RajanAnand got a reaction from exp48967 in I threw the sponge   
    This itself is very descriptive, i condensed my learnings in few sentences, First option is all about "Dynamic method swapping" is easiest of lot. All you need is replace the method(verifyVednorLicense or some others) when indicator dll is loading up in memory, swapped those methods to bypass license. For some indicators you will have to do something extra. Key is to replace the methods when NT starts and every time a new chart window is opened (use AddOn or a global object for that purpose).
     
    hxxps://www.codeproject.com/Articles/37549/CLR-Injection-Runtime-Method-Replacer
    hxxps://reverseengineering.stackexchange.com/questions/20997/c-changing-method-body-in-runtime
  6. Like
    RajanAnand got a reaction from exp48967 in I threw the sponge   
    You are using tools which are atleast a generation old, just throw them as they are good for nothing, does not work with new agile.net projection mechanism. Also none of the tools mentioned above will help unless you customized them for new agile protection. Here are some pointers, at first they all will sound gibberish but google/read/research first and then come back and read this post again. i have summarized my last one year of learning in this space in below points so hopefully some of you serious ones, can find sold clue in below points. Google is your best friend and exploring/reading will open up doors for you.

    if your intent is to just bypass licensing part then read/create some samples about dynamic method swapping & you will have your own magic thingy. this is easiest way for you bypass NT & vendor license.(think of this as a in memory hook for intercepting licensing call ), basic Ninja script knowledge is needed here.
    if your intention is to edit code in order to customize NT & vendor dlls then go read about agile.net unpackers & de-virtualization; [ At the end you will end up customizing one of de-obfuscator to match agile.net tokenization(you still wont be able to get around virtualization)].
    Another option is to learn assembly language patching using tools like x64dbg/Ghidra . this one needs advanced skills for bytecode editing. once you get this there is no stopping.
    For tools/add on that does complex server side validation , use network snipper tools to track packets and replicate/mimic those locally via a emulators (i.e. bookmap/mtp/acme/kwippop etc)

  7. Like
    RajanAnand got a reaction from windo in Second Brain Day Trading   
    thanks guys for your considerable inputs & some vague comments which i couldnt fathom out; Well there is always two sides to the coin & everyone is entitled to their opinion & rightfully so, however by believing that your views are right falsify the foundation of communication.
    First of all my main point which i raised has been recognized by some of you but none threw further insight into that.
    1. The core problem being lurkers(not everyone) without gratitude when downloading free stuff & not even having a basic courtesy to say "thank you", also Hamir made a very smart observation "Forum is about
    " how many care to share(in any form:-knowledge, strat, trading exp) and more importantly some of the most downloaded shares have hardly more than 10/20 likes or even less care to respond by thanking the original poster. unfortunate truth  
    2. Some of you suggested putting a price tag of this however i'm not here to make a business out of this, you have better option in snow or Audrey or someone else. My main intent is to have it as an shareware however if you appreciate my work then considering showing your gratitude by donating towards my cloud emulator work which will benefit everyone in future. I will set up "Buy Me A Coffee" to help those who like to support my work.
  8. Like
    RajanAnand got a reaction from rajeshv in Second Brain Day Trading   
    thanks guys for your considerable inputs & some vague comments which i couldnt fathom out; Well there is always two sides to the coin & everyone is entitled to their opinion & rightfully so, however by believing that your views are right falsify the foundation of communication.
    First of all my main point which i raised has been recognized by some of you but none threw further insight into that.
    1. The core problem being lurkers(not everyone) without gratitude when downloading free stuff & not even having a basic courtesy to say "thank you", also Hamir made a very smart observation "Forum is about
    " how many care to share(in any form:-knowledge, strat, trading exp) and more importantly some of the most downloaded shares have hardly more than 10/20 likes or even less care to respond by thanking the original poster. unfortunate truth  
    2. Some of you suggested putting a price tag of this however i'm not here to make a business out of this, you have better option in snow or Audrey or someone else. My main intent is to have it as an shareware however if you appreciate my work then considering showing your gratitude by donating towards my cloud emulator work which will benefit everyone in future. I will set up "Buy Me A Coffee" to help those who like to support my work.
  9. Like
    RajanAnand got a reaction from ⭐ flipper26 in I threw the sponge   
    This itself is very descriptive, i condensed my learnings in few sentences, First option is all about "Dynamic method swapping" is easiest of lot. All you need is replace the method(verifyVednorLicense or some others) when indicator dll is loading up in memory, swapped those methods to bypass license. For some indicators you will have to do something extra. Key is to replace the methods when NT starts and every time a new chart window is opened (use AddOn or a global object for that purpose).
     
    hxxps://www.codeproject.com/Articles/37549/CLR-Injection-Runtime-Method-Replacer
    hxxps://reverseengineering.stackexchange.com/questions/20997/c-changing-method-body-in-runtime
  10. Like
    RajanAnand got a reaction from ⭐ alazif in I threw the sponge   
    This itself is very descriptive, i condensed my learnings in few sentences, First option is all about "Dynamic method swapping" is easiest of lot. All you need is replace the method(verifyVednorLicense or some others) when indicator dll is loading up in memory, swapped those methods to bypass license. For some indicators you will have to do something extra. Key is to replace the methods when NT starts and every time a new chart window is opened (use AddOn or a global object for that purpose).
     
    hxxps://www.codeproject.com/Articles/37549/CLR-Injection-Runtime-Method-Replacer
    hxxps://reverseengineering.stackexchange.com/questions/20997/c-changing-method-body-in-runtime
  11. Like
    RajanAnand got a reaction from tradershare in I threw the sponge   
    This itself is very descriptive, i condensed my learnings in few sentences, First option is all about "Dynamic method swapping" is easiest of lot. All you need is replace the method(verifyVednorLicense or some others) when indicator dll is loading up in memory, swapped those methods to bypass license. For some indicators you will have to do something extra. Key is to replace the methods when NT starts and every time a new chart window is opened (use AddOn or a global object for that purpose).
     
    hxxps://www.codeproject.com/Articles/37549/CLR-Injection-Runtime-Method-Replacer
    hxxps://reverseengineering.stackexchange.com/questions/20997/c-changing-method-body-in-runtime
  12. Like
    RajanAnand got a reaction from ⭐ alazif in I threw the sponge   
    You are using tools which are atleast a generation old, just throw them as they are good for nothing, does not work with new agile.net projection mechanism. Also none of the tools mentioned above will help unless you customized them for new agile protection. Here are some pointers, at first they all will sound gibberish but google/read/research first and then come back and read this post again. i have summarized my last one year of learning in this space in below points so hopefully some of you serious ones, can find sold clue in below points. Google is your best friend and exploring/reading will open up doors for you.

    if your intent is to just bypass licensing part then read/create some samples about dynamic method swapping & you will have your own magic thingy. this is easiest way for you bypass NT & vendor license.(think of this as a in memory hook for intercepting licensing call ), basic Ninja script knowledge is needed here.
    if your intention is to edit code in order to customize NT & vendor dlls then go read about agile.net unpackers & de-virtualization; [ At the end you will end up customizing one of de-obfuscator to match agile.net tokenization(you still wont be able to get around virtualization)].
    Another option is to learn assembly language patching using tools like x64dbg/Ghidra . this one needs advanced skills for bytecode editing. once you get this there is no stopping.
    For tools/add on that does complex server side validation , use network snipper tools to track packets and replicate/mimic those locally via a emulators (i.e. bookmap/mtp/acme/kwippop etc)

  13. Like
    RajanAnand got a reaction from ⭐ kostas9419 in I threw the sponge   
    You are using tools which are atleast a generation old, just throw them as they are good for nothing, does not work with new agile.net projection mechanism. Also none of the tools mentioned above will help unless you customized them for new agile protection. Here are some pointers, at first they all will sound gibberish but google/read/research first and then come back and read this post again. i have summarized my last one year of learning in this space in below points so hopefully some of you serious ones, can find sold clue in below points. Google is your best friend and exploring/reading will open up doors for you.

    if your intent is to just bypass licensing part then read/create some samples about dynamic method swapping & you will have your own magic thingy. this is easiest way for you bypass NT & vendor license.(think of this as a in memory hook for intercepting licensing call ), basic Ninja script knowledge is needed here.
    if your intention is to edit code in order to customize NT & vendor dlls then go read about agile.net unpackers & de-virtualization; [ At the end you will end up customizing one of de-obfuscator to match agile.net tokenization(you still wont be able to get around virtualization)].
    Another option is to learn assembly language patching using tools like x64dbg/Ghidra . this one needs advanced skills for bytecode editing. once you get this there is no stopping.
    For tools/add on that does complex server side validation , use network snipper tools to track packets and replicate/mimic those locally via a emulators (i.e. bookmap/mtp/acme/kwippop etc)

  14. Like
    RajanAnand got a reaction from ⭐ flipper26 in I threw the sponge   
    You are using tools which are atleast a generation old, just throw them as they are good for nothing, does not work with new agile.net projection mechanism. Also none of the tools mentioned above will help unless you customized them for new agile protection. Here are some pointers, at first they all will sound gibberish but google/read/research first and then come back and read this post again. i have summarized my last one year of learning in this space in below points so hopefully some of you serious ones, can find sold clue in below points. Google is your best friend and exploring/reading will open up doors for you.

    if your intent is to just bypass licensing part then read/create some samples about dynamic method swapping & you will have your own magic thingy. this is easiest way for you bypass NT & vendor license.(think of this as a in memory hook for intercepting licensing call ), basic Ninja script knowledge is needed here.
    if your intention is to edit code in order to customize NT & vendor dlls then go read about agile.net unpackers & de-virtualization; [ At the end you will end up customizing one of de-obfuscator to match agile.net tokenization(you still wont be able to get around virtualization)].
    Another option is to learn assembly language patching using tools like x64dbg/Ghidra . this one needs advanced skills for bytecode editing. once you get this there is no stopping.
    For tools/add on that does complex server side validation , use network snipper tools to track packets and replicate/mimic those locally via a emulators (i.e. bookmap/mtp/acme/kwippop etc)

  15. Like
    RajanAnand got a reaction from omii in I threw the sponge   
    You are using tools which are atleast a generation old, just throw them as they are good for nothing, does not work with new agile.net projection mechanism. Also none of the tools mentioned above will help unless you customized them for new agile protection. Here are some pointers, at first they all will sound gibberish but google/read/research first and then come back and read this post again. i have summarized my last one year of learning in this space in below points so hopefully some of you serious ones, can find sold clue in below points. Google is your best friend and exploring/reading will open up doors for you.

    if your intent is to just bypass licensing part then read/create some samples about dynamic method swapping & you will have your own magic thingy. this is easiest way for you bypass NT & vendor license.(think of this as a in memory hook for intercepting licensing call ), basic Ninja script knowledge is needed here.
    if your intention is to edit code in order to customize NT & vendor dlls then go read about agile.net unpackers & de-virtualization; [ At the end you will end up customizing one of de-obfuscator to match agile.net tokenization(you still wont be able to get around virtualization)].
    Another option is to learn assembly language patching using tools like x64dbg/Ghidra . this one needs advanced skills for bytecode editing. once you get this there is no stopping.
    For tools/add on that does complex server side validation , use network snipper tools to track packets and replicate/mimic those locally via a emulators (i.e. bookmap/mtp/acme/kwippop etc)

  16. Like
    RajanAnand got a reaction from ⭐ TRAD3R.GURU in I threw the sponge   
    You are using tools which are atleast a generation old, just throw them as they are good for nothing, does not work with new agile.net projection mechanism. Also none of the tools mentioned above will help unless you customized them for new agile protection. Here are some pointers, at first they all will sound gibberish but google/read/research first and then come back and read this post again. i have summarized my last one year of learning in this space in below points so hopefully some of you serious ones, can find sold clue in below points. Google is your best friend and exploring/reading will open up doors for you.

    if your intent is to just bypass licensing part then read/create some samples about dynamic method swapping & you will have your own magic thingy. this is easiest way for you bypass NT & vendor license.(think of this as a in memory hook for intercepting licensing call ), basic Ninja script knowledge is needed here.
    if your intention is to edit code in order to customize NT & vendor dlls then go read about agile.net unpackers & de-virtualization; [ At the end you will end up customizing one of de-obfuscator to match agile.net tokenization(you still wont be able to get around virtualization)].
    Another option is to learn assembly language patching using tools like x64dbg/Ghidra . this one needs advanced skills for bytecode editing. once you get this there is no stopping.
    For tools/add on that does complex server side validation , use network snipper tools to track packets and replicate/mimic those locally via a emulators (i.e. bookmap/mtp/acme/kwippop etc)

  17. Like
    RajanAnand got a reaction from blackhex in I threw the sponge   
    You are using tools which are atleast a generation old, just throw them as they are good for nothing, does not work with new agile.net projection mechanism. Also none of the tools mentioned above will help unless you customized them for new agile protection. Here are some pointers, at first they all will sound gibberish but google/read/research first and then come back and read this post again. i have summarized my last one year of learning in this space in below points so hopefully some of you serious ones, can find sold clue in below points. Google is your best friend and exploring/reading will open up doors for you.

    if your intent is to just bypass licensing part then read/create some samples about dynamic method swapping & you will have your own magic thingy. this is easiest way for you bypass NT & vendor license.(think of this as a in memory hook for intercepting licensing call ), basic Ninja script knowledge is needed here.
    if your intention is to edit code in order to customize NT & vendor dlls then go read about agile.net unpackers & de-virtualization; [ At the end you will end up customizing one of de-obfuscator to match agile.net tokenization(you still wont be able to get around virtualization)].
    Another option is to learn assembly language patching using tools like x64dbg/Ghidra . this one needs advanced skills for bytecode editing. once you get this there is no stopping.
    For tools/add on that does complex server side validation , use network snipper tools to track packets and replicate/mimic those locally via a emulators (i.e. bookmap/mtp/acme/kwippop etc)

  18. Like
    RajanAnand got a reaction from Traderbeauty in Automated order placement from ninjatrader to Zerodha/SAMCO customer   
    Folks, I am quite off the grid as far as indian stock exchange is concerned but wanted to understand if there are any solutions for Ninjatrader around placing orders to leveraging Zerodha or SAMCO leveraging their API. if so please point me to those solutions if they exist, otherwise i plan to create a "Order Replicator" which will post orders to Zerodha/SAMCO directly from NinjaTrader.
     
    I plan to start working on this soon and need 2-3 volunteer who could help me during testing phase for the order bridge. My intent is to bypass zerodha API gateway charges as well so one would just need to have zerodha account and willing to place some test orders via a sample strategies around ORB or super trend for example (i will share during testing phase). One obliviously must have dependable laptop & good data feed.
     
    I'm most likely planning to wrap up my work in next one month thereafter would love 2-3 guys along with me to collaborate during testing phase. Please express your interest via PM only and its good to mention if you have any exposure around algo trading for Zerodha or samco.
     
    Mod, feel free to move this to other room/channel is this is supposedly not the right place
  19. Like
    RajanAnand got a reaction from Traderbeauty in RE PVDOM Indicator   
    Hello Vit, hope you are all set on using the indi(both mine and orflia version should work.. as others said the indicator needs market depth data enabled. i tested mine today just a while ago & it should work for you.
     
    Eric, with all due respect, got to agree with orfila however you are entitled to express your opinion in an open forum however questioning or comparing folks who are stepping in with helping hand was unwarranted. To each its own so all good!
  20. Like
    RajanAnand got a reaction from JrocknrollS in RE PVDOM Indicator   
    Enjoy https://workupload.com/file/Zuj34T6JwUc . should work on both legit & non legit NT8
  21. Like
    RajanAnand got a reaction from vit007 in RE PVDOM Indicator   
    Enjoy https://workupload.com/file/Zuj34T6JwUc . should work on both legit & non legit NT8
  22. Like
    RajanAnand reacted to Traderbeauty in RE PVDOM Indicator   
    Thank you Rajan Anand
    Good to see you back.
    Jane
  23. Like
    RajanAnand got a reaction from blackhex in RE PVDOM Indicator   
    Enjoy https://workupload.com/file/Zuj34T6JwUc . should work on both legit & non legit NT8
  24. Like
    RajanAnand got a reaction from fx1trader in RE PVDOM Indicator   
    Enjoy https://workupload.com/file/Zuj34T6JwUc . should work on both legit & non legit NT8
  25. Like
    RajanAnand got a reaction from ⭐ laser1000it in RE PVDOM Indicator   
    Enjoy https://workupload.com/file/Zuj34T6JwUc . should work on both legit & non legit NT8
×
×
  • Create New...