NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 20 of 20
Search: Posts Made By: samWest
Forum: NinjaTrader November 14th, 2011, 12:32 PM
Replies: 45
Views: 21,753
Posted By samWest
Thanks Zondor. I was hoping someone would come...

Thanks Zondor. I was hoping someone would come up with some sort of global sequential queue.

This could for example be a stand alone exe that each indicator would "talk" to. Each indicator...
Forum: NinjaTrader November 13th, 2011, 09:11 AM
Replies: 45
Views: 21,753
Posted By samWest
Well, Zondor never replied to my question back on...

Well, Zondor never replied to my question back on 11/20/2010: "What was the simple fix suggested by Gomi?"
Forum: MultiCharts April 25th, 2011, 05:20 PM
Replies: 5
Views: 4,701
Posted By samWest
In case anyone cares, there is a bug in MCDT...

In case anyone cares, there is a bug in MCDT version 7 beta build 43 in the predefined BRN symbol for the zen-fire data feed:

It should be:
BRN FMM0011!

note there should only be one...
Forum: MultiCharts April 23rd, 2011, 09:33 AM
Replies: 5
Views: 4,701
Posted By samWest
Thanks Mike. When I asked this I had just...

Thanks Mike. When I asked this I had just downloaded MCDT 7.0 Beta 1. Since then they have released Beta 2 which thankfully added the Zen-Fire Data Source. I'd like to ask another question on...
Forum: MultiCharts April 14th, 2011, 07:24 PM
Replies: 5
Views: 4,701
Posted By samWest
Help with MultiCharts and Zen-fire

Could some kind soul provide some hand-holding and help me get started with MultiCharts? I just downloaded MultiCharts Discretionary Trader. I'm coming from a NinjaTrader background. I have an...
Forum: Brokers April 5th, 2011, 08:43 AM
Replies: 169
Views: 72,439
Posted By samWest
I think I would pick up the good old fashion...

I think I would pick up the good old fashion telephone and call them when you are having trouble.

I'm assuming your connection is having to cross the pond? You might try doing a trace route to...
Forum: Brokers April 3rd, 2011, 09:46 AM
Replies: 169
Views: 72,439
Posted By samWest
ZZZTrader, I'm not sure what you are getting at. ...

ZZZTrader, I'm not sure what you are getting at. As far as I know the only thing Ninja/CQG offers that Ninja/Zenfire doesn't are some of the equity based indexes such as Adv, Dec, Tick type stuff. ...
Forum: Brokers March 25th, 2011, 05:56 PM
Replies: 169
Views: 72,439
Posted By samWest
Just a guess but it might have something to do...

Just a guess but it might have something to do with a feature Ninjatrader calls "Equidistant bar spacing". You could go to Chart Properties and try playing with the "Equidistant bar spacing"...
Forum: Brokers March 19th, 2011, 10:21 AM
Replies: 169
Views: 72,439
Posted By samWest
Thanks Ray (I assume) for spelling out the steps....

Thanks Ray (I assume) for spelling out the steps. I hadn't thought through how the offset was being defined (though I always use MergeNonBackAdj).

While your listening :), something that would be...
Forum: Brokers March 18th, 2011, 01:16 PM
Replies: 169
Views: 72,439
Posted By samWest
I assume we can also address this problem by...

I assume we can also address this problem by changing the CL 05-11 rollover date to 3/18/2011. As of now, 12:13 pm central 3/18/2011 the May volume has exceeded the April volume. I will be...
Forum: Brokers February 18th, 2011, 03:39 PM
Replies: 169
Views: 72,439
Posted By samWest
Well said.

Well said.
Forum: NinjaTrader December 11th, 2010, 09:41 AM
Replies: 16
Views: 4,573
Posted By samWest
Dude, I correctly and courteously answered your...

Dude, I correctly and courteously answered your original question. From your followup comments it is very obvious you don't know how to program and you don't even understand the most basic concepts...
Forum: NinjaTrader December 10th, 2010, 01:57 PM
Replies: 16
Views: 4,573
Posted By samWest
To Al2010. Debugging is coding (usually the...

To Al2010. Debugging is coding (usually the hardest part). I am trying very hard not to make a comment on the "value" of a double stochastic indicator.

To Big Mike. Thank You :). I am now going...
Forum: NinjaTrader December 9th, 2010, 06:17 PM
Replies: 16
Views: 4,573
Posted By samWest
I'm sorry Al2010, I'm not going to write your...

I'm sorry Al2010, I'm not going to write your code for you. My suggestion would be to go over to the indicator download area and look for something that is similar to what you want to do. ...
Forum: NinjaTrader December 8th, 2010, 05:30 PM
Replies: 16
Views: 4,573
Posted By samWest
Ok Al2010. You seem to be a little weak in you...

Ok Al2010. You seem to be a little weak in you basic logic knowledge. I'm not trying to be critical, just an observation. A basic understanding of the logical AND, and OR are essential skills for...
Forum: NinjaTrader December 7th, 2010, 11:00 PM
Replies: 7
Views: 6,684
Posted By samWest
DataSeries is a slight misnomer. A better name...

DataSeries is a slight misnomer. A better name would have been DoubleSeries in keeping with the other XXSeries names such as BoolSeries, IntSeries, FloatSeries and StringSeries. I found this...
Forum: NinjaTrader December 7th, 2010, 10:10 PM
Replies: 16
Views: 4,573
Posted By samWest
if( (50 SMA < 0 ) || (50 WMA < 0) ) { ...

if( (50 SMA < 0 ) || (50 WMA < 0) )
{
return true;
}
else
{
return false;
}
Forum: NinjaTrader November 20th, 2010, 06:32 PM
Replies: 45
Views: 21,753
Posted By samWest
What was the simple fix suggested by Gomi. Does ...

What was the simple fix suggested by Gomi. Does EMACrossOverVoiceAlert.cs (https://nexusfi.com/attachment.php?attachmentid=15555&d=1276723720) from the Quick Summary contain this fix?
Forum: NinjaTrader October 30th, 2010, 01:43 PM
Replies: 156
Views: 54,026
Posted By samWest
Errors in build 23

Is it just me? Build 22 worked solidly for me but now I'm having a consistent error with build 23. Ugh. It started when trying to run Replay on fridays data to develop some realtime code. Popping...
Forum: NinjaTrader October 28th, 2010, 09:06 PM
Replies: 156
Views: 54,026
Posted By samWest
Yea, that's pretty ambiguous. Do you understand...

Yea, that's pretty ambiguous. Do you understand it? I just overwrote my build 22 and I seem to be able to log in without any problems. Maybe I don't have an unfiltered bid/ask data provider...
Showing results 1 to 20 of 20

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