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

Log True Range (Kase) Bars - Help

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

    Log True Range (Kase) Bars - Help

    I'm trying to alter the logic of true range bars to be a log return as opposed to points/ticks.
    My script is failing and i'm not sure how to address it, if anyone could help it'd be much appreciated.
    LogKaseBar.cs

    #2
    Hello tbaldwin,

    Thanks for your post.

    Using the C# method Math.Log() would go beyond the support we would be able to provide since it is not NinjaScript specific. You could find information about using the C# Math.Log() method by doing a quick Google search for something like 'Math.Log C#'.

    That said, if a script is not behaving as expected then debugging prints should be added to the script to see exactly how the logic of the script is processing values.

    Below is a link to a forum post that demonstrates how to use prints to understand behavior.

    https://ninjatrader.com/support/foru...121#post791121

    This forum thread will also be open for other community members to share their insights on this topic.

    Please let me know if I may assist further.
    Brandon H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by GussJ, 03-04-2020, 03:11 PM
    12 responses
    3,239 views
    0 likes
    Last Post Leafcutter  
    Started by AveryFlynn, Today, 04:57 AM
    0 responses
    5 views
    0 likes
    Last Post AveryFlynn  
    Started by RubenCazorla, 08-30-2022, 06:36 AM
    3 responses
    79 views
    0 likes
    Last Post PaulMohn  
    Started by f.saeidi, Yesterday, 12:14 PM
    9 responses
    25 views
    0 likes
    Last Post f.saeidi  
    Started by Tim-c, Today, 03:54 AM
    0 responses
    5 views
    0 likes
    Last Post Tim-c
    by Tim-c
     
    Working...
    X