NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 47
Search: Posts Made By: drmartell
Forum: NinjaTrader September 22nd, 2017, 06:40 PM
Replies: 2
Views: 1,323
Posted By drmartell
Ninjatrader and TWS API for exotic order types

Interactive brokers offers many order types that cannot be placed natively from NinjaTrader. I would like to be able to use C#/NinjaScript to bypass this limitation.

Has anyone worked with...
Forum: Trading Reviews and Vendors August 7th, 2017, 10:30 PM
Replies: 7
Views: 5,851
Posted By drmartell
Ah, ok. Sorry if I'm covering ground you're...

Ah, ok.

Sorry if I'm covering ground you're already familiar with. . .

If you want a very good idea of Ron's general approach, the couple of YouTube videos he's produced are a great place to...
Forum: Trading Reviews and Vendors August 7th, 2017, 06:56 PM
Replies: 7
Views: 5,851
Posted By drmartell
I've purchased the course and I understand it to...

I've purchased the course and I understand it to be the first of several that Ron has planned. I am surprised to hear that they stopped responding because, in my experience, they are very responsive....
Forum: NinjaTrader June 8th, 2017, 06:52 PM
Replies: 4
Views: 1,496
Posted By drmartell
Accessing Chart Trader orders programmatically (NT8)

Looking for hints or example scripts as to how to access the Chart Trader created orders I would like to be able to alter the quantity up/down increment for the control on the chart itself.

Thanks.
Forum: NinjaTrader March 22nd, 2017, 02:44 PM
Replies: 2
Views: 1,175
Posted By drmartell
I'll see if I can adapt this to my needs: Help...

