NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 29
Search: Posts Made By: Jaba
Forum: Brokers March 25th, 2018, 08:33 PM
Replies: 595
Views: 341,863
Posted By Jaba
FYI, my e-mini Dow commish at AMP, 1 contract RT:...

FYI, my e-mini Dow commish at AMP, 1 contract RT:

Exchange USD 2.32 DR
NFA USD 0.02 DR
Clearing. USD 1.00 DR
CQG TRF USD 0.20 DR
Commission USD 0.50 DR

a low volume trader here.
Forum: Emini and Emicro Index July 31st, 2016, 01:04 PM
Replies: 138
Views: 66,272
Posted By Jaba
Thanks for the info, but I don't see JNM in NT...

Thanks for the info, but I don't see JNM in NT here. I use version 7.0.1000.31. Would you be so kind and provide the details how it is setup on your rig? Thanks in advance.
Forum: Emini and Emicro Index July 31st, 2016, 07:28 AM
Replies: 138
Views: 66,272
Posted By Jaba
Do you guys know how to setup this in NT for...

Do you guys know how to setup this in NT for AMP/CQG? Here's what I have so far:

Master Instrument: MJNK
Tick Size: 5
Session Template: ???
Exchanges: ??? (ose?)
Misc/SymbolMap/CQG: MJNK

I...
Forum: NinjaTrader December 24th, 2015, 03:13 PM
Replies: 111
Views: 47,826
Posted By Jaba
Microsoft Patterns and Practices - Improving Managed Code Performance

Here's the link to the Microsoft Patterns and Practices page containing information on how to improve C# code performance. It is not related to NinjaTrader-specific programming, however it has proven...
Forum: Currencies December 2nd, 2015, 08:36 AM
Replies: 42
Views: 20,139
Posted By Jaba
Sorry, I forgot to add "in USA"... :)

Sorry, I forgot to add "in USA"... :)
Forum: Currencies November 29th, 2015, 10:47 PM
Replies: 15
Views: 11,401
Posted By Jaba
I didn't find volume charts useful for currency...

I didn't find volume charts useful for currency futures, as most of the time they are driven by the spot fx not the buy/sell pressure.
Forum: Currencies November 29th, 2015, 10:38 PM
Replies: 42
Views: 20,139
Posted By Jaba
fwiw, and if I'm not mistaken, as I don't deal...

