NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 60
Search: Posts Made By: LostTrader
Forum: NinjaTrader February 17th, 2013, 09:49 PM
Replies: 2
Views: 2,331
Posted By LostTrader
Thanks, Mike. First which option? "Save...

Thanks, Mike. First which option?
"Save chart data as historical" is not checked.
"Record for market replay" is not checked.
"Get data from server" IS checked.

Second, since there is no plot...
Forum: NinjaTrader February 17th, 2013, 03:20 PM
Replies: 2
Views: 2,331
Posted By LostTrader
Market Analyzer as a Historical Downloader?

I have a scanner workspace in Multicharts that I use to download the historical data for all my symbols -- However, I really want to do the same thing in Ninjatrader instead. The ugly brute force...
Forum: NinjaTrader July 11th, 2011, 01:16 PM
Replies: 46
Views: 20,087
Posted By LostTrader
The external property names were reversed. The...

The external property names were reversed. The internal names were fine.
I fixed it as I was in there moving the triangles around to suit me.
Forum: NinjaTrader July 10th, 2011, 03:13 PM
Replies: 46
Views: 20,087
Posted By LostTrader
If you search the code for Alert( you will...

If you search the code for Alert( you will find the Alert statements. There are four.
For example:
Alert("DOM1", NinjaTrader.Cbi.Priority.Low, "Total ASK Vol "+totAVol+" exceeded BID...
Forum: NinjaTrader July 6th, 2011, 02:21 PM
Replies: 46
Views: 20,087
Posted By LostTrader
I imported the file from futures.io (formerly...

I imported the file from futures.io (formerly BMT), and put it on a chart to be sure. I even re-compiled, and re-exported.
Last time.

I would suggest that you make sure your Windows & .NET are...
Forum: NinjaTrader July 6th, 2011, 02:16 PM
Replies: 46
Views: 20,087
Posted By LostTrader
Thanks for looking in, RJay! I agree, the try...

Thanks for looking in, RJay! I agree, the try catch blocks are a great idea.

The Delta Alert is percentage based, and yes, it is more useful overall than the other. If I misunderstood you, let...
Forum: NinjaTrader July 6th, 2011, 12:22 PM
Replies: 46
Views: 20,087
Posted By LostTrader
I simply import, compile, and then right click on...

I simply import, compile, and then right click on a chart and select indicators... works here. See pic.


You should really look at the contents. I did use Zondor's version.

Good luck
Forum: NinjaTrader July 5th, 2011, 06:41 PM
Replies: 46
Views: 20,087
Posted By LostTrader
DOMAlert modified from Zondor's jtRealStats

OK, I took a stab at this. It seems to run in spite of the thrown exceptions.
Bear in mind that I do not use the SuperDOM, I run this on a chart. No clue how it works without a chart.

BTW, you...
Forum: NinjaTrader July 4th, 2011, 10:30 AM
Replies: 4
Views: 2,004
Posted By LostTrader
LOL. Thanks, Mike! It's weird, NT Support...

LOL. Thanks, Mike!

It's weird, NT Support says the TradeCollection is updated after OnPositionUpDate() which seems illogical to me, and the code I wrote looks during OnPositionUpDate() and finds...
Forum: NinjaTrader July 4th, 2011, 10:18 AM
Replies: 46
Views: 20,087
Posted By LostTrader
I think that's what ahhyaya also requested - look...

I think that's what ahhyaya also requested - look at the post just prior to yours -- doesn't that version do what you want?
Forum: Feedback and Announcements June 28th, 2011, 06:32 PM
Replies: 17
Views: 6,762
Posted By LostTrader
I don't know. My auto-trading and testing...

I don't know. My auto-trading and testing questions would be specific to the platform I would use to auto-trade.

I can understand a generic topic or question, but not a generic solution or...
Forum: NinjaTrader June 28th, 2011, 05:34 PM
Replies: 4
Views: 2,004
Posted By LostTrader
making a Performance.SessionTrades (sort of)

I've asked NT for a TradeCollection of Performance.SessionTrades (http://www.ninjatrader.com/support/forum/showthread.php?t=42197) only but they don't have one.
So I am trying to finagle one up. ...
Forum: NinjaTrader June 24th, 2011, 10:52 AM
Replies: 4
Views: 3,549
Posted By LostTrader
BarCheck

This was written back in 2009 when I was studying the Hershey method. I re-compiled & verified it runs in NT7.
You can always strip it down to the parts you do want...
Forum: NinjaTrader June 23rd, 2011, 11:29 AM
Replies: 8
Views: 2,826
Posted By LostTrader
I did not know there was such a thing as...

I did not know there was such a thing as "LastBarIndexPainted" ! It is not in the NT help guide (http://www.ninjatrader.com/support/helpGuides/nt7/index.html).
Useful to know. Thanks, Fat Tails!
Forum: NinjaTrader June 23rd, 2011, 11:14 AM
Replies: 46
Views: 20,087
Posted By LostTrader
Total Vol Delta BOM Alert

ahhyaya, you also requested a different alert?

This DOM calculates and displays the total it sees on the DOM, so I added an alert to look for deltas. Is this what you wanted?
Forum: NinjaTrader June 23rd, 2011, 11:10 AM
Replies: 46
Views: 20,087
Posted By LostTrader
Do you know what variable this would be? It...

Do you know what variable this would be? It doesn't sound like one that already exists in the DOM...
So right now... no I cannot.

If you know what variable you want to use, then maybe I can...
Forum: NinjaTrader June 15th, 2011, 07:50 PM
Replies: 8
Views: 2,387
Posted By LostTrader
Oh, right! I understand. Fortunately, I...

Oh, right! I understand.

Fortunately, I do not need that level of complexity.
Forum: NinjaTrader June 15th, 2011, 07:32 PM
Replies: 8
Views: 2,387
Posted By LostTrader
MTF? I know when backtesting or optimizing, COBC...

MTF? I know when backtesting or optimizing, COBC will be true. But when running a strategy real-time on a chart, there is an option to change COBC. I would expect this to control more than simply...
Forum: NinjaTrader June 15th, 2011, 07:26 PM
Replies: 8
Views: 2,826
Posted By LostTrader
Bingo! I had one template that had...

Bingo! I had one template that had inadvertently saved the wrong session for CL (CME US Index Futures ETH) which is apparently Central. I believe CL to be eastern exchange timezone. Thanks! It...
Forum: NinjaTrader June 15th, 2011, 03:10 PM
Replies: 46
Views: 20,087
Posted By LostTrader
You are welcome. Well, for me, it was...

You are welcome.



Well, for me, it was this morning.
And as I said, the code is a derivative of jtrealstats - he wrote the original, and I just made some mods to suit me. I just added your...
Forum: NinjaTrader June 15th, 2011, 01:01 PM
Replies: 8
Views: 2,826
Posted By LostTrader
reporting exchange time

Since in NT, I cannot get my X axis to reflect exchange time, I wrote a silly little indicator to display exchange time. It is obnoxiously inconsistent. Does any one here know why?
Forum: NinjaTrader June 15th, 2011, 12:44 PM
Replies: 46
Views: 20,087
Posted By LostTrader
DomALert on MaxVol

OK, you want an alert on any vol in the row exceeding the threshold.
Here you go. One caveat -- you must set the Maximum # of Levels to 5 if you only want to check 5 rows.
Otherwise the indicator...
Forum: NinjaTrader June 15th, 2011, 12:07 PM
Replies: 46
Views: 20,087
Posted By LostTrader
Part of the problem may be that I don't use NT's...

Part of the problem may be that I don't use NT's DOM -- I use Chart trader and took a guess that you wanted a check against the bid ask numbers that Chart Trader displays. Which so to speak,...
Forum: NinjaTrader June 15th, 2011, 11:52 AM
Replies: 27
Views: 17,713
Posted By LostTrader
You need an actual zip file ... XP has...

You need an actual zip file ...
XP has Compressed folders, yes? Simply make a compressed folder, drop your file(s) into the compressed folder, and then upload the folder to futures.io (formerly...
Forum: NinjaTrader June 15th, 2011, 11:40 AM
Replies: 8
Views: 2,387
Posted By LostTrader
Strategy vs Chart Indicator Panel

Yeah, that's the way I see it too. And yet...

OK, could it be that the COBC true indicator was put on the chart from a Strategy and the COBC false was (already) placed on the chart through the...
Showing results 1 to 25 of 60

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