NexusFi: Find Your Edge


Home Menu

 





question on generating random identifier


Discussion in NinjaTrader

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




 
Search this Thread

question on generating random identifier

  #1 (permalink)
tortexal
Panama!
 
Posts: 44 since Jun 2009
Thanks Given: 1
Thanks Received: 24

how i pass a string to EnterLong()? I'm generating a random identifier for the entry as follows:

protected override void Initialize()
{
Random RandomClass = new Random();
int x = RandomClass.Next(100, 999);
String label = x.ToString();
}

protected override void OnBarUpdate()
{
EnterLong("label goes here");
}

Reply With Quote





Last Updated on July 9, 2009


© 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