fwiw, and if I'm not mistaken, as I don't deal with spot fx, the tax treatment of spot forex profits is different from futures. You pay additional Social Security /self employment tax on Spot FX (on...
Forum: NinjaTrader August 30th, 2015, 04:33 PM
Replies: 10
Views: 4,267
Posted By Jaba
IMHO the only respectful thing in your reply was...

IMHO the only respectful thing in your reply was the word "Respectfully".

Why don't you post your request in the...
Forum: NinjaTrader August 8th, 2015, 06:09 PM
Replies: 7
Views: 1,586
Posted By Jaba
Well, bulls charge when they see red, right? Then...

Well, bulls charge when they see red, right? Then what bears do? They don't like green... I'm confused :thinking:
Forum: NinjaTrader August 5th, 2015, 08:04 PM
Replies: 5
Views: 1,716
Posted By Jaba
The static class approach works only if you...

The static class approach works only if you access the dll from multiple methods within the same Application Domain. The Ninjascript is running in NinjaTrader Application Domain, and your WinForms...
Forum: NinjaTrader July 22nd, 2015, 08:46 PM
Replies: 12
Views: 3,683
Posted By Jaba
I believe it would be either NTDirect, or you...

I believe it would be either NTDirect, or you would have to make your own module for that but it's not a trivial task. Depending on your requirements. Not sure how good programmer you are, or if you...
Forum: NinjaTrader July 22nd, 2015, 08:33 PM
Replies: 5
Views: 1,716
Posted By Jaba
I wouldn't call OnBarUpdate() just to update a...

I wouldn't call OnBarUpdate() just to update a horizontal line, it is supposed to be used by NT whenever a bar changes, or tick arrives, depending on the CalculateOnBarClose settings. I refactored...
Forum: NinjaTrader July 22nd, 2015, 07:09 PM
Replies: 21
Views: 5,971
Posted By Jaba
There is no ExecutionUpdateEventArgs2. It is just...

There is no ExecutionUpdateEventArgs2. It is just the way NT writes to the trace log file.
You can get the Position from e.Execution.Position

If you want to find what other objects and data the...
Forum: NinjaTrader August 13th, 2014, 08:08 PM
Replies: 2
Views: 1,084
Posted By Jaba
since ChartPanel has a MouseClick event you can...

since ChartPanel has a MouseClick event you can subscribe to that:

protected override void OnStartUp()
{
// remove previous handler
...
Forum: NinjaTrader August 13th, 2014, 07:24 PM
Replies: 4
Views: 2,026
Posted By Jaba
I hope this is what you are looking for: ...

I hope this is what you are looking for:

protected override void OnStartUp()
{
this.Bars.Period.Id = PeriodType.Minute;
this.Bars.Period.Value = 5;
...
Forum: NinjaTrader May 17th, 2014, 05:50 PM
Replies: 3
Views: 1,285
Posted By Jaba
Yes, you can create an order and submit it from...

Yes, you can create an order and submit it from an indicator or from pure C# code.

Order myOrder = myAccount.CreateOrder(
...
Forum: Trading Reviews and Vendors June 1st, 2013, 05:32 PM
Replies: 93
Views: 57,070
Posted By Jaba
I took a trial with PureTick when they still were...

I took a trial with PureTick when they still were on HotComm in 2008. I used Paypal for the trial because I heard some people had difficulties cancelling.

At the beginning I had good impression of...
Forum: MultiCharts April 26th, 2013, 05:49 PM
Replies: 141
Views: 65,708
Posted By Jaba
Do you know if MultiCharts has an ATI interface...

Do you know if MultiCharts has an ATI interface like NinjaTrader? I wonder how I would hook an external, signal-generating system to MC, and have it execute some orders... Any ideas?
J
Forum: NinjaTrader April 23rd, 2013, 04:36 PM
Replies: 3
Views: 4,458
Posted By Jaba
Yep, thanks a lot. If this is beyond...

Yep, thanks a lot.

If this is beyond unsupported then I don't know how to classify my Reflection-based parts of the code. :)

Cheers
J
Forum: NinjaTrader April 20th, 2013, 10:04 PM
Replies: 3
Views: 4,458
Posted By Jaba
NinjaTrader - read instrument list

Hi

Sorry if this has been answered somewhere else, I have been searching for an answer, but no luck.

How can I programatically get a list of instruments in the system? Something like:
...
Forum: NinjaTrader April 17th, 2013, 11:32 PM
Replies: 14
Views: 5,892
Posted By Jaba
Not sure about backtesting but the following will...

Not sure about backtesting but the following will work in a live scenario:

In OnStartUp() method subscribe to the Execution event

acct.Execution += new...
Forum: Off-Topic April 16th, 2013, 11:27 PM
Replies: 19
Views: 4,636
Posted By Jaba
lol, yeah... or maybe, let me check those wifi...

lol, yeah... or maybe, let me check those wifi access points... . Just kidding!
Forum: Off-Topic April 16th, 2013, 07:22 AM
Replies: 19
Views: 4,636
Posted By Jaba
I wish I could get their service in Round Rock....

I wish I could get their service in Round Rock. Right now I am stuck with 6Mb ATT DSL. Funny, all my neighbours have at least U-verse, and they are a few feet away from me, but since this address is...
Forum: Brokers April 15th, 2013, 11:32 PM
Replies: 22
Views: 13,132
Posted By Jaba
dtman The API doesn't use socket connections...

dtman
The API doesn't use socket connections directly to the server. It connects to either CQG Trader, or window-less client, both of which will pass-through your orders/data to/from CQG server. The...
Forum: MultiCharts April 6th, 2013, 07:34 PM
Replies: 34
Views: 12,374
Posted By Jaba
Great, thanks for the heads-up

Great, thanks for the heads-up
Showing results 1 to 25 of 29

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