Home PageJRC Logo





colorbar

Custom Indicators
built on Jurik Tools

  • Free downloads
  • No technical support for these modules
  • Requires 1 or more Jurik Tools to be already installed

colorbar




Select Your Platform ...

TradeStation 2000i, 5 , 6 , 7 , 8

eSignal

MetaStock

Microsoft Excel

AmiBroker



















































colorbar

{short description of image} User Designed Indicators for TradeStation 2000i and 8

We provide NO technical support for these modules.

colorbar



RSX on JMA smoothed data
When RSX is fed price data that has been pre-smoothed by JMA, intermediate noise in the RSX signal is eliminated. The benefit is shown in one colorful indicator and in two demonstration trading strategies.
  • CLICK HERE for a graphic demonstration.
  • Must already have JMA and RSX installed.
  • Read the included file README.TXT before installing.




JMA double Fast-K stochatic
An extremely smooth double Fast-K stochastic.




  • CLICK HERE for a graphic demonstration.
  • Must already have JMA installed.
  • Read the included file README.TXT before installing.




RSX on RSX ----- (double RSX)
A smooth way to assess market acceleration. Works very well with markets oscillating in a trading range.




  • CLICK HERE for a graphic demonstration.
  • Must already have RSX installed.
  • Read the included file README.TXT before installing.




JMA - DWMA crossover
Three indicators, displaying various ways to simulate a MACD oscillator by crossing JMA and a double-weighted moving average (DWMA)




  • CLICK HERE for a graphic demonstration.
  • Must already have JMA installed.
  • Read the included file README.TXT before installing.




CCX: better than CCI !
CCI (commodities channel index) is essentially a MACD, normalized by its own average deviation. Jurik's CCX is a version of CCI modified to use JMA for certain smoothing operations. This produces smoother curves that's just as timely as CCI.




  • CLICK HERE for a graphic demonstration.
  • Must already have JMA installed.
  • Read the included README text file before installing.




CFB Stochastic Depth
Creates an "infinite length" Fast-K stochastic on CFB and then uses the result to interpolate between two LENGTH values you provide. For example, you can use this to dynamically vary the LENGTH parameter of VEL between an upper and lower limit that you specify.




  • Must already have CFB installed.
  • Read the included README text file before installing.




Reset-capable JMA
In this version of JMA, you can force the filter to jump to the current value in a time series and resume filtering from this new "start value". This is ideal for traders who want JMA to start on the price of the first bar of each day.




  • Must already have JMA installed.
  • Read the included README text file before installing.




JMA smoothed Bollinger Band Stochastic
This indicator takes the Bollinger Band, converts it into a stochastic by using the bands as a scaling reference, and is then smoothed by JMA.




  • CLICK HERE for a graphic demonstration.
  • Must already have JMA installed.
  • Read the included README text file before installing.




Smoothing %K and %D Stochastics
Uses JMA to create a single function that replaces all four classical stochastics: Fast %K, Slow %K, Fast %D, Slow %D. To differentiate between them, all you need to do is change the JMA length.




  • Must already have JMA installed.
  • Read the included file READ_ME.TXT before installing.




JMA pre-smoothed Stochastics
Instead of smoothing the classical stochastics output with JMA, this new approach uses JMA to smooth the price data FIRST, then applies classical stochastics analysis to the results. This latter method produces better quality signals.




  • Must already have JMA installed.
  • Read the included file READ_ME.TXT before installing.




Adaptive VEL indicator
Here's one way to improve VEL -- make it adapt to market volatility. The faster the market, the more quickly VEL changes values. This way, VEL grabs your attention only when the market requires your close observation. The indicator calculates a new speed for VEL on each bar.




  • CLICK HERE for a graphic demonstration.
  • Must already have VEL installed.
  • Read the included file READ_ME.TXT before installing.




Adaptive RSX indicator
Here's one way to improve RSX -- make it adapt to market volatility. The faster the market, the more quickly RSX changes values. This way, RSX grabs your attention only when the market requires your close observation. The indicator calculates a new speed for RSX on each bar.




  • CLICK HERE for a graphic demonstration.
  • Must already have RSX installed.
  • Read the included file READ_ME.TXT before installing.




MACD & Histogram Using JMA or VEL
Four indicators, all better than classical MACD and Histogram:
  1. Charts JMA MACD signal and its moving average
  2. Charts the JMA MACD histogram
  3. Charts VEL MACD signal and its moving average
  4. Charts the VEL MACD histogram
The JMA and VEL MACD methods are similar, yet display important behavioral differences. Namely, the VEL method produces a MACD of market momentum.




  • CLICK HERE for a graphic demonstration.
  • Must already have JMA and VEL installed.
  • Read the included file README.TXT before installing.




Braincel - Neural Net Example
Here is a complete example that shows how TradeStation can access a neural network (already built by Braincel) for real-time application. Package includes the Excel worksheet that was used to build the neural net, the net descriptor file that TradeStation will access, an Easy Language function that sends data to and from the net, and an Easy Language indicator that plots the net's output.




  • Must already have Braincel installed.
  • Run .EXE file to expand into component files.
  • Read the included README text file before installing.






















































colorbar

{short description of image}User Designed Indicators for eSignal

We provide NO technical support for these modules.

colorbar




FEATURES

REQUIREMENTS




Basic Indicators (with static color)

This set of indicator employ eSignal's built-in function calls to JMA, VEL, DMX and RSX. These indicators do NOT change color according to market conditions.

  • Read the included file README.TXT before installing.
  • Here is a GRAPHIC SAMPLE.
  • Includes the following indicators:
    .
    • Basic JMA --- plots JMA over price bars
    • Basic VEL --- plots VEL and zero line
    • Basic RSX --- plots RSX and adjustable thresholds
    • Basic DMX --- plots DMX, DM- and DM+
    • MACD VEL/VEL --- plots 2 VEL signals or their difference (user option)
    • MACD RSX/RSX --- plots 2 RSX signals or their difference (user option)
    • MACD JMA/JMA --- plots the difference between 2 JMA signals
    • MACD JMA/DWMA --- plots the difference between JMA and double weighted MA signals
    • MACD RSX/RSX + trailing SMA --- plots RSX MACD and SMA of the MACD for crossover analysis
    • VEL + trailing JMA --- plots VEL and JMA(VEL) for crossover analysis
    • RSX + trailing JMA --- plots RSX and JMA(RSX) for crossover analysis
    • RSX + trailing SMA --- plots RSX and SMA(RSX) for crossover analysis
    • crossover JMA/JMA --- plots 2 JMA for crossover analysis
    • crossover JMA/DWMA --- plots JMA and double weighted MA for crossover analysis
    • Custom Price Line --- plots any valid EFS expression using Open, High, Low, Close
    • JMA on CCI --- JMA smoothed CCI indicator
    • VEL on VEL --- yields the slope of VEL
    • VEL on RSX --- yields the slope of RSX
    • RSX on JMA --- yields RSX on JMA smoothed price. Result pushes RSX towards the extremes
    • RSX on RSX --- yields one RSX on another RSX (great for markets in a tight trading range)
    • JMA stochastic with optional Fisher transform

{short description of image}




Basic Indicators (with dynamic color)

This set of indicator employ eSignal's built-in function calls to JMA, VEL, DMX and RSX. These indicators change foreground and/or backround color according to market conditions.

  • Read the included file README.TXT before installing.
  • Here is a GRAPHIC SAMPLE.
  • Includes the following indicators:
    .
    • Basic JMA --- plots JMA over price bars
    • Basic VEL --- plots VEL and zero line
    • Basic RSX --- plots RSX and adjustable thresholds
    • Basic DMX --- plots DMX, DM- and DM+
    • MACD VEL/VEL --- plots 2 VEL signals or their difference (user option)
    • MACD RSX/RSX --- plots 2 RSX signals or their difference (user option)
    • MACD JMA/JMA --- plots the difference between 2 JMA signals
    • MACD JMA/DWMA --- plots the difference between JMA and double weighted MA signals
    • MACD RSX/RSX + trailing SMA --- plots RSX MACD and SMA of the MACD for crossover analysis
    • VEL + trailing JMA --- plots VEL and JMA(VEL) for crossover analysis
    • RSX + trailing JMA --- plots RSX and JMA(RSX) for crossover analysis
    • RSX + trailing SMA --- plots RSX and SMA(RSX) for crossover analysis
    • crossover JMA/JMA --- plots 2 JMA for crossover analysis
    • crossover JMA/DWMA --- plots JMA and double weighted MA for crossover analysis
    • Custom Price Line --- plots any valid EFS expression using Open, High, Low, Close
    • JMA on CCI --- JMA smoothed CCI indicator
    • VEL on VEL --- yields the slope of VEL
    • VEL on RSX --- yields the slope of RSX
    • RSX on JMA --- yields RSX on JMA smoothed price. Result pushes RSX towards the extremes
    • RSX on JMA histogram --- same as above, but shown as a color changing histogram
    • RSX on RSX --- yields one RSX on another RSX (great for markets in a tight trading range)
    • JMA stochastic with optional Fisher transform

