NexusFi: Find Your Edge


Home Menu

 





serialize multiple indicator input series


Discussion in NinjaTrader

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




 
Search this Thread

serialize multiple indicator input series

  #1 (permalink)
 wwwingman 
Paris, France
 
Experience: Intermediate
Platform: SC, NT, ToS
Trading: CME & Eurex Futures
Posts: 116 since Apr 2011
Thanks Given: 339
Thanks Received: 194

Hi,

I am trying to make a indicator based on multiple other indicators input.

I would like the user to chose dynamically 3 or 4 indicators input (periods, fast/low periods, plots ... ) like you can do for any ninja indicator in indicators / parameters data / input series .

I believe the problem is serializing the input. But this seems to be undocumented.

I suppose il will look like :
 
Code
private IndicatorBase inputIndicator1;
..

[XmlIgnore()]
[Description("Indicator 1 input data")]
[Category("Parameters")]
[Gui.Design.DisplayName("Indicator 1")]
public NinjaTrader.Indicator.IndicatorBase InputIndicator1 {
    get { return inputIndicator1; }
    set { inputIndicator1 = value; }
}
Followed by the serialization ....

Any idea ?

Thank you.

W.

-- The rest is silence
Started this thread Reply With Quote




Last Updated on June 28, 2013


© 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