NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Searching for entries matching zondor, looking in keywords for any words
Found 15 matching entries

Sort by

Entries
DoubleZ Trading Suite FOR NT7 ONLY 5 *
Trading Suite Developed by Zondor and ZTrade101. Makes extensive use of the GomRecorder so once again, merci beaucoup, Gomi !!
(Note: When a trade occurs at or above the ask it's a "buy", and when at or below the bid, it's a "sell".) Package contents:

BetterBuySellVolume2
BMTCollectiveMAQuikStart
BMTEnvelopeExpansion301
DailyATR
DOMBandsHybrid
GomRecorderIndicator
JMA7MC
JT_RealStats_RJ7v106
TickMFOscillator_GR_
TradeSizeDistribution
TrendLineAlarmCustom
ZondorRecorderV2

BetterBuySellVolume: Based on Barry Taylor's Better Volume concept, but instead of using upticks and downticks, it gets buy and sell volumes from the GomRecorder. Use with calculate on bar close = false and watch it evaluate each bar in real time, often changing its mind right up until the bar completes. Equivolume mode must be used for charts with Constant Volume intervals. May load very slowly on charts with more than a few hundred bars back. X=climax (local maximum of product of buy volume or sell volume times range), u=Up, D=Down, C=Churn, Lo=Low Volume. Set markers = True to mark the bars with these legends right on the Price Panel. There are various different ways of detecting the criteria. I hope you will look at the code and let me know what you think!

This one has a lot of potential for improvement. The criteria detection algorithms could be refined. Additional conditions, such as volume patterns and stopping volume, could be tested for. The method of storing condition status in a string is clunky and can be streamlined. Please share your ideas so that we can make this MORE Better.

TickMoneyFlowOscillator Using GomRecorder data, calculates the product of buy volume and price, or sell volume and price, adding or subtracting the product from a cumulative total. Then an MA of the total is subtracted from the total to make it oscillate. The color is based on whether the cumulative total, not the oscillator, is rising or falling. I like to overlay this on the price panel, with the price scale on the right and the TMFO scale on the left. Sometimes this gives nice clues about which way things will go out of a sideways congestion zone.

TradeSizeDistribution Using GomRecorder data, looks at each incoming trade and sorts its volume into one of several "buckets" based on whether the trade is a buy (plots above zero) or a sell (plots below zero). Then the trades on each side of zero are grouped and summed within 4 size ranges (small, medium, large, extra large) and grouped together. The breakpoints for the size groups are the lower volume limit... etc user settings which you must set based on the way your instrument trades. A medium size trade in the ES would be an extra large trade in the YM, etc.. You have the option of either displaying the VOLUME of trades within each size range, or the NUMBER OF TRADES within each size range!

DomBandHybrid is a persistent version of ZTrade's Dom bands indicator that achieves data persistence with a data recorder. The new ZondorRecorder (based on the GomRecorder, of course!) is customized to record LEVEL 2 data. When run in real time, the Level 2 data come directly from the OnMarketDepth Method. This avoids the errors that the GomRecorder is subject to under certain conditions (because of Ninja Trader's coarse time stamping). If the chart is changed or refreshed, the previous bars in a real time only indicator would disappear. But in this version, they are reloaded from the ZondorRecorder; then from that point forward until the next refresh, all data will come directly from the OnMarketDepth Method. This indicator generates run time errors, but they are handled, and appear in the Output Window as Trapped Exceptions. Therefore they do not crash the program. Would certainly appreciate if anyone can help me diagnose the cause of the errors.

JMA7MC is a version of the JMA moving average with true multi color plotting of a single plot using the PlotColors Method. That method does not exist in NT6.5.

The BMT CollectiveMA and Envelope Expansion were modified to force the Collective MA to rapidly converge upon the price series. However when setting these up, you need to go back at least one previous day, or they will not plot anything.

See These Posts for Trendline Alert Info & TrendLineAlertCustom & NT Video near minute 21 explains this new feature.

See discussion about recording in Binary vs Flat for GOM & Zondor Recorders.

Instructions for the ZondorRecorder: This is a customized version of the GomRecorder for LEVEL 2 data. The recording and playback work almost the same. The ZondorRecorder stores data in files prefixed with DOMBANDS, so a typical file name would be DOMBANDSCL-05-10_binary.dat. The DOMBANDS prefix ensures that these files will not have the same names as files made by the GomRecorder. By default the files will be placed in the My Documents folder. If you want to store them somewhere else, create a Windows Environment Variable with the Name ZONDORFOLDER and the Value being the valid path to your designated storage folder. ( Refer to Lines 207 and 236 of the .cs file.)


Category The Elite Circle 
 
Suggest other entries I might like
Details: DoubleZ Trading Suite FOR NT7 ONLY
Category: The Elite Circle 


March 11th, 2010
Size: 74.10 KB
Downloaded: 2560 times

Keywords: atr buysellvolume dombands realstats recorder tickmoneyflow tradesize trendlinealert zondor ztrade101 doublez
DOM_Bands_v2 by ZTrade101 updated for NT7 5 *
The upper plot is the total number of shares or contracts offered for sale in the Level 2 order book. The lower plot is the total number of shares or contracts bid to buy in the Level 2 Order Book. The yellow plot is the bids minus the offers.

