NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 142
Search: Posts Made By: dsraider
Forum: NinjaTrader June 17th, 2012, 06:47 PM
Replies: 5
Views: 2,677
Posted By dsraider
Hey All, I made the url change but am...

Hey All,

I made the url change but am getting "Last Update: Unsuccessful."

Does another change need to be made? I prefer to this to jt's.

Thanks,
DS
Forum: NinjaTrader June 15th, 2012, 01:11 PM
Replies: 3
Views: 1,674
Posted By dsraider
Hey Sergio, I'm afraid they're different but...

Hey Sergio,

I'm afraid they're different but thanks for trying to help :)

D
Forum: NinjaTrader June 13th, 2012, 05:24 AM
Replies: 3
Views: 1,674
Posted By dsraider
System.Xml.Linq

Hello,

I'm trying to reference System.Xml.Linq in NT but it won't recognize Framework 4.0. An NT member was able to use a 3.5 version but the following two filepaths freeze and shut me down:
...
Forum: NinjaTrader February 2nd, 2012, 02:19 PM
Replies: 18
Views: 8,889
Posted By dsraider
Apologies for the delayed response. They're...

Apologies for the delayed response. They're trying to kill me in the real world...

Thank you to everyone for your suggestions. Unfortunately, nothing I've tried has worked. shodson, I've actually...
Forum: NinjaTrader January 30th, 2012, 08:47 AM
Replies: 18
Views: 8,889
Posted By dsraider
EJ, Mike et al, Wondering if anyone has...

EJ, Mike et al,

Wondering if anyone has successfully separated code in the following way:

OnStartUp() - open connection

OnBarUpdate() - execute insert command (though will change later per...
Forum: NinjaTrader January 30th, 2012, 06:03 AM
Replies: 18
Views: 8,889
Posted By dsraider
EJ - Awesome! Thanks for letting me know....

EJ - Awesome!

Thanks for letting me know. My 3.5 dll wasn't readily available (read I was tired and frustrated and couldn't find it at first glance) so I went with 2.0, wrote to MySQL and...
Forum: NinjaTrader January 29th, 2012, 06:09 PM
Replies: 18
Views: 8,889
Posted By dsraider
Hey EJ, As you've probably read, I'm going...

Hey EJ,

As you've probably read, I'm going to be moving things around but this got me writing to MySQL through OnBarUpdate():

//create a MySQL connection with a query string
...
Forum: NinjaTrader January 29th, 2012, 04:43 PM
Replies: 18
Views: 8,889
Posted By dsraider
FIXED!! I have absolutely no idea whatsoever...

FIXED!!

I have absolutely no idea whatsoever why this worked but all I had to do was remove the System.Data.dll reference to .NET 4.0 and replace with with the same one from 2.0.

I am now...
Forum: NinjaTrader January 29th, 2012, 04:07 PM
Replies: 18
Views: 8,889
Posted By dsraider
Afraid moving things around resulted in: ...

Afraid moving things around resulted in:

Error on calling 'OnStartUp' method for indicator '[indicator]': AssemblyResolveEvent handlers cannot return Assemblies loaded for reflection only. and
...
Forum: NinjaTrader January 29th, 2012, 03:21 PM
Replies: 18
Views: 8,889
Posted By dsraider
Interesting, Mike. Will give these tips a whirl. ...

Interesting, Mike. Will give these tips a whirl.

Thanks.
Forum: NinjaTrader January 29th, 2012, 12:52 PM
Replies: 18
Views: 8,889
Posted By dsraider
MySQL & Ninja

Hey All,

I've written code so that one of my indicators can write directly to MySQL. The following works fine with a simple Windows Form I created but prints

"Error on calling 'OnBarUpdate'...
Forum: Brokers December 8th, 2011, 09:28 AM
Replies: 5
Views: 3,390
Posted By dsraider
Hey Mike, Long time. Hope you're well. And...

Hey Mike,

