Jump to content

thedriver

Members
  • Posts

    454
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by thedriver

  1. 1. Install using the original exe (while NT is closed).

    2. Replace the dll it adds to your Custom folder with this one: s3ndspac3.com/file/m3sxs0

    3. Start Ninja

    4. Have fun... if you find an edge using this, let me know :)

     

    Thank you , check this video https://www.youtube.com/results?search_query=AlgoNinjaTrader&oq=AlgoNinjaTrader&gs_l=youtube.12...3134.3134.0.3943.1.1.0.0.0.0.508.508.5-1.1.0...0.0...1ac.2.11.youtube.9oxKzQIG7g4

  2. Make Sure you Are Running Ninja as administrator ,

    and it should work

    otherwise try removing all dll's from custom folder and add OFA Dll's and Ofa Cracker And Then try

    but before removing keep backup of your custom folder

    and also you can try opening any indicator for editing inside ninjatrader and compile it.

    your problem may solved by following above suggestions

     

    Stockpro thank you so much , now at home with another Pc (win7 64-bit) work fine ,

    tomorrow i will try with another PC ( live trade).

    thank you again

  3. below the thinkorSwim Net-Lines script, can someone kindly convert it for ninja??

     

    regars

     

    #DEF VCLOSE = (((HIGH + LOW) + (CLOSE * 2)) / 4) ;

    DEF VCLOSE = (((HIGH + LOW) / 2)) ;

    #DEF VCLOSE = CLOSE - (((HIGH + LOW) + (CLOSE * 2)) / 4) ;

    #DEF VCLOSE = CLOSE;

    def VBI = (((VCLOSE[1] < VCLOSE[2]) * (VCLOSE[2] < VCLOSE[3])) * (VCLOSE[3] < VCLOSE[4]));

    DEF VSS = (((VCLOSE[1] > VCLOSE[2]) * (VCLOSE[2] > VCLOSE[3])) * (VCLOSE[3] < VCLOSE[4]));

    def vmovebi = (sum(vbi, 5) / 5) == vbi;

    def vmovess = (sum(vss, 5) / 5) == vss;

    declare upper;

    rec top;

    rec bot;

    top = if

    VBI then High[3] else top[1];

    bot = if

    VSS then Low[3] else bot[1];

    plot BUYline = if vmovebi then Double.NaN else TOP;

    BUYline.SetLineWeight(1);

    BUYline.SetDefaultColor(color.BLUE);

    BUYline.SetPaintingStrategy(PaintingStrategy.dashe s);

    plot SHORTline = if vmovess then Double.NaN else BOT;

    SHORTline.SetLineWeight(1);

    SHORTline.SetDefaultColor(color.MAGENTA);

    SHORTline.SetPaintingStrategy(PaintingStrategy.poi nts);

  4. I Have Successfully Cracked It Without Decompiling with simple method in 2 minutes, I Can Post it here but if owner comes to know then this method will not work in future versions,therefore I can't post here publicly... to protect this info I Will share to only those users who are active and have done more for this forum... just pm me

     

    PM , thanks in advance

  5. That's a inside bid or offer.

     

    There is a seller willing to sell for 10. There is a buyer willing to buy at 8. Those are resting limit orders.

    If i'm aggressive and want to buy at market ill pay 2 points more right? Because the seller is at 12 and there is no offer at 11. But if by any change a seller comes at 11 and you place a buy at 11 at the exact same time then your doing business. So that trade its done by the exchange.

     

    Hope that is clear.

     

    claro!! :) Thanks

  6. Here:

    [email protected]/download/4yvrzziw2wu6j31/SuppTP.zip

     

    But be aware that it uses only bid ask. You should find a discussion about tick data versus bid ask. I used it, but i don't have bid ask backfill nor use a private server yet so its a handicap.

     

    Have fun...

     

    Thank you Hiliboy

    please help me,

    see this snapshot http://my.jetscreenshot.com/20438/20130705-m9q7-29kb

     

     

    Regards

  7. I remembered that has been shared before indicator from www.czechwealth.cz which is have orderflow tool.. Download it in http://www.sendspace.com/file/3icdu3 ..Please check it out, I think it is very interesting tool..but i dunno is it better than OFA software or not..

    And do not forget also we also have supperia market profile and supperia tape plotter.

    Cheers..

    Regards.

    Denny.

     

    ... and this http://www.sendspace.com/file/2xc5ob DBDelta very nice indicators

×
×
  • Create New...