Jump to content

Meow

⭐ V.I.P.
  • Posts

    267
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Meow

  1. Thanks, but you could always try to contact with me through my private mail, which you know... ;)

     

    btw: Maybe this time we should seriously discuss on the possibilities of finding an alternative location (at least in the case of total disaster) ?

     

    That's sounds like a very good idea, cause with the content of this forum it can go down forever sooner or later. What ideas you have in mind as a replacement/back up? Can we back up some parts of this forum and move it to the same engine forum on different server?

  2. I think the only version that can be used now is 5.06 with Ninja v.22, the other had expired.

     

    Nor, am I. I'm just an oridinary educator, who would try to care about a part of our members...

     

    Andy, seriously, you are probably the most oriented member in this area, that's why I'm asking you - which version of NT emu is the most current in the usage. I'd like to make some experiments and check out if it's possible to introduce some adaptations into emu, due to the new and expected circumstances (and growing demands). TiA.

     

    Later, I'd like to ask a few guys, still using v.22, for making some tests. For now, I can't promise anything, but I'll try to do my best.

  3. Btw, if Ninja is connecting to emu to verify the license, and not to their server, why it wont work? Or is there another connection needed as well to Ninja servers?

     

     

    NT v.22+emu will stop to work after Feb 27. The new update has no influence on the educated indicators and strategies. They just are going to change the license server and certificate. All NT installations without usage of emu are safe.
  4. Mandatory Update for All NinjaTrader Users

     

    NinjaTrader is required to change a SSL certificate that is used in validating your license resulting in a mandatory software update. All users must update to version 7.0.1000.31 prior to Saturday, February 27th. Failure to do so will result in disruption of service.

     

    Please follow the steps below to proceed with the update in advance of Saturday, February 27th. All workspaces, NinjaScript files, and other user settings will be maintained.

     

    NinjaTrader 7 Update Instructions

     

    Close NinjaTrader 7 if it is currently running. If you attempt to update before closing NinjaTrader, a complete uninstall/reinstall will be required.

    Download NinjaTrader 7.0.1000.31

    Step through the install process & complete to resume using NinjaTrader.

     

     

     

     

    http://ninjatrader.com/Advisories/Advisory27

  5. The idea behind it- is not so bad. But you cant trade that strategy straight forward, you need additional information to make the decisions. That what is KZ is doing in his trading room. Otherwise its gonna be alot of scratches in and out trades. I'm still surprised he can make profits in FDAX. Crazy mother ****ing instrument.;)

     

    Again, it's impressive! How much is this masterpiece worth? (Already have got it: $299/month [$3,588/year])

    [spoiler=STBuy]

    using System;
    using System.ComponentModel;
    using NinjaTrader.Data;
    
    namespace NinjaTrader.Strategy
    {
       [Description("Enter the description of your strategy here")]
       public class STSBuy : Strategy
       {
           protected override void Initialize()
           {
               CalculateOnBarClose=true;
           }
    
           protected override void OnBarUpdate()
           {
               if (CrossAbove(SMA(CCI(240), 1), SMA(CCI(240), 20), 1))
               {
                   EnterLong(DefaultQuantity, "");
               }
               if (CrossBelow(SMA(CCI(240), 1), SMA(CCI(240), 20), 1))
               {
                   ExitLong("", "");
               }
           }
     }
    }
    

     

    [spoiler=STSell]

    using System;
    using System.ComponentModel;
    using NinjaTrader.Data;
    
    namespace NinjaTrader.Strategy
    {
       [Description("Enter the description of your strategy here")]
       public class STSSell : Strategy
       {
           protected override void Initialize()
           {
               CalculateOnBarClose=true;
           }
    
           protected override void OnBarUpdate()
           {
               if (CrossBelow(SMA(CCI(240), 1), SMA(CCI(240), 20), 1))
               {
                   EnterShort(DefaultQuantity, "");
               }
               if (CrossAbove(SMA(CCI(240), 1), SMA(CCI(240), 20), 1))
               {
                   ExitShort("", "");
               }
           }
    }
    }
    
    

     

    The previous scribble you can see here: http://indo-investasi.com/showthread.php/26607-Can-someone-please-convert-these-small-NT7-strategies-to-source?p=390473&viewfull=1#post390473

     

    Reading admiration of something like that, I'm not surprised anymore, that there is still so much sold of the snake oil products.

    X_X...I'm not sure - whether should I laugh or cry?

  6. There should be few separate connections to broker accounts(like CQG and IB) and separate strategy instances on each of them. Don't think its gonna work in any other manner.

     

    Good morning everyone,

    I'd like to know if someone has experience with trading multiple account at the same time from ninjatrader chart trading.

    I have read on ninjatrader forum that it is possible trading multiple account using an account group, but the problem is that order modification and cacellation must be treated separatly, so it is impossible replicate a discretionary strategy on multiple account.

    I read also that it can be made using a code (i thinks a strategy to insert on the chart you trade).

    Has someone some idea?

    Thanks,

  7. Gives you no info in rotational day, its gonna be flat or increase/decrease slightly. Additionally, its very slow to react to the price. Take yesterday CL action, the price felt 66 ticks from the high of the day, but the Vwap still was moving slightly up. Not useful at all. The only way to use Vwap is to fade the moves towards it, if the area price of Vwap consist of another support/resistance.

     

    rising/falling VWAP
  8. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

     

    Totally agreed with you TB, it is how you use it and he is pretty good at using it. I am posting today's and yesterday's videos. around 3 hours each and let you all see how he is using it. Also like to apologize in advance first few minutes he don't speak so have some speaker noise. Rest of the video and audio is high quality.

     

    Today's video 1.3 GB https://mega.nz/#!rUESFCza!pq9BFy19egYPjqR4rlUBrpGeAOkL_S1Uvq96IM4tgDU

     

    Yesterday's video 1.25gb https://mega.nz/#!6I0BxDpZ!X47Bon5klYY_a1_lYVYF1--8QRSerQy3keoaI8iYSHQ

  9. Here you go: http://nekaka.com/d/m9F7rOH1je

     

    Could someone please upload the whole complete working set, if they are being taken down, please PM me. Thank you all for your hard work.

    Finally these look like they may be worth testing. The hard part is his negative reward to risk ratio-11 to 20 not great, especially on 5 contracts.

  10. I´m using this but since January 2015 they don´t allow to download L2 data :(

     

    That's strange. I'm able to download L2 on both of my machines with their soft. Version Beta RC V4.0 and Version Beta RC V3.0 Maybe the date of registration of the account matters?

×
×
  • Create New...