NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 87
Search: Posts Made By: eman
Forum: NinjaTrader September 21st, 2012, 07:50 AM
Replies: 15
Views: 8,697
Posted By eman
adding precision to the timestamp will solve so...

adding precision to the timestamp will solve so many issues with respect to historical/backtest ... looking forward to NT8!

cheers,
-e
Forum: NinjaTrader September 19th, 2012, 10:24 AM
Replies: 49
Views: 16,502
Posted By eman
the last version on futures.io (formerly BMT) is...

the last version on futures.io (formerly BMT) is r809.

the latest version is r860 but there are no logical changes between r809 and r860 - just the addition of the GPL license so it is...
Forum: NinjaTrader September 13th, 2012, 09:25 AM
Replies: 13
Views: 10,151
Posted By eman
you can have a mix of open-source (user...

you can have a mix of open-source (user edit-able) and proprietary (compiled) custom bars, but you cannot change the PeriodType in a compiled (DLL) version.

cheers,
-e
Forum: NinjaTrader September 12th, 2012, 12:50 PM
Replies: 49
Views: 16,502
Posted By eman
as per my potential offending code, i'm trying to...

as per my potential offending code, i'm trying to get an answer from NinjaTrader directly:
clarify Add() in BarsType - NinjaTrader Support Forum...
Forum: NinjaTrader September 12th, 2012, 11:08 AM
Replies: 49
Views: 16,502
Posted By eman
no worries - i'm glad you brought that back up....

no worries - i'm glad you brought that back up. there was discussion a while back in the other thread about volume calculations being suspect.

it's now on my radar screen again, and i shall soon...
Forum: NinjaTrader September 12th, 2012, 11:00 AM
Replies: 49
Views: 16,502
Posted By eman
to clarify my previous post: with...

to clarify my previous post:

with MomentumBars, the GapSetting you use will make a difference in that line i identified.

here's the bit of code that matters from that line:
(GapSetting == 3 ?...
Forum: NinjaTrader September 12th, 2012, 10:58 AM
Replies: 49
Views: 16,502
Posted By eman
i believe this line may be causing incorrect...

i believe this line may be causing incorrect volume calculations in MomentumBarsType:
// close current bar; volume included for on-touch only
UpdateBar(bars,...
Forum: NinjaTrader September 12th, 2012, 10:30 AM
Replies: 13
Views: 10,151
Posted By eman
revising an old thread ... could we also...

revising an old thread ... could we also designate whether the PeriodTypes in use are compiled or user-editable.

i believe most of the ones mentioned by zacharydw00 in the first post are...
Forum: Trading Reviews and Vendors September 11th, 2012, 07:32 PM
Replies: 45
Views: 12,323
Posted By eman
as one recently adorned with the Purple-V (should...

as one recently adorned with the Purple-V (should i now hang my head in shame? haha) ... i think that Luger's comment pretty much sums up my thinking.

imo, the futures.io (formerly BMT) community...
Forum: NinjaTrader September 11th, 2012, 03:39 PM
Replies: 49
Views: 16,502
Posted By eman
do you happen to have any other custom bar types...

do you happen to have any other custom bar types to test with? i believe aslan's BetterRenko (https://nexusfi.com/elite-circle/4978-better-renko.html) is one of the more widely used here.

also,...
Forum: NinjaTrader August 28th, 2012, 02:35 PM
Replies: 18
Views: 17,019
Posted By eman
anyone have a copy of the pdf and/or an updated...

anyone have a copy of the pdf and/or an updated link to the pdf?

cheers,
-e
Forum: Feedback and Announcements September 5th, 2011, 09:44 PM
Replies: 524
Views: 111,072
Posted By eman
yes, i agree with restricting downloads to elite....

yes, i agree with restricting downloads to elite.

others have already said (more eloquently than i) all of the reasons i could think of to concur with this change.

cheers,
-e
Forum: NinjaTrader June 4th, 2011, 01:18 PM
Replies: 1,059
Views: 361,320
Posted By eman
two of their technical hires have been from...

two of their technical hires have been from within the community. i realize that is not the same as accepted community-initiatives. i shall remain optimistic. i still like the platform.

cheers,
-e
Forum: NinjaTrader May 26th, 2011, 09:38 AM
Replies: 1,059
Views: 361,320
Posted By eman
you said it better than i did :sarcastic: ...

you said it better than i did :sarcastic:


perhaps NT would accept a contribution from some its more ardent fans, thus making it fully supported in a future version? talk about community-love!...
Forum: NinjaTrader May 25th, 2011, 10:10 AM
Replies: 1,059
Views: 361,320
Posted By eman
i concur. i have been using NinjaTrader...

i concur.

i have been using NinjaTrader since 2008 and enjoy finding new ways to push it to the edge of the envelope. that (for me) is much easier done via C# and the power of the .NET libraries....
Forum: NinjaTrader May 13th, 2011, 10:03 AM
Replies: 1,059
Views: 361,320
Posted By eman
i'm pretty sure you can change the original...

i'm pretty sure you can change the original @EMA.cs file and make your changes there, provided you edit outside of NT. this would clearly be unsupported and not-recommended (and everytime you upgrade...
Forum: NinjaTrader May 13th, 2011, 09:59 AM
Replies: 34
Views: 16,024
Posted By eman
i agree with traderwerks - some ppl jump...

i agree with traderwerks - some ppl jump prematurely.

for those who like to program at the lowest possible level and create their own abstraction layer, unmanaged can be leveraged to generate more...
Forum: NinjaTrader May 12th, 2011, 09:40 AM
Replies: 10
Views: 5,275
Posted By eman
maybe i misunderstood what you're asking here ......

maybe i misunderstood what you're asking here ... you can get the current ask/bid and volume by using GetCurrentAsk() (http://www.ninjatrader.com/support/helpGuides/nt7/getcurrentask.htm),...
Forum: NinjaTrader May 12th, 2011, 07:09 AM
Replies: 10
Views: 5,275
Posted By eman
two clarifications: 1. using limit orders...

two clarifications:
1. using limit orders allows you to specify a price; once submitted your limit price wouldn't change with the market;
2. until your order is filled, you may update your limit...
Forum: NinjaTrader May 11th, 2011, 11:26 AM
Replies: 10
Views: 5,275
Posted By eman
here are a few links back to the official NT7...

here are a few links back to the official NT7 help guide that should get you pointed in the right direction:


EnterLongLimit()...
Forum: NinjaTrader May 10th, 2011, 11:20 AM
Replies: 22
Views: 21,218
Posted By eman
excellent! safe to assume we'll be able to...

excellent! safe to assume we'll be able to programatically draw these via NinjaScript? :)

cheers,
-e
Forum: NinjaTrader May 7th, 2011, 11:31 AM
Replies: 20
Views: 30,985
Posted By eman
what is a "ladder"? cheers, -e

what is a "ladder"?

cheers,
-e
Forum: NinjaTrader May 6th, 2011, 08:46 AM
Replies: 20
Views: 30,985
Posted By eman
here's a c# tutorial: C# Station: C# Tutorial -...

here's a c# tutorial:
C# Station: C# Tutorial - Introduction (http://www.csharp-station.com/Tutorial.aspx)

and here's a post at stackoverflow which seems to be asking the same question:
C#...
Forum: NinjaTrader April 29th, 2011, 02:15 PM
Replies: 34
Views: 16,024
Posted By eman
sorry, you guys are right. i mistook "unmanaged"...

sorry, you guys are right. i mistook "unmanaged" for "advanced order handling" at first. and my example better demonstrated why i used AOH instead of SetStopLoss().

we did eventually migrate from...
Forum: NinjaTrader April 29th, 2011, 01:59 PM
Replies: 34
Views: 16,024
Posted By eman
yes, absolutely i find that the extra...

yes, absolutely


i find that the extra lines of code required resulted from having to flush out a more granular set of rules to manage the trade. the implementation was no more or less...
Showing results 1 to 25 of 87

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