NexusFi: Find Your Edge


Home Menu

 





for loop properties help.


Discussion in NinjaTrader

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




 
Search this Thread

for loop properties help.

  #1 (permalink)
kidvic
Los Angeles, CA
 
Posts: 92 since Mar 2015
Thanks Given: 13
Thanks Received: 3

I am trying to create a for loop in NT8 in the properties.
How do I achieve this?

This is what i've tried, but I get struct errors.

 
Code
	#region properties
                for (a = 1; a < 21;)
		{
			[Browsable(false)]
			[XmlIgnore]
			public Series<double> Line1+a++
			{
				get { return Values[0+a++]; }
			}
		}
                #endregion
Basicailly, just name a new double starting wit 1, all the way to 20.

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Trade idea based off three indicators.
Traders Hideout
MC PL editor upgrade
MultiCharts
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Better Renko Gaps
The Elite Circle
REcommedations for programming help
Sierra Chart
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
45 thanks
Just another trading journal: PA, Wyckoff & Trends
31 thanks
Bigger Wins or Fewer Losses?
24 thanks
Tao te Trade: way of the WLD
24 thanks
GFIs1 1 DAX trade per day journal
22 thanks
  #3 (permalink)
 
rleplae's Avatar
 rleplae 
Gits (Hooglede) Belgium
Legendary Market Wizard
 
Experience: Master
Platform: NinjaTrader, Proprietary,
Broker: Ninjabrokerage/IQfeed + Synthetic datafeed
Trading: 6A, 6B, 6C, 6E, 6J, 6S, ES, NQ, YM, AEX, CL, NG, ZB, ZN, ZC, ZS, GC
Posts: 3,003 since Sep 2013
Thanks Given: 2,442
Thanks Received: 5,863


i see several errors :

1. the a will be incremented twice in your loop
2. you use an arithmethic expression for a variable name
3. you have a casting problem

no sure you can make the properties dynamic like you want to do
the value yes, the name no

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #4 (permalink)
kidvic
Los Angeles, CA
 
Posts: 92 since Mar 2015
Thanks Given: 13
Thanks Received: 3


rleplae View Post
i see several errors :

1. the a will be incremented twice in your loop
2. you use an arithmethic expression for a variable name
3. you have a casting problem

no sure you can make the properties dynamic like you want to do
the value yes, the name no

since this was for plots, Values[a][0] worked well.....
But now, how would you suggest to create doubles with incremental sequence?

Reply With Quote




Last Updated on October 13, 2016


© 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