NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 73
Search: Posts Made By: KhaosTrader
Forum: NinjaTrader April 23rd, 2017, 03:58 AM
Replies: 2
Views: 1,765
Posted By KhaosTrader
Trying to Draw Region in future

Hi,

I figured it out, plz disregard.

Thanks.
Forum: Trading Reviews and Vendors January 28th, 2017, 07:47 PM
Replies: 12
Views: 4,259
Posted By KhaosTrader
A lot of valid responses here. I can see the...

A lot of valid responses here. I can see the logic that you guys are presenting... Its a shame that the idea probably wont fit most cases... But it was just an idea. Perhaps some vendor can work...
Forum: Trading Reviews and Vendors January 28th, 2017, 08:24 AM
Replies: 12
Views: 4,259
Posted By KhaosTrader
Topstep has pretty liberal hours, you can trade...

Topstep has pretty liberal hours, you can trade pretty much anytime except for the Ags. You just need to close your positions at the end of the day for an hour. So if you trade the Asian or...
Forum: Trading Reviews and Vendors January 28th, 2017, 08:20 AM
Replies: 12
Views: 4,259
Posted By KhaosTrader
Hi, I appreciate the input. I agree that...

Hi, I appreciate the input.

I agree that many vendors dont supply the complete system, fine. But there are many traderooms out there, and people are subscribing to them, and also there are...
Forum: Trading Reviews and Vendors January 27th, 2017, 09:54 PM
Replies: 12
Views: 4,259
Posted By KhaosTrader
Ultimate Vendor Vetting Process Proposal for FIO

Hi,

I know we all wonder if ANY of these vendors are successful or not. Many ask these vendors for real trade records, but there are SO many excuses in terms of regulations, privacy etc...

So...
Forum: NinjaTrader December 27th, 2016, 08:03 PM
Replies: 1
Views: 1,154
Posted By KhaosTrader
Need help to figure out why this SMA class wont work in Ninjatrader.. its wierd..

Hi,

I wrote an SMA class, by basically moving the built in SMA Indicator code that comes with Ninjatrader into an object that uses no Indicator.

I am having an issue though as the output is not...
Forum: NinjaTrader October 21st, 2016, 08:29 AM
Replies: 15
Views: 4,156
Posted By KhaosTrader
Hi Zandor, ---> I did do a try catch block...

Hi Zandor,

---> I did do a try catch block and posted the results follow up on ninjatrader forum. Eventually ninjatrader suggested I make a new indicator that calls the main indicator, and just...
Forum: NinjaTrader October 21st, 2016, 01:19 AM
Replies: 15
Views: 4,156
Posted By KhaosTrader
I tried with 1 instrument, error comes up. ...

I tried with 1 instrument, error comes up.

What I am going to do is put in an indicator column and just have that work for me.
Forum: NinjaTrader October 18th, 2016, 03:29 AM
Replies: 15
Views: 4,156
Posted By KhaosTrader
Hi Zondor, I have it this way... and still...

Hi Zondor,

I have it this way... and still the problem, I am not sure if I am doing it where i am using the "init" concept in your referenced post.. but here is my code..

please if you have...
Forum: NinjaTrader October 17th, 2016, 03:32 PM
Replies: 15
Views: 4,156
Posted By KhaosTrader
Ok I will test this overnight on Forex 5 minute...

Ok I will test this overnight on Forex 5 minute interval and get back to you.. thank you


