NexusFi: Find Your Edge


Home Menu

 





Unofficial NinjaTrader 8 wish list thread (NT8)!


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one NinjaTrader with 96 posts (106 thanks)
    2. looks_two Big Mike with 81 posts (78 thanks)
    3. looks_3 OpalDragon with 35 posts (12 thanks)
    4. looks_4 AdvancedIndicators with 29 posts (26 thanks)
      Best Posters
    1. looks_one Fat Tails with 5.3 thanks per post
    2. looks_two NinjaTrader with 1.1 thanks per post
    3. looks_3 Big Mike with 1 thanks per post
    4. looks_4 AdvancedIndicators with 0.9 thanks per post
    1. trending_up 381,659 views
    2. thumb_up 692 thanks given
    3. group 221 followers
    1. forum 1,036 posts
    2. attach_file 63 attachments




 
Search this Thread

Unofficial NinjaTrader 8 wish list thread (NT8)!

  #301 (permalink)
 NetTecture 
Szczecin
 
Experience: Intermediate
Platform: Ninja, writing own now
Posts: 211 since Mar 2010


Big Mike View Post
Regarding backtests and optimizations and the result set generated, please cache all the tabs at the time the cycle is run.

Right now, if I select one run (say line 1 in the result table), it has to re-run the entire backtest cycle. For some of the stuff I am doing now, this can take several minutes (ABC hives). It is incredibly annoying.

Would be really great if the results for each tab were simply cached somewhere to prevent the entire cycle from having to be re-run each time you move from one result to another.

Mike

Other direction - do not cache ANYTHING, write stuff into files. Keep memory consumption lower, please. THEN once done load the files into a proper database for processing

Working on something lik ethat now - I want a lot more stats than ninja gives me, so we are adding logging code to the strats, so we can then analyze them in SQL AS.

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
How to apply profiles
Traders Hideout
MC PL editor upgrade
MultiCharts
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
Exit Strategy
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
33 thanks
Just another trading journal: PA, Wyckoff & Trends
26 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
23 thanks
GFIs1 1 DAX trade per day journal
19 thanks
  #302 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,444 since Jun 2009
Thanks Given: 33,217
Thanks Received: 101,608


NetTecture View Post
Other direction - do not cache ANYTHING, write stuff into files. Keep memory consumption lower, please. THEN once done load the files into a proper database for processing

Working on something lik ethat now - I want a lot more stats than ninja gives me, so we are adding logging code to the strats, so we can then analyze them in SQL AS.

Yes, file cache. It doesn't have to be cached in memory, just cached in a way to prevent the entire run from having to be repeated.

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #303 (permalink)
 NetTecture 
Szczecin
 
Experience: Intermediate
Platform: Ninja, writing own now
Posts: 211 since Mar 2010



Big Mike View Post
Yes, file cache. It doesn't have to be cached in memory, just cached in a way to prevent the entire run from having to be repeated.

Mike

In general, do NOT make backtests IN Ninja, as well as optimizations. Start another piece of software (transpatrently in the background if you ahve to).

Allow acktests and optimizations to be executed from the command line Makes it a LOT easier to build a workflow around it. Now, particuarly due to Ninja's very "interesting" attempts to be smart: command line means Powershell, not some third party stuff, not some arcane thigns noone else has used for 10 years. Powershell.

This would allow for easy distribution of backtests and optimizations over multiple machines

Reply With Quote
  #304 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,444 since Jun 2009
Thanks Given: 33,217
Thanks Received: 101,608

Unlimited levels of depth on the DOM configurable per instrument, right now 10 is common perhaps one day more will be.

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #305 (permalink)
 NLD1888 
SINGAPORE
 
Experience: Intermediate
Platform: TS, TOS, TW, IB
Broker: TOS, IB, TS, TW
Trading: Options, Stocks, ETFs, Futures
Posts: 30 since Jun 2012
Thanks Given: 13
Thanks Received: 16

BM,

Right click on the DOM window & click Properties. Go to General Tab, Number of price rows. And you can change the number of rows needed. I'm not sure if what you mean by depth is equivalent to no. of rows. If so, this is what I've discovered for NT7.