Maxrows is the user setting that controls how many rows of the order book are counted. In panel 2 we have the totals for all ten of the bid and all ten of the ask rows. In panel 3, with Maxrows set at 5, we see the totals for the 5 inside rows of bid and ask.

This will work in realtime or market replay mode. Changing any chart settings deletes existing plots, and there is no backfill. This limitation is because of the way Ninjatrader stores data. I started working on a DOMRecorder indicator to correct this. May take a while.

Thanks ZTrade for the idea of this indicator, and for the original implementation which worked fine in NT6.5 but had problems because of undocumented changes in NT7.

NinjaTrader 7.0: Yes - Zondor


Category The Elite Circle 
 
Suggest other entries I might like
Details: DOM_Bands_v2 by ZTrade101 updated for NT7
Category: The Elite Circle 


February 1st, 2010
Size: 3.32 KB
Downloaded: 1151 times

Keywords: dom tape zondor ztrade101
Stochastics of Price and of CD Volume for NT7
These are the common stochastics indicators with a few minor changes. THEY ARE FOR NINJATRADER 7 ONLY.

The main value of these is that they show: how to implement multi-color plotting in NT7; how to serialize colors for use as parameters; and how to use the dataseries objects exposed by GOMCD as input to other indicators.

The stochastic of price is the common, garden variety stochastic oscillator. I changed it to oscillate between -100 and +100 instead of between 0 and 100, and used the new PlotColors() method of NT7 to give different colors for rising and falling. Once the color changes, it stays changed.

The stochastic of CD is based on the CUMULATIVE DELTA OF VOLUME. It is not based on price AT ALL. For it to work, you need to have installed the GomCD indicator. If you are running a GomRecorder and have set up a GOMFOLDER, this plot will refresh historically, and will not disappear when you make changes to the chart. This is a good code sample for those who would want to use the GomCd to give inputs to other custom indicators.

For both of these, the colors of the rising and falling plots "K" are ColorRising and ColorFalling, the first two parameters all the way at the top of the list. Changing the color of Plot "K" will not do anything. However, that is where you can adjust the line weight and style of that plot.


COMPATIBILITY:
NinjaTrader 6.5: NO
NinjaTrader 7.0: YES


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Stochastics of Price and of CD Volume for NT7
Category: NinjaTrader 7 Indicators 


January 21st, 2010
Size: 26.92 KB
Downloaded: 683 times

Keywords: stochstic non-repaint delta zondor nt7 multi-color cumulative
BMT Wave 5 *
Inspired by websouth, I wrote this indicator.

This is for VIP Users Only. So please don't distribute or post elsewhere.

The inspiration came from websouth's template, which I started a discussion on here:
websouth's shared Price Action templates

The indicator works a little different than websouth's implementation, because he was using the displacement chart feature which puts lines behind (historical) price. Within the indicator, I just painted the line using historical data, but it still plots real-time.

At any rate, it is a very interesting indicator. Sometimes it is a thing of beauty, others the visual aesthetics are not appealing but that usually means chop. If the indicator looks like shit then the price action is probably shit, too.

All colors are fully configurable, as is the shading, and opacity. You can also control the historical period rate.

Attached are a few screens plus the indicator. It's the top panel stuff.

I look forward to your input

Mike

Optimized by Zondor for NT7: 6/17/2010

COMPATIBILITY:
NinjaTrader 6.5: YES
NinjaTrader 7.0: YES


Category The Elite Circle 
 
Suggest other entries I might like
Details: BMT Wave
Category: The Elite Circle 


December 3rd, 2009
Size: 4.56 KB
Downloaded: 1421 times

Keywords: bmt wave zondor
jtRealStats_RJay_Pkg 5 *
There is a new NT7 compatible version in Elite by Zondor

This is a modified version of jtstats indicator also located here in the download area.

I like this indicator alot.

However, I felt it needed to be more visually easy to look at.

So I made my own version with a number of visual changes listed below

--------------------------------------------------------------------------

Doubled the width of the vertical bar on right side.

Moved its center bar to the left side.

Increased the font size of the bigger font.

Increased the triangle size.

Moved text and triangles to new positions.

Added a toggle to turn the individual bar volume numbers on or off.

Triangle outlines stays on all the time.

Stats displayed with triangles stay on all the time instead of only displaying with market direction.

Reversed order on lower triangle stats.

----------------------------------------------------------------------------

The indicator is called jtRealstats_RJay2.

I also created an indicator called jtRealStats_ChartDisplay (also in the zip file) which helps keep the chart sized properly to display the main indicator.

Also, you need to change the right side margin in chart properties from 4 to 24.

Enjoy,

RJay

COMPATIBILITY:
NinjaTrader 6.5: YES
NinjaTrader 7.0: NOT TESTED [feedback]


Category NinjaTrader 6.5 Indicators 
 
Suggest other entries I might like
Details: jtRealStats_RJay_Pkg
Category: NinjaTrader 6.5 Indicators 


September 22nd, 2009
Size: 8.99 KB
Downloaded: 812 times

Keywords: johnthom ninjatrader rjay zondor
 



 
Category
 




© 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