NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 7 of 7
Search: Posts Made By: Fat Tails
Forum: NinjaTrader June 24th, 2013, 05:59 PM
Replies: 111
Views: 48,505
Posted By Fat Tails
If you look at the code of the ATR indicator, it...

If you look at the code of the ATR indicator, it does not use Input[0] anywhere. If it did, the output values would depend on the type of data passed. Therefore ATR(Closes[1], ATRPeriod) is the same...
Forum: NinjaTrader June 1st, 2013, 05:27 AM
Replies: 111
Views: 48,505
Posted By Fat Tails
You can call it directly from within...

You can call it directly from within OnBarUpdate() as SMA(Closes[i], period).



That is what I would try to do.



No, this will not work.
Forum: NinjaTrader May 31st, 2013, 07:43 PM
Replies: 111
Views: 48,505
Posted By Fat Tails
If you want to use an indicator in a strategy, it...

If you want to use an indicator in a strategy, it is best to add an instance of the indicator to the strategy via the Add() method.

If you want to use your strategy with 10 different instruments,...
Forum: NinjaTrader May 30th, 2013, 03:42 PM
Replies: 111
Views: 48,505
Posted By Fat Tails
This should work: protected void override...

This should work:

protected void override OnStartup()
{
sma1 = SMA(Closes[index],5);
sma2 = SMA(Closes[index], 13);
...
}
Forum: NinjaTrader April 1st, 2012, 01:45 PM
Replies: 111
Views: 48,505
Posted By Fat Tails
C# does neither stand for Cheating on Your...

C# does neither stand for Cheating on Your Spouse, Cobra or CL. It is just a coding language.
Forum: NinjaTrader April 1st, 2012, 01:39 PM
Replies: 111
Views: 48,505
Posted By Fat Tails
Putting Lipstick on A Pig ?

The TSI is a NinjaTrader default indicator, itis not the worst indicator that I have seen. At least it calculates correctly.

I have tried to use the FirstTickOfBar() condition for many...
Forum: NinjaTrader May 27th, 2010, 06:22 AM
Replies: 111
Views: 48,505
Posted By Fat Tails
Most of my CPU problems were caused by Plot Override

I am impressed with all the contributions in this thread. I will read this again and try to make use of it...

However, the real problems I had with NT 7 so far, came from another source. My NT...
Showing results 1 to 7 of 7

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

 


 
 


© 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