I'll see if I can adapt this to my needs:
Help Draw image - NinjaTrader Support Forum (http://ninjatrader.com/support/forum/showthread.php?t=82765)
Forum: NinjaTrader March 22nd, 2017, 11:48 AM
Replies: 2
Views: 1,175
Posted By drmartell
Display image on chart NT8

I am looking for a way to display a gif image in one of the corners of chart in NT8.
Forum: NinjaTrader January 31st, 2014, 04:05 PM
Replies: 3
Views: 2,040
Posted By drmartell
Retrieve ATM Strategy Template List

Until one of the several recent NinjaTrader updates I was able to obtain a list of ATM Strategies like so:
//get the list of available ATM Strategies and load to Popup combobox
ComboBox cb =...
Forum: NinjaTrader October 7th, 2013, 03:18 PM
Replies: 24
Views: 18,345
Posted By drmartell
Thanks for the reply, this turned out to be a...

Thanks for the reply, this turned out to be a Reference issue. Somehow a reference to .NET 4.0 snuck in and I had to point it back to 2.0.

I also made some changes that I have not thoroughly...
Forum: NinjaTrader October 4th, 2013, 12:37 PM
Replies: 24
Views: 18,345
Posted By drmartell
When I add this user defined method, it compiles...

When I add this user defined method, it compiles fine, but it causes all my custom indicators to stop appearing on the Indicator chart dialog. Can anyone see what might be causing that?

Update:...
Forum: Platforms and Indicators February 28th, 2013, 08:21 AM
Replies: 19
Views: 10,336
Posted By drmartell
Thanks, I've been looking for a product that...

Thanks, I've been looking for a product that would allow tick-by-tick replay of volume delta type information. I've seen some posts on their forums indicating that their playback doesn't work with...
Forum: Platforms and Indicators February 26th, 2013, 03:42 PM
Replies: 19
Views: 10,336
Posted By drmartell
tick-by-tick market replay?

Is there a platform that can replay data truly tick-by-tick as it occurred in realtime? (this would be in contrast to NinjaTrader or Sierra Chart for example, which do not have tick resolution for...
Forum: NinjaTrader December 13th, 2012, 07:25 PM
Replies: 5
Views: 1,847
Posted By drmartell
OK thanks I'll do that, I do see some...

OK thanks I'll do that,

I do see some promising things under ChartControl.
- GetYByValue
- GetXByTime
- BarWidth
- BarMarginLeft
- BarMarginRight
. . .
Forum: NinjaTrader December 13th, 2012, 07:13 PM
Replies: 5
Views: 1,847
Posted By drmartell
Thanks Mike, I am familiar with that thread and...

Thanks Mike, I am familiar with that thread and just looked through it again. I may have missed something, but I didn't see the painting over bars discussed specifically. I guess I just need a way...
Forum: NinjaTrader December 13th, 2012, 01:40 PM
Replies: 5
Views: 1,847
Posted By drmartell
bmp candlesticks?

Does anyone have any ideas as to how we could draw a bmp or shape that would precisely cover the area of each candlestick bar body that NinjaTrader draws?

I'm thinking override the Plot Method,...
Forum: NinjaTrader December 6th, 2012, 01:26 PM
Replies: 3
Views: 4,746
Posted By drmartell
monpere to the rescue! thank you. I'm going...

monpere to the rescue! thank you.

I'm going to add in some reporting on the open orders something along these lines, for what it's worth. . .

[protected override void OnStartUp()
{
for (int...
Forum: NinjaTrader December 6th, 2012, 11:47 AM
Replies: 3
Views: 4,746
Posted By drmartell
NinjaTrader open orders and positions summary?

Anyone know if it is possible to write NinjaScript that will loop through and display information about all open orders and positions across all accounts?
Forum: Brokers November 15th, 2012, 01:00 PM
Replies: 4
Views: 2,039
Posted By drmartell
Hmmm, ok libzenfire is new to me, I just...

Hmmm, ok

libzenfire is new to me, I just went and looked at their forum, any guidance on how to get started with it?

I notice they have a beta of a web trader that at least shows the current...
Forum: Brokers November 15th, 2012, 12:28 PM
Replies: 4
Views: 2,039
Posted By drmartell
Direct query for account balance?

Does anyone have a functioning method to query their account balance (i.e. net liquidation value) directly from the FCM?

I am needing it for Dorman and Vision currently. But would be curious if...
Forum: NinjaTrader December 17th, 2011, 11:26 PM
Replies: 2
Views: 1,412
Posted By drmartell
changing indicator or strategy values via a secondary GUI

Can anyone point me in the direction of code snippets for changing indicator and/or strategy values by writing/reading them to/from a file?

Here is an example screenshot from a vendor similar to...
Forum: Trading Reviews and Vendors December 17th, 2011, 08:03 AM
Replies: 13
Views: 14,131
Posted By drmartell
But, coming from you that says a lot.

But, coming from you that says a lot.
Forum: Psychology and Money Management November 7th, 2011, 03:35 PM
Replies: 628
Views: 195,004
Posted By drmartell
A Step Further

When it comes to analogies like obtaining a black belt or learning to play an instrument I think that to be an apples to apples comparison, we need to take these analogies to their extreme.

For...
Forum: NinjaTrader August 7th, 2011, 08:37 AM
Replies: 106
Views: 87,765
Posted By drmartell
Thanks for the reply. To clarify, I was...

Thanks for the reply. To clarify, I was suggesting a relative time histogram, analogous to the relative volume histogram. The concept would be to look back in history and determine the average...
Forum: NinjaTrader August 6th, 2011, 07:46 PM
Replies: 106
Views: 87,765
Posted By drmartell
Relative Speed Indicator

Fat Tails,

As you know, the time it takes for bars on a tick chart to complete is highly correlated to volume. I.e. the more volume the faster the bars.

I wonder if you would consider creating...
Forum: Currencies August 6th, 2011, 01:09 PM
Replies: 1,177
Views: 444,781
Posted By drmartell
% winner that go to target

Hi Charles,

You've been kind enough to share your percent winning trades stats in the room. I have been looking back on the charts this weekend and I see many decent trades that do not achieve 21...
Forum: Brokers April 1st, 2011, 12:04 PM
Replies: 181
Views: 102,572
Posted By drmartell
Closing Price = Settlement Price?

I've seen it mentioned several places, including on this forum that Kinetick daily Closing prices are Settlement prices. However here is a response I just received from Kinetick Customer Support...
Showing results 1 to 25 of 47

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