By the way, off topic for a while. I'm new to this forum & after reading up more threads, I think I would like to support this forum by being an elite member. I don't have a pay-pal account. How can I register as an elite member? Is it safe to pay by credit card?

Reply With Quote
  #306 (permalink)
 
MWinfrey's Avatar
 MWinfrey 
Lubbock TX
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Stage 5 Trading
Trading: CL
Posts: 1,878 since Jul 2009
Thanks Given: 1,450
Thanks Received: 3,335

Currently we can call an ATM from a strategy which is nice. But, what I'd like to do from Chart Trader is define an ATM and be allowed to select a custom script that manages the trade after entry. Example: I use Chart Trader and have an ATM with a stop and target defined. Further what I want to do is have a trailing stop based on a moving average of some kind. So, I create a script that moves the stop every bar based on the moving average and when I set up the ATM, I select this trailing stop script.

That is something I've wanted for a very long time as a way of doing something that I want to do as opposed to what the predefined things that the ATM interface allows.

Hope that makes sense.

Mike

Reply With Quote
Thanked by:
  #307 (permalink)
 
ThatManFromTexas's Avatar
 ThatManFromTexas 
Houston,Tx
 
Experience: Advanced
Platform: NinjaTrader
Broker: Mirus Futures/Zen-Fire
Trading: TF
Posts: 2,265 since Feb 2010
Thanks Given: 1,206
Thanks Received: 4,353

@NinjaTrader

The highest granulation time frame which NinjaTrader currently offers is up to second. NinjaTrader will round it off to the second even if your data feed provides say milliseconds granularity.

I would like to see NT support higher granularity than seconds.

If you use any type of tick built bar , the bars can change if you refresh or reopen a chart.

After the close , if you try to go over trades you took that day, the setups you saw during the trading day may not show up.

I'm just a simple man trading a simple plan.

My daddy always said, "Every day above ground is a good day!"
Reply With Quote
  #308 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,444 since Jun 2009
Thanks Given: 33,217
Thanks Received: 101,608


ThatManFromTexas View Post
@NinjaTrader

The highest granulation time frame which NinjaTrader currently offers is up to second. NinjaTrader will round it off to the second even if your data feed provides say milliseconds granularity.

I would like to see NT support higher granularity than seconds.

If you use any type of tick built bar , the bars can change if you refresh or reopen a chart.

After the close , if you try to go over trades you took that day, the setups you saw during the trading day may not show up.

It is my understanding that Ray has already said NT8 will use the 'ticks' timestamp. Not to be confused with market data ticks, timing in ticks is an extremely precise way of measuring time. It will then be up to the data feeds to improve their resolution.

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #309 (permalink)
 
ThatManFromTexas's Avatar
 ThatManFromTexas 
Houston,Tx
 
Experience: Advanced
Platform: NinjaTrader
Broker: Mirus Futures/Zen-Fire
Trading: TF
Posts: 2,265 since Feb 2010
Thanks Given: 1,206
Thanks Received: 4,353


Big Mike View Post
It is my understanding that Ray has already said NT8 will use the 'ticks' timestamp. Not to be confused with market data ticks, timing in ticks is an extremely precise way of measuring time. It will then be up to the data feeds to improve their resolution.

Mike

As long as the bars quit changing... however they do it... works for me

I'm just a simple man trading a simple plan.

My daddy always said, "Every day above ground is a good day!"
Reply With Quote
Thanked by:
  #310 (permalink)
 
wldman's Avatar
 wldman 
Chicago Illinois USA
Legendary Market Wizard
 
Experience: Advanced
Broker: IB, ToS
Trading: /ES, US Equities/Options
Frequency: Several times daily
Duration: Hours
Posts: 3,512 since Aug 2011
Thanks Given: 2,047
Thanks Received: 9,513


from the chart trader OE window a button for buy mid-point, sell mid-point please.

Visit my NexusFi Trade Journal Reply With Quote




Last Updated on December 24, 2023


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts