NexusFi: Find Your Edge


Home Menu

 



Categories Help    






The Elite Circle
File sharing for Elite Members only, includes any and all platforms and file types


Sort by
Filter

Show full/short entries Entries
Historical Data 3 *
Attach historical data for test strategy and indicators. (Ascii format)
5min 1000 days

GOOG
AAPL
OIH
BIDU

Bye.

Fix bidu and goog ( 5 min 1000 days)

timezone GMT-3
 
Suggest other entries I might like
Details: Historical Data


April 14th, 2010
Size: 3.24 MB
JeffsADX for ThinkorSwim 5 *
Thanks Jeff and all the others who contributed to the JeffsADX v1 indicator. This is a port to ThinkorSwim.

The ToS study has been uploaded as a txt file. If you want to import it ToS, then change the extension to .ts. Alternatively, copy the content of the txt file to a new study in ToS.
 
Suggest other entries I might like
Details: JeffsADX for ThinkorSwim


April 14th, 2010
Size: 1.43 KB


Keywords: adx thinkorswim
Cash Market indicator 5 *
 
 
Suggest other entries I might like
Details: Cash Market indicator


April 10th, 2010
Size: 2.36 KB


Keywords: cash peteman
VMAZones for ThinkorSwim
Conversion of Mike's VMAZones NT indicator to ToS.

I uploaded this file as a .txt file. You can save it and rename it to .ts then import it to ToS or copy/paste the content of the file into a new study.
 
Suggest other entries I might like
Details: VMAZones for ThinkorSwim


April 7th, 2010
Size: 1.54 KB


Keywords: thinkorswim vmazones
Price Momentum Oscillator
This is a price momentum oscillator for ThinkorSwim. It is computed by taking the rate of change over N bars, then smooths that with an averaging function. In this case, it uses the Hull Moving average with a given period M.

It can be used as an indicator of relative strength, internal strength or price movement.

The indicator is a txt file, so you can either copy/paste the content into a new study in ToS or rename the file to a .ts extension and import it.
 
Suggest other entries I might like
Details: Price Momentum Oscillator


April 6th, 2010
Size: 271 bytes


Keywords: momentum oscillator price thinkorswim
TRIX2v3New.zip 5 *
I obtained this from the NinjaTrader Forums. It is a variation of the Trix indicator with a histogram and colors

https://ninjatrader.com/support/forum/showthread.php?t=11487&highlight=trix&page=4
 
Suggest other entries I might like
Details: TRIX2v3New.zip


April 2nd, 2010
Size: 2.56 KB


Keywords: histogram trix trix2v3new
Select parameter list from combo box 5 *
To select parameters from combo box you have to define enum's.
But if parameters are variable at runtime you can't do it.

Attached is a solution to select parameters from a list defined at runtime. Parameters can be string, int or double.
 
Suggest other entries I might like
Details: Select parameter list from combo box


March 28th, 2010
Size: 2.13 KB
CMA for Market Delta 4 *
guys,

This is the collective MA ported for Market Delta

Enjoy

ben
 
Suggest other entries I might like
Details: CMA for Market Delta


March 19th, 2010
Size: 1.31 KB


Keywords: benbrooke bmt bmtcma cma marketdelta collective
ADXVMAv1.05.2 5 *
This is a NO REPAINT version courtesy Art Roonius. Everything else is just the original ADXVMAv1.05.1 alert version.
 
Suggest other entries I might like
Details: ADXVMAv1.05.2


March 19th, 2010
Size: 5.95 KB


Keywords: adx adxvma eone
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.)
 
Suggest other entries I might like
 



 
Category
 




© 2026 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 - Downloads - Top