Jump to content

admis

Members
  • Posts

    1812
  • Joined

  • Last visited

  • Days Won

    313

Posts posted by admis

  1. Certainly, there is no viruses inside of the package (original and educated by orfila). The whole confusion, results from unremoved classes and embeded Web.Services from the original binary file. This is standard framework used by the developer (Fin-Alg). These remains are responsible for the license control.

     

    Here is the totally cleaned edu (you can compare and check):

    https://www.sendspace.com/file/k14qh8

     

    btw. You should know, that cleaning is sometime more labor-intensive than educating...8-)

  2. @Admis as per CliSecure protection PLS share a .NETReactor clean/decompiler tutorial. Thanks in advance.

     

    There is nothing extraordinary in this case. Just use de4dot and ignore the warning messages. Then do your usual 'education work'. Would be nice to remove manually a few of obfuscation junks (located in the default namespace) and all resources.

     

    Always keep in mind to use the most recent release of de4dot:

    https://ci.appveyor.com/project/0xd4d/de4dot/build/artifacts

    Good luck!

  3. it would be great if someone can help me out with mising candles.

    thanks.

     

    As I already wrote - set the correct parameters:

     

    if Rec:Format=NinjaTickFile then Delta:Calculation mode = UpDownTickWithContinuation

    if Rec:Format = Binary then Delta:Calculation mode = BidAsk

     

    On your chart:

    Rec:Format=NinjaTickFile and Delta:Calculation mode = BidAsk (what is wrong)

  4. Admis: As I understand the GOM requires recording data from the datafeed to create the GOMCD. I can not keep my PC up and running all day. Other solutions like ACME do not require this user's recording of data on your PC to create GOMCD.

    ...

     

    Not necessary. It depends on your choice.

    Parameters:

    Delta:Calculation mode = UpDownTickWithContinuation [BidAsk]

    Rec:Format = NinjaTickFile [Binary]

     

    You might want to know the difference...

    https://futures.io/wiki/trading-wiki/Gom-User-Manual

    Calculation Mode

     

    * BidAsk : if (tick >= ask) the volume is buying ; if (tick <= bid) the volume is selling

    * UpDownTick : if (tick > previous tick) volume is buying ; if (tick < previous) tick volume is selling

    * UpDownTickWithConinuation : if (tick > previous tick) volume is buying and any further volume@tick is buying ; if (tick < previous)tick volume is selling and any further volume@tick is selling

     

    Delta Calculation

     

    * CumulativeChart : Delta values are summed bar after bar

    * NonCumulativeChart : Delta is reset on the beginning of each bar.

  5. Marcus70s07. ...

    My question comes down to : Which software package should I use that allows me to use the Delta information as input to another indicator? I am not bound to ACME and can use other packages as well. But which package should I use that allows me to use the delta information as input to another indicator or strategy?

     

    Why don't you try the free GomCD? ;)

  6. I suppose, that part of II members prefers to read only their own posts or only those other posts, which are answer on their requests... Sad, but true.

    Anyway, I repeat my opinion related to the BM.

    To be honest with you, it is too tiring, as for me, to play more in this strange java world. Just enough!

    Not everything I was in a position to recompile using the available tools. Quite possible, because I'm just an java noob.

    Fortunately, I've found an old patched release of TurboActivate, which radically reduced the amount of work.

     

    Please don't even ask me anymore in the future to do something related to java. Never ever again!

    This is the fix package for BM44_123, which you have to obtain by yourself and install. I choosed this release, because this is the last supported CQG Trader/IC; the latest supports only CQG_web.

     

    ...

    btw. Apart of a new look of window, which you've treated as an "impressive or great, with a lot of new graphical features and operating options" - what did you find as a real advantage in this new release? Have you found, for example, a description or examples of usage of their API framework (to build own additions - (indicators or strategies)?

  7. Master,

     

    Followed the method explained in the first two pages in this thread..

    http://indo-investasi.com/showthread.php/26902-Learn-Edu-me-101-Ninjascript-C?highlight=educate

     

    I was able to educate this indicator TCMirrorLines..

    ...

    After educating the above indicator.. I felt very happy.. ( as I am a noob when it comes to this programming stuff)

     

    Now I am trying to educate this Reaction Point Indicator (12/03/16)

     

    I was able to clean(obfuscate) using de4dot but when I search for License, it does not list any..

     

    Please check and lemme know the steps to go ahead from here Master.. ( I haven't tried to import the cleaned file)

    ...

     

    If anybody has books written by John Crane.. Please upload..

     

    Thanks,

    Abhishek - I'm sorry, but this is almost impossible to educate any stuff with applied non standard protection (described in the mentioned above thread) by non programmers.

     

    Here is the edu of this Reaction Point Indicator (12/03/16) in the source form:

    https://www.sendspace.com/file/mmzoaf

  8. I added a time solver 7am-12 for CL . I think results are so good because WTBars are just another renko bars and those give you very misleading information .

    ...

     

    You are right. Your unrealistic results occurred because of the missing spread (in the strategy settings) and the fake opening of each next bar. For WTBars 4, which are the same or very similar to the RJ Renko Hybrid, you have to add:

    2 ticks to remove the false opening

    1-3 ticks as a real spread for CL

    - what totally giving us the "strategy slippage in SA" = 3-5 ticks

    Edit:

    To be even more close to the reality you'd have to add another condition before opening/closing each trade:

    if Volume[0] > 0 (some renko bars are fake (no volume =no trade), or even more, because you can't assume, that you're the first in the DOM queue)

     

    SA - means: Strategy Analyzer

  9. ......

    Any help from Admis or Santosh or any educators will be really helpful and appreciated.

     

    Thanks and Cheers!!

    I'm sorry, I'd not like to repeat myself, enough to read my previous posts in this subject.

     

    http://indo-investasi.com/showthread.php/27491-Gomicators-GomMPPro-and-GomOrderFlowPro?p=413964&viewfull=1#post413964

    http://indo-investasi.com/showthread.php/27822-The-gomicators!?p=425042&viewfull=1#post425042

  10. Hey Admis,

    yeah its tough ...I am still not a pro in educating but i am trying my best to do stuff.

     

    Thanks and Cheers!

    That's good to hear!

    The practice is the key to become master. No one is born as a professional...

    Have you heard about the rule: "10,000 hours of practice"?

    In the book Outliers, author Malcolm Gladwell says that it takes roughly ten thousand hours of practice to achieve mastery in a field.

    IMHO - it concerns all professions, including trading, programming, reversing and so on.

    Honestly, good luck!

  11. Hi All,

    After a struggle , I was able to deobfuscate the GOMProPack Dll and the source code is now readable. Please let me know if this is correct. Else i will try few other options.

     

    Here is the link ...

     

    Could any of you educate this? I am still not on my personal laptop, so will try to educate once i am back home.

     

    THanks and Cheers!!!!

     

    Too bad, but in reality and for now, you were not able to deobfuscate it.

    No offence, but it can be too tough for you, althouh I may be wrong...

×
×
  • Create New...