Sent from my iPad using futures.io futures trading (https://on.futures.io/app)
Forum: NinjaTrader October 17th, 2016, 02:30 PM
Replies: 15
Views: 4,156
Posted By KhaosTrader
i checked it with one column with 18...

i checked it with one column with 18 instruments... I didnt check with 1 column with 1 instrument, should I try that? it might take a while for the problem to come up , if it will come up with just 1...
Forum: NinjaTrader October 17th, 2016, 01:34 PM
Replies: 15
Views: 4,156
Posted By KhaosTrader
Hi rleplae, Thank you for your helping.. I...

Hi rleplae,

Thank you for your helping.. I really appreciate it.

The code calls my indicator that is quite complex, it datamines various bar patterns and uses all sorts of intelligent filtering...
Forum: NinjaTrader October 17th, 2016, 01:21 PM
Replies: 15
Views: 4,156
Posted By KhaosTrader
Hi, Thank you guys for your help.. I...

Hi,

Thank you guys for your help..

I didnt put any locks in any of my code prior to this point...

I added the locks, and I still got errors, but not as many errors...

Here is my...
Forum: NinjaTrader October 17th, 2016, 10:15 AM
Replies: 15
Views: 4,156
Posted By KhaosTrader
Ninjatrader Threading issue with Custom columns, can anyone help?

Hi,

I am writing a custom column, where use my own indicator.

When I grab data from my indicator, I get a ThreadingLockRecursionException.

I get the data as follows...

Suggestions...
Forum: NinjaTrader September 24th, 2016, 07:00 AM
Replies: 6
Views: 1,498
Posted By KhaosTrader
Yes thats good, but I was thinking like this... ...

Yes thats good, but I was thinking like this...


var customer = new Customer() {RequestID=request.ID, AddressID = 5 };

where I can use named parameters...

Also, defaults are supported in C#...
Forum: NinjaTrader September 24th, 2016, 06:07 AM
Replies: 6
Views: 1,498
Posted By KhaosTrader
Ok, can we use named parameters? I cant get them...

Ok, can we use named parameters? I cant get them to work it seems, for ninjascript , as we are not using the new keyword, just assigning, the indicator... unfortunately, it looks like i am forced to...
Forum: NinjaTrader September 24th, 2016, 02:48 AM
Replies: 6
Views: 1,498
Posted By KhaosTrader
Exposing indicator settings that is used in a strategy

I have a custom indicator I wrote with about 20 or so parameters. I want to make a strategy using that indicator, but I really dont want to have to write all the indicator getter ans setter paramater...
Forum: Sierra Chart November 7th, 2015, 03:54 AM
Replies: 4
Views: 1,361
Posted By KhaosTrader
What was the indicator?

What was the indicator?
Forum: MultiCharts September 9th, 2013, 08:01 AM
Replies: 46
Views: 15,881
Posted By KhaosTrader
Ok guys PLEASE lets get on to the point.... Its a...

Ok guys PLEASE lets get on to the point.... Its a very serious issue being talked about in this thread.

If we cannot find a good backtester, or if we discover that the major products (for me thats...
Forum: MultiCharts September 7th, 2013, 08:21 PM
Replies: 46
Views: 15,881
Posted By KhaosTrader
Would this help?

Hi,

I am reading this thread as I was about to embark on some walk forward analysis, and now I am pretty concerned if its worth the effort on the MC platform.

Is Ninja any better?

I did a...
Forum: MultiCharts April 22nd, 2013, 08:16 AM
Replies: 141
Views: 67,385
Posted By KhaosTrader
Multicharts has a free fully functional C# version now...

I looked on the multicharts website today, and now they are giving away free version of the .net multichart. It can trade real and u can develop studies but you can only trade 2 instruments at a time...
Forum: EasyLanguage Programming March 9th, 2013, 08:46 AM
Replies: 4
Views: 2,710
Posted By KhaosTrader
Did anyone get this code snippet written? I could...

Did anyone get this code snippet written? I could use it.
Forum: EasyLanguage Programming October 27th, 2012, 05:18 AM
Replies: 3
Views: 1,701
Posted By KhaosTrader
logic is rather simple. Once a qualified...

logic is rather simple.

Once a qualified setup bar is found (determined on close), i then use some of the information from the closed bar to determine entry price for next bar.
Forum: EasyLanguage Programming October 26th, 2012, 10:06 PM
Replies: 3
Views: 1,701
Posted By KhaosTrader
question regarding order generation and onbarclose

My strategy requires a qualification bar, which can be qualified intrabar, but it MUST be qualified on bar close for an order to be submitted on the next bar.

My approach was to use if...
Forum: EasyLanguage Programming October 26th, 2012, 02:44 PM
Replies: 4
Views: 1,958
Posted By KhaosTrader
standard chart. I use candlestick standard.

standard chart. I use candlestick standard.
Showing results 1 to 25 of 73

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