{short description of image}























































colorbar

{short description of image}User Designed Indicators for AmiBroker

We provide NO technical support for these modules.

colorbar




FEATURES

REQUIREMENTS




Basic Indicators (with dynamic color)

This set of indicators employ AmiBroker's built-in function calls to JMA, VEL, CFB, DMX and RSX. These indicators change foreground and/or backround color according to market conditions.

  • Read the included file README.PDF before installing.
  • Here is a GRAPHIC SAMPLE.
  • Includes the following indicators:
    .
    • Basic JMA --- plots JMA over price bars
    • Basic VEL --- plots VEL and zero line
    • Basic RSX --- plots RSX and adjustable thresholds
    • Basic DMX --- plots DMX, DM- and DM+
    • Basic CFB --- plots CFB
    • JMA-DWMA MACD --- the difference between JMA and double weighted MA signals
    • JMA-DWMA --- plots over price bars both JMA and a double weighted moving average
    • JMA Phaser --- the difference between two JMA, having same speed but different phase.
    • Spandex Band --- Jurik's own band around price bars
    • JMA Spandex Stochastic --- creates Fast %K using Jurik's Spandex Band


As of 1-JULY-2007, the new version of
Jurik's Toolset Installer will include this add-in.






















































colorbar

{short description of image}User Designed Indicators for MetaStock

We provide NO technical support for these modules.

colorbar




FEATURES

REQUIREMENTS





  • Read the REFERENCE GUIDE before installing.
  • Here are graphic examples..
  • Includes the following indicators:

    .

    CFB 24 bipolar (indicator + chart template)

    .

    JMA pre-smoothes price data, RSX determines trend direction,
    CFB-24 is made bipolar (+/-) to show trend direction.

    .

    CFB 48 bipolar (indicator + chart template)

    .

    JMA pre-smoothes price data, RSX determines trend direction,
    CFB-48 is made bipolar(+/-) to show trend direction.

    .

    RSX on JMA (indicator + chart template)

    .

    JMA pre-smoothes price data, RSX is colored to show trend direction.
    .

    Phased RSX on JMA (indicator + chart template)

    .

    JMA pre-smoothes price data, phased advanced RSX is colored to show trend direction.
    .

    JMA / RSX combination (layout template)
    .

    Layout show various combinations of JMA and RSX indicators. Layout can be applied to any chart.
    .

    JMA / CFB combination (layout template)
    .

    Layout show various combinations of JMA and CFB indicators. Layout can be applied to any chart.
    .

    JMA / VEL combination (layout template)
    .

    Layout show various combinations of JMA and VEL indicators. Layout can be applied to any chart.
    .



For MetaStock
9.1-10

 

For MetaStock
8.0-9.0

Technical support is provided ONLY if you have
all 4 Jurik tools installed for MetaStock.

For MetaStock
7.2.1

 


























































colorbar

{short description of image}Plug-ins for Microsoft Excel

We provide NO technical support for these modules.

colorbar





DMX on a spreadsheet
This Excel spreadsheet shows how to use the JMA function to produce the DMX indicator. If you prefer, you may hide the columns that show intermediate calculations. Must have JMA already installed for Excel.




BrainCel - trial version
BrainCel is an Excel add-in that develops neural net models. This is a demonstration version limited to only 25 rows of input. Download the self-expanding .EXE file into an empty folder. After expanding it, read the PDF file for instructions.




Spreadsheet Function Gets a Stock Quote
Now you can get refreshable stock quote data in Microsoft Excel by inserting the MSNStockQuote function in a worksheet cell. The function allows you to calculate formulas based on the function's return values so you can easily create your own financial analysis.




Scrolling Bar Chart
This Excel workbook contains a scrollable price bar chart. It allows the user to scroll back and forth over time, maintaining the same window width of data. Essentially, an adjustable slider determines what data is placed in a small region on a sheet, whose contents are charted. It is set up to show candlestick stock data with a technical indicator, both on the same chart. Nifty piece of work. Study it as a template, and make more for yourself.
























[ Copyright ] [ WebMaster ]