NexusFi: Find Your Edge


Home Menu

 





Need some help creating a cumulative index


Discussion in NinjaTrader

Updated
    1. trending_up 3,325 views
    2. thumb_up 0 thanks given
    3. group 1 followers
    1. forum 0 posts
    2. attach_file 0 attachments




 
Search this Thread

Need some help creating a cumulative index

  #1 (permalink)
kaywai
singapore
 
Posts: 131 since Nov 2009
Thanks Given: 11
Thanks Received: 7

Hi,

This is what I have achieved so far:

if (CurrentBar > 2 )
myDataSeries1.Set((Close[
0]-Open[0])/(((Math.Max(High[0],Close[1]))-(Math.Min(Low[0],Close[1])))!= 0? (Math.Max(High[0],Close[1])-(Math.Min(Low[0],Close[1]))):1.0));
Upper.Set(myDataSeries1[0]);

What I want to do now is start from a zero base and add values from myDataSeries1 to the base as each new bar is formed. Struggling with that bit. Can someone please help?

Reply With Quote




Last Updated on January 27, 2010


© 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