NinjaTrader Treasure Chest

Status
Not open for further replies.
Fancy Bar Timer

http://www.elitetrader.com/vb/showthread.php?s=&postid=1901437#post1901437

Quote from tobbe:

I got tired of using the bar timer that comes with NT so I wrote a new one. While slightly off topic, I am posting it to this thread in case someone else would find it useful too. If it's to much off topic please let me know.

<img src=http://www.elitetrader.com/vb/attachment.php?s=&postid=1901439/>

The bartimer is not text based but visual (it's the pink one on the image). It can be customized in several different ways (color, size, position and offset from chart sides). It's called the FancyBarTimer :) .

I'm fairly convinced it works without side effects but ymmv, use at your own risk.


code:
http://www.elitetrader.com/vb/attachment.php?s=&postid=1901437

bug fix:
http://www.elitetrader.com/vb/showthread.php?s=&postid=1907047#post1907047
 
HistVol: Calculates historic volatility with 1 input, the period (in trading days). Gives you an annualized number that is a percentage. A result of 8 is the same as 8% historical volatility.
 

Attachments

HistVolAny: This is a historical vol indicator of any time period (minute, day, month, week). It will for example calculate the historic volatility for the last 9 1 minute bars if used in a 1 minute chart with HistVolAny(9). Whatever you like. Not usable in tick/range/volume charts due to indeterminate length of time for the bar sample.
 

Attachments

Bid Ask Wall

http://www.elitetrader.com/vb/showthread.php?s=&postid=1909634#post1909634

Quote from palinuro:

Here's a BidAskWall indicator for NT. Not what Spyder has been using (thought that wouldn't be too hard in NT, as they even supply a Market Depth Ladder script). This simply writes the current bid and ask volumes(# of levels selectable), the last volume (size filter selectable), and draws a line if a wall exists (multiple selectable).

Spacing could be improved, but back problems prevent me from sitting at my desk very long at the moment, and I need to concentrate on reading the charts more.

Seems to work fine, and I've been finding it useful even at my skill level (only showing 1-2 levels).

Hope it helps others!

code:
http://www.elitetrader.com/vb/attachment.php?s=&postid=1909634
(124)



BoyBrutus' BidAskDom
http://www.elitetrader.com/vb/showthread.php?s=&postid=2168075#post2168075
(42)


<img src=http://www.elitetrader.com/vb/attachment.php?s=&postid=2197084.%3Cbr>

palinuro ehancement
http://elitetrader.com/vb/showthread.php?s=&postid=2197084#post2197084
(57)
 
Getting earnings dates from Yahoo and ClearStation

http://www.elitetrader.com/vb/showthread.php?s=&postid=1925421#post1925421

Quote from palinuro:

This isn't an indicator as such, but contains C#/NT methods for getting earnings dates from Yahoo and ClearStation.

The methods themselves are generic C#, so can be easily transported elsewhere.

The indicator is currently set up to print the charted stock's earnings dates to the output window. But in the Initialize() method there's commented out code for processing a list symbols from a file.

Improvements and developments welcome...

Hope this helps!

-palinuro

code:
http://www.elitetrader.com/vb/attachment.php?s=&postid=1925421
(47)

added method for Earnings.Com
http://www.elitetrader.com/vb/showthread.php?s=&postid=1925473#post1925473
(54)
 
Any chance to display the RATIO???
 

Attachments

Status
Not open for further replies.
Back
Top