Long time. Hope you're well. And thanks :)
Forum: Brokers December 4th, 2011, 01:43 PM
Replies: 5
Views: 3,390
Posted By dsraider
Thanks, ktrader. I'll look into it ASAP. ...

Thanks, ktrader. I'll look into it ASAP.

Best,
Dave
Forum: Brokers December 4th, 2011, 11:16 AM
Replies: 5
Views: 3,390
Posted By dsraider
C++ Automated Trading

Hello All,

I haven't been here in a long time so please forgive me if I've posted this in the wrong place.

I was wondering if anyone could recommend a platform/broker which allows for custom...
Forum: NinjaTrader August 15th, 2010, 09:04 AM
Replies: 11
Views: 10,561
Posted By dsraider
Correct me if I'm reading this wrong but you want...

Correct me if I'm reading this wrong but you want to be able to optimize not only period length, multiplier and smoothing period but also all of the MA Type and Super Trend Mode possibilities all at...
Forum: NinjaTrader August 14th, 2010, 06:42 AM
Replies: 11
Views: 10,561
Posted By dsraider
Morning Jon, I was, actually. All you need...

Morning Jon,

I was, actually. All you need to do is expose the parameters:

[Category ("Parameters")]
public int Length
{
get { return length; }
set { length = Math.Max(1, value);...
Forum: NinjaTrader July 30th, 2010, 08:17 AM
Replies: 5
Views: 3,463
Posted By dsraider
It was a (bad word here) Draw object. Thanks...

It was a (bad word here) Draw object.

Thanks for your help.

Dave
Forum: NinjaTrader July 30th, 2010, 07:38 AM
Replies: 5
Views: 3,463
Posted By dsraider
Thanks for your reply, traderwerks. Anymore...

Thanks for your reply, traderwerks. Anymore detail on that, though? I haven't done anything different with this one than normal and I definitely don't understand why a strat that's been working...
Forum: NinjaTrader July 30th, 2010, 06:41 AM
Replies: 5
Views: 3,463
Posted By dsraider
Object reference not set to an instance...

So, I created a painfully simple strat which utilizes nothing but the RSI. When I went to run it on my chart, I got this in the log: Error on calling 'OnBarUpdate' method for strategy 'MyStrategy':...
Forum: NinjaTrader July 27th, 2010, 07:05 AM
Replies: 14
Views: 6,261
Posted By dsraider
Almost forgot. In case any of you are interested...

Almost forgot. In case any of you are interested in the final product, it's now in the download section for 6.5: View Download Details - Big Mike's Day Trading Forum...
Forum: NinjaTrader July 27th, 2010, 07:00 AM
Replies: 5
Views: 3,624
Posted By dsraider
Hi Spencer, This is JUST a guess so please...

Hi Spencer,

This is JUST a guess so please don't send me hate mail if it doesn't work, but I'd give this a try:


protected override void OnBarUpdate()
if(ToTime(Time[0]) == 093000)
{
...
Forum: NinjaTrader July 26th, 2010, 03:16 PM
Replies: 5
Views: 2,660
Posted By dsraider
Thanks, Fat Tails. Let's see how it works...

Thanks, Fat Tails. Let's see how it works...
Forum: NinjaTrader July 26th, 2010, 02:38 PM
Replies: 5
Views: 2,660
Posted By dsraider
Exporting multiple indicators into one folder

So, I created three very similar indicators which I'd like to post as one entry but am unsure of how to do that and would greatly appreciate some direction.

Thanks,
Dave
Forum: NinjaTrader July 26th, 2010, 11:29 AM
Replies: 117
Views: 49,036
Posted By dsraider
Another ds? There can be only one! Glad you got...

Another ds? There can be only one! Glad you got it figured out.

Dave
Forum: NinjaTrader July 26th, 2010, 08:59 AM
Replies: 14
Views: 6,261
Posted By dsraider
MAX!! I guess so. I'm now calling the...

MAX!!

I guess so. I'm now calling the regular OBV and using OBV as the SMA input and all is well with the world.
Showing results 1 to 25 of 142

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