Forex Tick Data ready to be uploaded to Ninja Trader 7.
Each tick includes a time stamp, price and volume.
The ticks time zone is EST.
The time stamp is at 1 second resolution.
The price is at 0.1 pips resolution.
Total of 54 months of data, starting from April 2007.
Basic automated strategy using the CCI indicator. Strategy will buy when CCI crosses above oversold (default -100) and strategy will sell when CCI crosses below overbought. If 0 is input as stop or limit, the strategy will default to stop and reverse logic.
To follow up with my recent post and question, this is the indicator I'd like to clean up. All the text makes it look too cluttered. I just want to outline the candle pattern chosen and get rid of the text (or make it alterable). This file was native to NT7 so there is no zip, just a .cs. Rather than zip it I'm thinking attaching the .cs is ok.
As requested, this indicator has been updated for NT8.
It merely counts the number of rising and falling bars that occur in succession, resetting the number every time a bar either goes the other way or closes at the same value as it opens.
This also includes an SMA of both rising and falling bars with a user-configurable SMA period.
Noticed when writing my trading journal (so glad I found this forum, thanks Mike, and all those I've learned from) I was constantly noting the DOM. So, decided to have an indicator that visualized it.
This is ladder based on jtRealStats code (NT downloads) and looks at the ending cumulative volume of bids and asks for each bar. In the code I limited the idx to the 5 levels above and below. Previous postings have noted that a equally-weighted and heavy DOM is one sign of Barb Wire (AL Brooks). Thus, a vaccum for your trading $$$.
COMPATIBILITY:
NinjaTrader 6.5: YES
NinjaTrader 7.0: NO (sam028)
Based on Ninja SampleMultiTimeFrame strategy + guidance from Ryan/Josh/Brett (Ninja support team), I was able to develop a simple MTF indicator capturing some MA entry requirements of a higher time frame (5-Range) and have a visual alert (text label) plotting on a lower time frame (3-Range) chart. It serves to remind me stay with Trend Direction and no counter-trend trades.
It took me over a month lol! I am hoping this simple indicator will shed light to those who are still trying.
April 8th, 2010 04:18 PM anniebee321 i cannot see any data associated with this indicator?
January 10th, 2010 12:55 PM GoldStandard Thanks again for this tool. It's interesting to be able to view how the buyers/sellers order relationship changes at cer
tain points.
I ran across a site you might find interesting that is doing some work with order book analysis: tradingphysics.net. The
y have some interesting oscillators based on level 2 data & claim to have achieved quite a high success rate with them.
(i have no association with them)
I have a small request if its not too much trouble. For me it's a little bit counter-intuitive that the Total Buy line g
January 9th, 2010 09:18 PM GoldStandard Nice work and thank you! I'm trying this out now on replay mode.
January 7th, 2010 12:44 PM cclsys Thxs alot. I like indicators that give straight info that is otherwise hard to see (like Vwap and POC etc.). I also look
at the DOM alot and suspect this visual translation will prove helpful in learning to read various situations better.