Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Several Questions...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Several Questions...

    1. Can NT support profit reinvest? Like I earned 10k in the previous trade, and the system will automatically use the profit to open more positions in the next trade.

    2. Can NT support best testing base on weekly data and daily data together at the same time? Like my strategy will make decision based on some weekly data also daily one.

    3. Can NT support signal from daily close data, but execute trade using daily open? Like my strategy generate buy signal from T's day end close, but it will open a long position at T+1's day open rather than T+1's day close. It make much more sense to do an accurate back testing, especially when some gap open happens.

    4. Can NT support incremental position adding? Like I got 10k capital, I put 1k to open position first, then when it runs profit, I put another 2k to open additional position and so on?

    5. Can NT support margin account? Like I got 10k of stocks, and I can borrow 5k from it, so I can simulate to buy additional stock using this 5k etc....

    #2
    Originally posted by Jeffrey.Ng View Post
    1. Can NT support profit reinvest? Like I earned 10k in the previous trade, and the system will automatically use the profit to open more positions in the next trade.

    2. Can NT support best testing base on weekly data and daily data together at the same time? Like my strategy will make decision based on some weekly data also daily one.

    3. Can NT support signal from daily close data, but execute trade using daily open? Like my strategy generate buy signal from T's day end close, but it will open a long position at T+1's day open rather than T+1's day close. It make much more sense to do an accurate back testing, especially when some gap open happens.

    4. Can NT support incremental position adding? Like I got 10k capital, I put 1k to open position first, then when it runs profit, I put another 2k to open additional position and so on?

    5. Can NT support margin account? Like I got 10k of stocks, and I can borrow 5k from it, so I can simulate to buy additional stock using this 5k etc....
    1. Yes. It is possible to track trade data (including profits) and base trades off the performance of the last few trades.
    2. Yes. See the reference for Multi-Timeframe/Multi-Instrument backtesting.
    3. Yes, but it is necessary to include intraday data for this type of backtest. This is a reference sample for adding detail to backtests with intrabar granularity.
    4. Yes.
    5. Could you please clarify?
    AustinNinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_Austin View Post
      1. Yes. It is possible to track trade data (including profits) and base trades off the performance of the last few trades.
      2. Yes. See the reference for Multi-Timeframe/Multi-Instrument backtesting.
      3. Yes, but it is necessary to include intraday data for this type of backtest. This is a reference sample for adding detail to backtests with intrabar granularity.
      4. Yes.
      5. Could you please clarify?
      For point 1 to 4, any online documentation covered? Hard to find relevant information in the online help. Thanks!

      Comment


        #4
        For number 1, there is the TradeCollections class, which holds trade information.

        For number 4, you can just submit another order to add to your position.
        AustinNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Human#102, 05-08-2024, 09:54 AM
        3 responses
        13 views
        0 likes
        Last Post Human#102  
        Started by ETFVoyageur, Today, 06:11 AM
        0 responses
        2 views
        0 likes
        Last Post ETFVoyageur  
        Started by cencored, 03-31-2016, 05:09 PM
        8 responses
        2,453 views
        0 likes
        Last Post jstaft
        by jstaft
         
        Started by James650, 05-07-2024, 08:25 AM
        2 responses
        8 views
        0 likes
        Last Post James650  
        Started by ssijbabu, 10-07-2012, 07:10 AM
        7 responses
        4,466 views
        0 likes
        Last Post alex@n
        by alex@n
         
        Working...
        X