NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 14 of 14
Search: Posts Made By: wuileng
Forum: NinjaTrader January 3rd, 2017, 01:33 PM
Replies: 310
Views: 94,397
Posted By wuileng
I was using 8.0.1.0 for live simulation and was...

I was using 8.0.1.0 for live simulation and was not at all happy with the platform since I faced issues with NT bulletins being sent out which then caused the platform to lock up and require a force...
Forum: NinjaTrader February 4th, 2016, 04:04 PM
Replies: 13
Views: 7,641
Posted By wuileng
I've played around with it a bit more. It seems a...

I've played around with it a bit more. It seems a workaround for this problem would be to not define my indicator in State.Configure, but instead wait till OnBarUpdate to do so (of course with logic...
Forum: NinjaTrader February 4th, 2016, 03:49 PM
Replies: 13
Views: 7,641
Posted By wuileng
What I meant is that when I try to use my...

What I meant is that when I try to use my indicator from within a strategy (via AddChartIndicator), the strategy fails to run because the indicator is referencing BarsPeriod. However, this does not...
Forum: NinjaTrader February 4th, 2016, 03:25 PM
Replies: 13
Views: 7,641
Posted By wuileng
Okay, I just tried several things out. All three...

Okay, I just tried several things out. All three lines work when applying the indicator to a chart.

However, when calling the indicator from a strategy, only the third (the hardcode) works. Sorry...
Forum: NinjaTrader February 4th, 2016, 03:03 PM
Replies: 13
Views: 7,641
Posted By wuileng
else if (State == State.Configure) { int...

else if (State == State.Configure)
{
int barValue = Math.Max(1, base.BarsPeriod.Value);
AddDataSeries(RefInstrument, base.BarsPeriod.BarsPeriodType, barValue, Data.MarketDataType.Last);...
Forum: NinjaTrader February 4th, 2016, 02:51 PM
Replies: 13
Views: 7,641
Posted By wuileng
Thanks again for your help. I just tried...

Thanks again for your help.

I just tried your syntax, and am getting the same error I was getting using my syntax:



When I do not reference anything to do with BarsPeriod or BarsPeriods...
Forum: NinjaTrader February 4th, 2016, 02:08 PM
Replies: 13
Views: 7,641
Posted By wuileng
Thanks for your response. I don't think the...

Thanks for your response. I don't think the syntax is incorrect as I have already made the code-breaking adjustments required from NT7 to NT8 and it compiles fine.

The problem is that the primary...
Forum: NinjaTrader February 4th, 2016, 12:56 PM
Replies: 13
Views: 7,641
Posted By wuileng
NT8 - Multi Instrument Indicators

Has anyone tried writing a multi instrument/spread indicator in NT8?

I was wondering if there was a way to add a secondary series which takes on the BarsPeriodType and BarsPeriod of the primary...
Forum: NinjaTrader April 7th, 2015, 11:55 PM
Replies: 2
Views: 3,612
Posted By wuileng
Multi Instrument / Portfolio Strategy Backtesting Problem

Hi,

I'm currently looking at a few stock rotation strategies which involve many instruments and am having some problems with backtesting. So far, NT support has not been any help, and I'm not sure...
Forum: NinjaTrader July 23rd, 2014, 07:14 PM
Replies: 0
Views: 1,273
Posted By wuileng
Problem w/ Daily Bars + Split Adjustment + Kinetick

Hi all,

I'm having a problem with the split adjustment of data.

I use Kinetick which has non-adjusted intraday data and adjusted daily data (for stock splits). The bulk of the strategies I run...
Forum: NinjaTrader June 29th, 2014, 08:50 PM
Replies: 5
Views: 1,369
Posted By wuileng
You can use code similar to the following in your...

You can use code similar to the following in your indicators to colour bars, in case you were wondering how this is done:
if (Input[0] > 0)
{
CandleOutlineColor = Color.DarkGreen;
BarColor =...
Forum: NinjaTrader January 21st, 2014, 06:52 AM
Replies: 5
Views: 5,428
Posted By wuileng
Well I have an indicator which estimates the fair...

Well I have an indicator which estimates the fair value of a security based on the movements of two to three other securities and plots the premium/discount to this estimate of fair value.

I am...
Forum: NinjaTrader January 20th, 2014, 05:46 PM
Replies: 5
Views: 5,428
Posted By wuileng
Have tried both their OR indicators in that post...

Have tried both their OR indicators in that post and the ones in the downloads section but unfortunately they don't work with indicators either. Will seek out their help on that thread though!
...
Forum: NinjaTrader January 19th, 2014, 07:52 PM
Replies: 5
Views: 5,428
Posted By wuileng
Opening Range Indicator (w/ Indicator Input)

Hi all,

I'm trying to come up with an opening range indicator. I know there are already countless ones out there (and here), but none of which I've tried so far work with an indicator as an input....
Showing results 1 to 14 of 14

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