NinjaTrader Support Forum  
X

Attention!

This website will be down for maintenance from Friday May 24th at 6PM MDT until Saturday May 25th at 11AM MDT. We apologize for the inconvenience. If you need assistance during this time, please email sales@ninjatrader.com


Go Back   NinjaTrader Support Forum > Application Technical Support > Strategy Analyzer

Strategy Analyzer Support for automated system backtesting and optimization using the NinjaTrader Strategy Analyzer.

Reply
 
Thread Tools Display Modes
Old 03-14-2012, 07:42 AM   #1
crimsonite
Member
 
Join Date: Jan 2012
Posts: 96
Thanks: 32
Thanked 4 times in 4 posts
Default Backtesting Renko charts

Solved
Last edited by crimsonite; 03-14-2012 at 10:43 AM.
crimsonite is offline  
Reply With Quote
Old 03-14-2012, 08:03 AM   #2
NinjaTrader_RyanM
NinjaTrader Customer Service
 
NinjaTrader_RyanM's Avatar
 
Join Date: Sep 2009
Location: Denver, CO
Posts: 8,117
Thanks: 249
Thanked 418 times in 415 posts
Default

Hi crimsonite,

We unfortunately cannot provide trading advice, but will leave this thread open for the community to respond to those questions.

Quote:
Does Ninja automatically curve fit each renko backtest by using the ideal starting tick point? How does this "starting tick point" work in live trades... it seems to just pick a random tick off the bat.
Both backtest/live starts renko charts using the the start date you define in your strategy or chart. They are also reset each session, defined by your session template.

With renko bars in a backtest, you should consider adding a secondary, smaller series to provide increased granularity:
http://www.ninjatrader.com/support/f...ead.php?t=6652
NinjaTrader_RyanM is offline  
Reply With Quote
The following user says thank you to NinjaTrader_RyanM for this post:
Old 01-15-2013, 09:27 AM   #3
mirkocero
Junior Member
 
Join Date: Dec 2010
Posts: 21
Thanks: 19
Thanked 0 times in 0 posts
Default Easy question

Hy!

About http://www.ninjatrader.com/support/f...ead.php?t=6652 :

is it possible to use EnterLongLimit instead EnterLong?

I've tried with

EnterLongLimit (1, false, 1, Close[0], "");

but no orders are generated. Ideas?

Thanks in advance!
mirkocero is offline  
Reply With Quote
Old 01-15-2013, 09:33 AM   #4
NinjaTrader_Joydeep
NinjaTrader Customer Service
 
NinjaTrader_Joydeep's Avatar
 
Join Date: Dec 2011
Location: India
Posts: 3,286
Thanks: 580
Thanked 546 times in 541 posts
Default

Hello mirkocero,
Thanks for your post.

You have set the liveUntilCancelled property to false. As such the order will be cancelled if it is not filled on the bar itself. If you change the liveUntilCancelled property to true then are you able to make it work?

If you modify the code as below then are you able to get it work.

Code:
EnterLongLimit (1, true, 1, Close[0], "");
NinjaTrader_Joydeep is offline  
Reply With Quote
The following user says thank you to NinjaTrader_Joydeep for this post:
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Backtesting using Renko shadowfax Automated Trading 6 10-22-2011 02:12 PM
Backtesting SBS Renko Bars mr_dees Automated Trading 3 10-11-2010 01:37 PM
Backtesting renko charts invalid billr Version 7 Beta General Questions & Bug Reports 10 07-08-2010 05:27 AM
Renko Chart Backtesting jeremymgp Version 7 Beta General Questions & Bug Reports 1 03-26-2010 03:47 AM
Backtesting Renko Bars jeremymgp Automated Trading 3 10-05-2009 09:16 AM


All times are GMT -6. The time now is 09:35 AM.