NexusFi: Find Your Edge


Home Menu

 





Need help with Btween and CrossBelow/Above - C# newbie


Discussion in NinjaTrader

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




 
Search this Thread

Need help with Btween and CrossBelow/Above - C# newbie

  #1 (permalink)
Al2010
 
Posts: 50 since Oct 2010
Thanks Given: 36
Thanks Received: 10

Hi,
How to check if Stoch.K is between 75 and 21? Do I use OR or AND operators to check if Stoch.K is between those numbers? For ex., if Stoch.K[0] < 75 and/or Stoch.K[0] > 21 probably is incorrect bcs if Stoch.K < 75 then it is already or may be > 21... And which is correct please - Stoch.K[0] > 21 or Stoch.K[1] > 21?
What I want is to check if Stoch.K was rising but did not reach 80 and reversed @76 or around and falling and is between 75 and 21- then check if cross blw 75-t/f... Then all the the same and betw. 65 and 21 and falling etc... please? Is there an easy way? Any examples much appreciated.
Thank you all very much.

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
REcommedations for programming help
Sierra Chart
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Quant vue
Trading Reviews and Vendors
Cheap historycal L1 data for stocks
Stocks and ETFs
 
  #3 (permalink)
 bukkan 
Calcutta, India
 
Experience: Intermediate
Platform: ArthaChitra
Posts: 278 since Jun 2009
Thanks Given: 161
Thanks Received: 271



Al2010 View Post
Hi,
How to check if Stoch.K is between 75 and 21? Do I use OR or AND operators to check if Stoch.K is between those numbers? For ex., if Stoch.K[0] < 75 and/or Stoch.K[0] > 21 probably is incorrect bcs if Stoch.K < 75 then it is already or may be > 21... And which is correct please - Stoch.K[0] > 21 or Stoch.K[1] > 21?
What I want is to check if Stoch.K was rising but did not reach 80 and reversed @76 or around and falling and is between 75 and 21- then check if cross blw 75-t/f... Then all the the same and betw. 65 and 21 and falling etc... please? Is there an easy way? Any examples much appreciated.
Thank you all very much.

 
Code
if (Stoch.K[0] < 70 && Stoch.K[0] > 21)
{
   //do your stuff
}
 
Code
if (Rising(Stoch.K,1) && Stoch.K[0] < 80)
{
  //do your stuff
}
hope you could figure out the rest.

Reply With Quote
Thanked by:




Last Updated on November 22, 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