NexusFi: Find Your Edge


Home Menu

 



Categories Help    

Search Results
Searching for entries matching ztrade101, looking in keywords for any words
Found 8 matching entries

Sort by

Entries
All Color Ladder Template
Like to look at the ladder in pure color sometimes no numbers at all.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: All Color Ladder Template
Category: NinjaTrader 7 Indicators 


May 11th, 2010
Size: 29.47 KB
Downloaded: 1167 times

Keywords: ztrade101 ladder gompackage
1k Volume Ladder Template 5 *
This will require downloading of the DoubleZTrading package, to get all of the other components.

The version of RealStats Referenced here will not work, replace it with what is in the DoubleZ package.

I just ran out of time.


Category NinjaTrader 7 Templates 
 
Suggest other entries I might like
Details: 1k Volume Ladder Template
Category: NinjaTrader 7 Templates 


May 11th, 2010
Size: 34.44 KB
Downloaded: 1033 times

Keywords: ladder ztrade101 template
Ladder 1k Vol Template with DOM Bands, etc. 5 *
Template for Volume ladder. DOMBands version is in Elite, DOMBands normal is in regular downloads and can be substituted.


Category NinjaTrader 7 Templates 
 
Suggest other entries I might like
Details: Ladder 1k Vol Template with DOM Bands, etc.
Category: NinjaTrader 7 Templates 


April 1st, 2010
Size: 43.79 KB
Downloaded: 1552 times

Keywords: ladder template ztrade101
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: 2559 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
DOM_Bands_v1 3 *
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)


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


January 7th, 2010
Size: 2.65 KB
Downloaded: 764 times

Keywords: brooks cumulative depth dom tape volume ztrade101
BSVLine v1.0 5 *
This is the first version of a real-time indicator based on Buying and Selling pressure using a line to visualize the data. It is modified from jtRealStats and BuySellPressure. Works for NinjaTrader 6.5, and a related version was tested on Ninja 7. Gotta leave NT running all the time now or the data is lost. Chaging any other indicator erases it. Maybe for NinjaTrader 7 it will be able to use Historical data.

This is the first version that uses a line rather than bars. I suggest overlaying it with Volumn (not shown in my tick charts), as bars. Blue represents buying and Red Selling based on the price vs. the last bar. An example is shown below where it is used in conjuction with ADXVMA_sharky_paint & Bill Williams' Acceleration/Deceleration Oscillator (from NinjaTrader).


In the attached figure there is a buying climax that preceeds the Failure of a Al Brooks described (Chapter 2) micro trendline BreakUp and the maximum of the DOM for the morning. This is confirmed by a decrease in the Williams Acceleration Oscillator. All indicating that this rally has run its course.


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


Category NinjaTrader 6.5 Indicators 
 
Suggest other entries I might like
Details: BSVLine v1.0
Category: NinjaTrader 6.5 Indicators 


January 5th, 2010
Size: 2.03 KB
Downloaded: 494 times

Keywords: buy pressure realstats sell ztrade101
BuySellPlot 5 *
Updated version by Zondor in the Elite area

This is version 1.0 of a Buy Sell Indicator modified from Buy Sell Pressure on the Ninja Trader Links and Downloads Manager ( https://ninjatrader.com/support/forum/local_links.php page).

This indicator is a real-time indicator and does not plot against historical data. A histogram splitting volume between trades at higher or equal to the high of the last bar or lower or equal to the low of the last bar is plotted.
It is currently executed using Chart Trader under the Advanced Trade Management system on Ninja Trader. The goal is to write a strategy using these indicators and back test it. The one think I do not know how to do is how to pass the 2 variables generated by this indicator to a strategy.

COMPATIBILITY:
NinjaTrader 6.5: YES
NinjaTrader 7.0: YES (tested by sam028)


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


November 13th, 2009
Size: 2.02 KB
Downloaded: 4004 times

Keywords: sell pressure ninjatrader buy ztrade101
 


 
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