NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 8 of 8
Search: Posts Made By: cory
Forum: NinjaTrader February 26th, 2010, 02:23 PM
Replies: 17
Views: 3,613
Posted By cory
so the original logic is not correct since there...

so the original logic is not correct since there is an arrow in the red box. If the original logic is not correct then you will not have the second chance logic behaves they way you want it to behave.
Forum: NinjaTrader February 26th, 2010, 01:53 PM
Replies: 17
Views: 3,613
Posted By cory
if you see the arrow that means the test is...

if you see the arrow that means the test is successful thus it won't branch to the second chance condition.
Forum: NinjaTrader February 26th, 2010, 01:10 PM
Replies: 17
Views: 3,613
Posted By cory
use symbol emini es H0 so that i can match your...

use symbol emini es H0 so that i can match your chart, then you can point out where you want the error.
Forum: NinjaTrader February 26th, 2010, 10:38 AM
Replies: 17
Views: 3,613
Posted By cory
make sure this part is also in onbarupdate so...

make sure this part is also in onbarupdate so that it continue to test for it



if (low3 > 0 || low2 > 0)
if ((Low[0] < low3) || (Low[0] < low2))
{
DrawArrowUp("IBP" + CurrentBar, true, 0,...
Forum: NinjaTrader February 26th, 2010, 12:18 AM
Replies: 17
Views: 3,613
Posted By cory
reset right after drawing the arrow // second...

reset right after drawing the arrow
// second chance
if ( low3 > 0 || low2 > 0)
if ((Low[0] < low3) || (Low[0] < low2))
{
DrawArrowUp("IBP" + CurrentBar, true, 0, (Low[0]...
Forum: NinjaTrader February 25th, 2010, 07:43 PM
Replies: 17
Views: 3,613
Posted By cory
a) && = and || = or you want 'or' so it...

a)

&& = and
|| = or
you want 'or' so it should be ||

b) you want to keep testing the 'second chance' condition until it's true
Forum: NinjaTrader February 24th, 2010, 10:07 AM
Replies: 17
Views: 3,613
Posted By cory
you need to post the coding of drawing the arrow.

you need to post the coding of drawing the arrow.
Forum: NinjaTrader February 24th, 2010, 08:51 AM
Replies: 17
Views: 3,613
Posted By cory
add 2 more variables ... private double...

add 2 more variables

...
private double low2 = 0;
private double low3 = 0;
...


then you can save the value
Showing results 1 to 8 of 8

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

Total votes: 159
 


 
 


© 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