SlideShare a Scribd company logo
1 of 31
Download to read offline
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
Quant Trade® 
Precision Oscillator Suite 
Indicators for Bloomberg Professional 
Quant Trade Technologies, Inc. 
2 N Riverside Plaza Suite 2325, Chicago, Illinois 60606 
http://www.quant-trade.com/ 
Document ID: 
Precision Oscillator Suite.doc 
General information: 
Version: 
1.2 
State of document: 
Status: released 
Last modified: 07 June 2014 
Created: 21 May 2014 
Project: 
Precision Suite 
Author: 
Boris Zinchenko 
Project lead: 
Boris Zinchenko 
Recipients: 
Accompanying documents: 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 1/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
Proof of change 
Change 
Modified section(s) 
Log message 
ID 
# 
Date 
Version 
1 
29 May 2014 
1.0 
All 
Document created 
BZ 
2 
07 June 2014 
1.2 
Price Beam 
Reflects new indicator 
EL 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 2/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
Table of contents 
1 Abstract 4 
2 Analysis 5 
2.1 Introduction...................................................................................... 5 
2.2 Background ...................................................................................... 5 
2.3 Raw Data Streams............................................................................. 6 
2.4 Stable Price Aggregates ..................................................................... 7 
2.5 A Solution ........................................................................................ 7 
2.6 Summary ......................................................................................... 7 
3 Technical indicators 9 
3.1 Price Beam....................................................................................... 9 
3.1.1 Setting Chart Background ....................................................................... 9 
3.1.2 Preparing Chart Template ......................................................................11 
3.1.3 Sharing Chart with Colleagues................................................................11 
3.2 Precise Average .............................................................................. 13 
3.3 Precise Bollinger Bands .................................................................... 14 
3.4 Precise Exponential Moving Average (Precise EMA) .............................. 15 
3.5 Precise Forecast Oscillator (Precise FOSC) .......................................... 16 
3.6 Precise Linear Regression ................................................................. 17 
3.7 Precise Moving Average Convergence/Divergence (MACD).................... 18 
3.8 Precise Percentage Price Oscillator (PPO)............................................ 19 
3.9 Precise Price Oscillator ..................................................................... 20 
3.10Precise Rate-of-Change (ROC) .......................................................... 21 
3.11Precise Standard Moving Average (SMA) ............................................ 22 
3.12Precise Standard Deviation ............................................................... 23 
3.13Precise Standard Error ..................................................................... 24 
3.14Precise Triple Exponential Moving Average.......................................... 25 
3.15Precise Triangular Moving Average .................................................... 26 
3.16Precise Triple Exponential Average .................................................... 27 
3.17Precise Time Series Forecast............................................................. 28 
3.18Precise Weighted Moving Average (WMA) ........................................... 29 
References 30 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 3/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
1 Abstract 
We offer a simple and powerful collection of improved technical indicators inherited from classical oscillators widely used throughout modern technical analysis. These oscillators take advantage of full intra-bar information provided by the Bloomberg charting package. They allow for up to four times more precision against their classical counterparts. 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 4/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
2 Analysis 
2.1 Introduction 
A standard bar on a price chart typically has four channels: open, high, low and close. Many technical indicators use only one of these channels for the statistical inference (analysis). In the image below, we illustrate the benefits of using all four channels to improve trading signal precision and illustrate it on a simple example of a Bollinger Bands calculation. In this suite we include all of the indicators in the figure below, as well as reconstruct many other indicators on the same improvement principle. 
The figure illustrates a simulated intra-bar probability channel associated with price components provided on the chart. The blue price gradient depicts the associated probability levels extrapolated from the price sample within each bar. Over this price distribution we plot Bollinger bands calculated by the standard method against the improved bar price resolution method (blue, yellow, red.) One can see that the bands using full price information are more smooth and consistent with the price channel. 
2.2 Background 
Here we present a new method of applying trading indicators to financial charts. By combining classical statistics with uniquely modified chart Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 5/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
indicators, you will be able to understand classical charts from the viewpoint of random processes. 
All of you are familiar with trading charts. As a common tool to traders, we find a myriad of variations from the very basic to the exotic. Regardless of the chart used, the goal is the same. You want to have as much useful information as possible on your chart so you can make good trading decisions. 
While financial charts can be vivid and attractive, they tend to contradict modern statistics. The charts and the indicators used with them can introduce unstable measures increasing the risk of your trades. Here we will explain some of the pitfalls of typical charting from a simple mathematical point of view. We will then introduce a variation on classical trading indicators that help to overcome these shortcomings. 
2.3 Raw Data Streams 
Pure trading data for any market instrument comes from exchanges in the form of bid & ask prices in unison with a last traded price. This is high- frequency data, which you can watch on a real-time trading terminal. Most traders rarely watch, archive, and analyze this data for the simple reason that it is too abundant. Even modern computers have difficulty in analyzing and archiving this granular data. 
Most data vendors, software developers, and traders consider raw data to be noisy, excessive, and exorbitant. The truth of the matter is however, that more raw data makes statistical analysis more reliable. This is particularly true when trying to develop a rule or algorithm for predicting the future. This is why many types of predictive tools fall short of desired performance in market research. In many cases it is not the model, but the amount and type of data that is used. 
One simple example of how data can affect analysis is made clearly evident with an example of typical data from a bar chart. Usually this data is painted on the screen with one time stamp and open, high, low, close (OHLC) data. Any experienced trader will recognize that a single time stamp for these four data points is not accurate. In fact, most traders tolerate it as a limitation of the equipment and tools they are using. If we were to time stamp each price separately, we would instantly have much more useful data that can generate more statistically accurate results. To make matters worse, most technical indicators are designed to use one price, such as the closing price Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 6/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
or some mathematical derivation of multiple prices using simple arithmetic averages. 
2.4 Stable Price Aggregates 
In regular statistics, a moving average is simple and not very useful for aggregate data. However, when you face the danger of misshaped aggregate data, you need to find something stable to rely on. One possible solution is to replace the original data with a more stable average approximation. This is better, even at the cost of some loss in data precision. 
In trading, precision is the key to success, so how can we improve the resolution of standard price data? The best statistical practice suggests using a median as an accurate measure of the middle point. The median is derived from nonparametric statistics and appears more robust on data likely to have anomalies in distribution. 
2.5 A Solution 
One way to improve precision without acquiring additional data is to use all available data from the provider and to smooth the data. So in the case above, we take all four data points lumped under one time stamp and sum up averages over several bars. Not only will you have four times the amount of data, but the relative role of high and low prices in the average will steadily diminish. The reason is that with many values, the high and low prices fall within the range of a cumulative sample of several bars taken together. 
2.6 Summary 
We have considered a number of issues that compromise the accuracy of price data and statistical analysis that most traders use. To alleviate some of these issues, we have discussed how standard open, high, low, close price data can be interpreted as a price probability channel. Using this method, it is possible to improve the precision of standard statistical trading indicators by modifying how they calculate the available data under one time stamp. The Precision Oscillator Suite is a composite of seventeen classical statistical indicators that have been re-engineered to reflect the price probability channel. In addition to increased precision, you will find that these indicators smooth price data much more efficiently. These indicators are designed for the Bloomberg trading platform. You may insert and manipulate them into Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 7/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
any given chart in the same fashion that you would insert any built-in Bloomberg indicator. Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 8/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
3 Technical indicators 
In the following sections we shortly describe each modified indicator as compared to its classical counterpart. These new variations are found in the Bloomberg package. Each indicator begins with the word, “Precise” and is labeled as a Quant Trade indicator. 
3.1 Price Beam 
Precise Price Beam is the fundamental basic indicator that constitutes the core foundation of all other indicators in this suite. It visually shows the stochastic distribution of the underlying price points in the form of a visual heat map. Lightly colored regions reveal a higher concentration of the price probability function, while darker regions correspond to less likely price distribution ranges. 
Price points are more concentrated in the brighter high probability channels and gradually fade out to less probable dark outer regions where a trade is highly unlikely to occur. Due to this feature, the Precision Price Beam indicator should always appear on a uniform black background. Black designates a uniform outer field of zero probability, on which the channel of positive probabilities is depicted. 
3.1.1 Setting Chart Background 
A user must take specific steps to ensure the proper chart background: 
First, select menu “Edit” (97) and pick the option “Chart Colors/Styles” 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 9/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
The chart “Property Manager” will appear 
Take the following steps: 
1. Select the “Color/Style” tab. 
2. Select “Solid” option on “Chart Background.” 
3. Select “Black” as the background color. 
4. Select a color for the bars on the chart. We recommend “Green” for the up bar color and “Red” for the down bar color. 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 10/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
5. Hit “Update” to confirm. 
Upon completion of these steps, the Precision Price Beam indicator will now appear on the proper background. 
3.1.2 Preparing Chart Template 
To avoid repeating the above steps for every chart, you may want to create a predefined template with these settings and then reuse it with charts for other symbols. 
1. Go again to the “Edit” (97) menu. 
2. Pick the option “Create Theme From Chart.” 
3. Select a name for new theme. For instance, “Price Beam.” 
4. Confirm by “Save Theme.” 
You can now select this theme for another chart and also set it as a default. 
3.1.3 Sharing Chart with Colleagues 
You may want to share the template with your colleagues. To do so, go to chart “Actions” menu (96) and select “Share” item. 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 11/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
Now the chart sharing dialog will appear. Fill out the fields and hit the “Send” button when you are ready. The chart will now be shared. 
You may pick “Firm” in the “Share with” field to share company wide. 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 12/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
3.2 Precise Average 
Precise Average is the average of current bar using all price channels. 
Settings: 
Classical analog: Typical price 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 13/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
3.3 Precise Bollinger Bands 
Precise Bollinger Bands uses “Precise Standard Deviation” and “Precise Average” for more precision of the standard Bollinger Band calculation. 
Settings: 
Classical analog: Bollinger Bands 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 14/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
3.4 Precise Exponential Moving Average (Precise EMA) 
Precise Exponential Moving Average has improved precision due to use of all four price channels on the chart as one sequence for averaging. 
Settings: 
Classical analog: Exponential Moving Average 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 15/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
3.5 Precise Forecast Oscillator (Precise FOSC) 
Precise Forecast Oscillator compares the actual price to the time series forecast and calculates a percentage between negative 100% and positive 100%. This version uses “Precise Linear Regression” as the forecast base. 
Settings: 
Classical analog: Forecast Oscillator (FOSC) 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 16/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
3.6 Precise Linear Regression 
Precise Linear Regression is the extension of the linear regression based indicators calculated across all price channels to improve precision of the regression. 
Settings: 
Classical analog: Linear Regression 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 17/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
3.7 Precise Moving Average Convergence/Divergence (MACD) 
Precise Moving Average Convergence/Divergence (MACD) is the trend following momentum based on two “Precise Average” indicators. 
Settings: 
Classical analog: Moving Average Convergence/Divergence (MACD) 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 18/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
3.8 Precise Percentage Price Oscillator (PPO) 
Precise Percentage Price Oscillator (PPO) is based on two “Precise Average” indicators expressed as a percentage. 
Settings: 
Classical analog: Percentage Price Oscillator (PPO) 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 19/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
3.9 Precise Price Oscillator 
Precise Price Oscillator shows the variation between two “Precise - Averages” for the price of a security. 
Settings: 
Classical analog: Price Oscillator 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 20/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
3.10 Precise Rate-of-Change (ROC) 
Precise Rate-of-Change (ROC) is the difference between “Precise Average” indicators on the current bar and a previous bar a number of periods ago. 
Settings: 
Classical analog: Rate-of-Change (ROC) 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 21/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
3.11 Precise Standard Moving Average (SMA) 
Precise Standard Moving Average (SMA) is the Standard Moving Average calculated on all bar channels. 
Settings: 
Classical analog: Standard Moving Average (SMA) 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 22/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
3.12 Precise Standard Deviation 
Precise Standard Deviation is the Standard Deviation calculated on all price channels. 
Settings: 
Classical analog: Standard Deviation 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 23/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
3.13 Precise Standard Error 
Precise Standard Error is Standard Error shows how far prices oscillate around a linear regression line. Linear regression is calculated on all price channels. 
Settings: 
Classical analog: Standard Error 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 24/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
3.14 Precise Triple Exponential Moving Average 
Precise Triple Exponential Moving Average is the combination of a single, double and triple “Precise Exponential Moving Average” indicator. 
Settings: 
Classical analog: Triple Exponential Moving Average 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 25/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
3.15 Precise Triangular Moving Average 
Precise Triangular Moving Average (TMA) is a double smoothed (i.e. averaged twice) weighted moving average using all price channels. 
Settings: 
Classical analog: Triangular Moving Average (TMA) 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 26/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
3.16 Precise Triple Exponential Average 
Precise Triple Exponential Average (TRIX) displays the percentage Rate of Change (ROC) of a triple EMA over all price channels. 
Settings: 
Classical analog: Triple Exponential Average (TRIX) 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 27/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
3.17 Precise Time Series Forecast 
Precise Time Series Forecast (TSF) calculates probable future values for the price by fitting a linear regression line over a given number of price bars and following that line forward into the future. It is calculated across all price channels. 
Settings: 
Classical analog: Time Series Forecast (TSF) 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 28/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
3.18 Precise Weighted Moving Average (WMA) 
Precise Weighted Moving Average (WMA) is average value of a security's price over a period of time with special emphasis on the more recent portions of the time period. It is calculated across all price channels. 
Settings: 
Classical analog: Weighted Moving Average (WMA) 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 29/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
References 
[1] Boris G. Zinchenko, Unraveling the Mystery of Stock Prices, Stocks & Commodities, March 2010 
[2] Mosteller, Frederick and Rourke, Robert E.K. Sturdy Statistics: Nonparametrics and Order Statistics Reading, MA: Addison-Wesley, 1973. 
[3] L. D. Landau, L. M. Lifshitz, Quantum Mechanics: Non-Relativistic Theory, Volume 3, Third Edition, Elsevier, 2003 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 30/31
Trading Algorithms 
Fractal indicators, predictors and trading strategies 
Version 1.1 
Legal notice 
The product names used in this document are for identification purposes only. All trademarks and registered trademarks are the property of their respective owners. The following trademarks may or may not be marked in this document: 
Quant Trader is a trademark or registered trademark of Quant Trade Technologies, Inc. in United States and/or other countries. 
Other company, product, and service names may be trademarks, registered trademarks, or service marks of other owners. 
Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 31/31

More Related Content

Viewers also liked

my personal information
my personal informationmy personal information
my personal informationerika Culebro
 
ForeStock Trading Advisor
ForeStock Trading AdvisorForeStock Trading Advisor
ForeStock Trading Advisorbzinchenko
 
StockFusion Data
StockFusion DataStockFusion Data
StockFusion Databzinchenko
 
Font ideas - Horror Trailer
Font ideas - Horror TrailerFont ideas - Horror Trailer
Font ideas - Horror TrailerRyan Davies
 
E Zsigma 2012 Fall Brochure
E Zsigma 2012 Fall BrochureE Zsigma 2012 Fall Brochure
E Zsigma 2012 Fall BrochureKevin Egan
 
BPM-Xchange™ – Solution Overview
BPM-Xchange™ – Solution OverviewBPM-Xchange™ – Solution Overview
BPM-Xchange™ – Solution Overviewbzinchenko
 

Viewers also liked (6)

my personal information
my personal informationmy personal information
my personal information
 
ForeStock Trading Advisor
ForeStock Trading AdvisorForeStock Trading Advisor
ForeStock Trading Advisor
 
StockFusion Data
StockFusion DataStockFusion Data
StockFusion Data
 
Font ideas - Horror Trailer
Font ideas - Horror TrailerFont ideas - Horror Trailer
Font ideas - Horror Trailer
 
E Zsigma 2012 Fall Brochure
E Zsigma 2012 Fall BrochureE Zsigma 2012 Fall Brochure
E Zsigma 2012 Fall Brochure
 
BPM-Xchange™ – Solution Overview
BPM-Xchange™ – Solution OverviewBPM-Xchange™ – Solution Overview
BPM-Xchange™ – Solution Overview
 

Similar to Precision Oscillator Suite for Bloomberg Professional

Samurai Suite for NinjaTrader
Samurai Suite for NinjaTraderSamurai Suite for NinjaTrader
Samurai Suite for NinjaTraderbzinchenko
 
Stock price prediction using stock eod of day price
Stock price prediction using stock eod of day priceStock price prediction using stock eod of day price
Stock price prediction using stock eod of day priceEkaantik Software Solutions
 
Introduction to pair trading station
Introduction to pair trading stationIntroduction to pair trading station
Introduction to pair trading stationLeadingTrader21
 
Benchmark the Actual Bond Prices
Benchmark the Actual Bond PricesBenchmark the Actual Bond Prices
Benchmark the Actual Bond PricesRan Zhang
 
OPENING RANGE BREAKOUT STOCK TRADING ALGORITHMIC MODEL
OPENING RANGE BREAKOUT STOCK TRADING ALGORITHMIC MODELOPENING RANGE BREAKOUT STOCK TRADING ALGORITHMIC MODEL
OPENING RANGE BREAKOUT STOCK TRADING ALGORITHMIC MODELIJCI JOURNAL
 
Quick guideline for harmonic pattern plus for starter
Quick guideline for harmonic pattern plus for starterQuick guideline for harmonic pattern plus for starter
Quick guideline for harmonic pattern plus for starterLeadingTrader21
 
Product Development of a Graphing Calculator
Product Development of a Graphing CalculatorProduct Development of a Graphing Calculator
Product Development of a Graphing CalculatorVladimir Osmolovych
 
Next generation technical indicator
Next generation technical indicatorNext generation technical indicator
Next generation technical indicatorLeadingTrader21
 
Quick guideline for harmonic pattern plus for starter
Quick guideline for harmonic pattern plus for starterQuick guideline for harmonic pattern plus for starter
Quick guideline for harmonic pattern plus for starterLeadingTrader21
 
Forex Data Analysis using Weka
Forex Data Analysis using WekaForex Data Analysis using Weka
Forex Data Analysis using Wekaijfls
 
FOREX DATA ANALYSIS USING WEKA
FOREX DATA ANALYSIS USING WEKAFOREX DATA ANALYSIS USING WEKA
FOREX DATA ANALYSIS USING WEKAijfls
 
Pratik_Nawani_Executive Summary_J025_71112110004
Pratik_Nawani_Executive Summary_J025_71112110004Pratik_Nawani_Executive Summary_J025_71112110004
Pratik_Nawani_Executive Summary_J025_71112110004Pratik Nawani
 
Abdul+Rahim+wong+1st+year+phd+thesis.docx.pdf
Abdul+Rahim+wong+1st+year+phd+thesis.docx.pdfAbdul+Rahim+wong+1st+year+phd+thesis.docx.pdf
Abdul+Rahim+wong+1st+year+phd+thesis.docx.pdfdrwong3
 
Abdul+Rahim+wong+1st+year+phd+thesis.docx.pdf
Abdul+Rahim+wong+1st+year+phd+thesis.docx.pdfAbdul+Rahim+wong+1st+year+phd+thesis.docx.pdf
Abdul+Rahim+wong+1st+year+phd+thesis.docx.pdfdrwong3
 
Abdul Rahim wong 1st year phd thesis.docx
Abdul Rahim wong 1st year phd thesis.docxAbdul Rahim wong 1st year phd thesis.docx
Abdul Rahim wong 1st year phd thesis.docxdrwong3
 
Use of vectors in financial graphs
Use of vectors in financial graphsUse of vectors in financial graphs
Use of vectors in financial graphsdrwong3
 

Similar to Precision Oscillator Suite for Bloomberg Professional (20)

Samurai Suite for NinjaTrader
Samurai Suite for NinjaTraderSamurai Suite for NinjaTrader
Samurai Suite for NinjaTrader
 
Stock price prediction using stock eod of day price
Stock price prediction using stock eod of day priceStock price prediction using stock eod of day price
Stock price prediction using stock eod of day price
 
Introduction to pair trading station
Introduction to pair trading stationIntroduction to pair trading station
Introduction to pair trading station
 
Benchmark the Actual Bond Prices
Benchmark the Actual Bond PricesBenchmark the Actual Bond Prices
Benchmark the Actual Bond Prices
 
Neural trading term paper
Neural trading term paperNeural trading term paper
Neural trading term paper
 
The intentional Trader
The intentional TraderThe intentional Trader
The intentional Trader
 
OPENING RANGE BREAKOUT STOCK TRADING ALGORITHMIC MODEL
OPENING RANGE BREAKOUT STOCK TRADING ALGORITHMIC MODELOPENING RANGE BREAKOUT STOCK TRADING ALGORITHMIC MODEL
OPENING RANGE BREAKOUT STOCK TRADING ALGORITHMIC MODEL
 
Quick guideline for harmonic pattern plus for starter
Quick guideline for harmonic pattern plus for starterQuick guideline for harmonic pattern plus for starter
Quick guideline for harmonic pattern plus for starter
 
Product Development of a Graphing Calculator
Product Development of a Graphing CalculatorProduct Development of a Graphing Calculator
Product Development of a Graphing Calculator
 
Next generation technical indicator
Next generation technical indicatorNext generation technical indicator
Next generation technical indicator
 
Quick guideline for harmonic pattern plus for starter
Quick guideline for harmonic pattern plus for starterQuick guideline for harmonic pattern plus for starter
Quick guideline for harmonic pattern plus for starter
 
Forex Data Analysis using Weka
Forex Data Analysis using WekaForex Data Analysis using Weka
Forex Data Analysis using Weka
 
FOREX DATA ANALYSIS USING WEKA
FOREX DATA ANALYSIS USING WEKAFOREX DATA ANALYSIS USING WEKA
FOREX DATA ANALYSIS USING WEKA
 
Pratik_Nawani_Executive Summary_J025_71112110004
Pratik_Nawani_Executive Summary_J025_71112110004Pratik_Nawani_Executive Summary_J025_71112110004
Pratik_Nawani_Executive Summary_J025_71112110004
 
FYP
FYPFYP
FYP
 
Do you know your system?
Do you know your system?Do you know your system?
Do you know your system?
 
Abdul+Rahim+wong+1st+year+phd+thesis.docx.pdf
Abdul+Rahim+wong+1st+year+phd+thesis.docx.pdfAbdul+Rahim+wong+1st+year+phd+thesis.docx.pdf
Abdul+Rahim+wong+1st+year+phd+thesis.docx.pdf
 
Abdul+Rahim+wong+1st+year+phd+thesis.docx.pdf
Abdul+Rahim+wong+1st+year+phd+thesis.docx.pdfAbdul+Rahim+wong+1st+year+phd+thesis.docx.pdf
Abdul+Rahim+wong+1st+year+phd+thesis.docx.pdf
 
Abdul Rahim wong 1st year phd thesis.docx
Abdul Rahim wong 1st year phd thesis.docxAbdul Rahim wong 1st year phd thesis.docx
Abdul Rahim wong 1st year phd thesis.docx
 
Use of vectors in financial graphs
Use of vectors in financial graphsUse of vectors in financial graphs
Use of vectors in financial graphs
 

More from bzinchenko

Chaos Complete Webinar
Chaos Complete WebinarChaos Complete Webinar
Chaos Complete Webinarbzinchenko
 
StockFusion Login
StockFusion LoginStockFusion Login
StockFusion Loginbzinchenko
 
StockFusion Expert
StockFusion ExpertStockFusion Expert
StockFusion Expertbzinchenko
 
StockFusion Dealing
StockFusion DealingStockFusion Dealing
StockFusion Dealingbzinchenko
 
StockFusion Chart
StockFusion ChartStockFusion Chart
StockFusion Chartbzinchenko
 
Stock Fusion Basics
Stock Fusion BasicsStock Fusion Basics
Stock Fusion Basicsbzinchenko
 
Stock Fusion Algorithms
Stock Fusion AlgorithmsStock Fusion Algorithms
Stock Fusion Algorithmsbzinchenko
 
The Simple Truth Behind Managed Futures
The Simple Truth Behind Managed FuturesThe Simple Truth Behind Managed Futures
The Simple Truth Behind Managed Futuresbzinchenko
 
Managed Futures
Managed FuturesManaged Futures
Managed Futuresbzinchenko
 
Managed Futures - Chaos Cruncher
Managed Futures - Chaos CruncherManaged Futures - Chaos Cruncher
Managed Futures - Chaos Cruncherbzinchenko
 
Quant Trader Dealing
Quant Trader DealingQuant Trader Dealing
Quant Trader Dealingbzinchenko
 
Quant Trader Expert
Quant Trader ExpertQuant Trader Expert
Quant Trader Expertbzinchenko
 
Quant Trader Algorithms
Quant Trader AlgorithmsQuant Trader Algorithms
Quant Trader Algorithmsbzinchenko
 
Quant Trader Chart
Quant Trader ChartQuant Trader Chart
Quant Trader Chartbzinchenko
 
Quant Trader Data
Quant Trader DataQuant Trader Data
Quant Trader Databzinchenko
 
Quant Trader Login
Quant Trader LoginQuant Trader Login
Quant Trader Loginbzinchenko
 
Quant Trader Basics
Quant Trader BasicsQuant Trader Basics
Quant Trader Basicsbzinchenko
 
Fractal Suite Trading Indicators for Bloomberg Professional
Fractal Suite Trading Indicators for Bloomberg ProfessionalFractal Suite Trading Indicators for Bloomberg Professional
Fractal Suite Trading Indicators for Bloomberg Professionalbzinchenko
 
Backtesting Engine for Trading Strategies
Backtesting Engine for Trading StrategiesBacktesting Engine for Trading Strategies
Backtesting Engine for Trading Strategiesbzinchenko
 
Fractal Forecasting of Financial Markets with Fraclet Algorithm
Fractal Forecasting of Financial Markets with Fraclet AlgorithmFractal Forecasting of Financial Markets with Fraclet Algorithm
Fractal Forecasting of Financial Markets with Fraclet Algorithmbzinchenko
 

More from bzinchenko (20)

Chaos Complete Webinar
Chaos Complete WebinarChaos Complete Webinar
Chaos Complete Webinar
 
StockFusion Login
StockFusion LoginStockFusion Login
StockFusion Login
 
StockFusion Expert
StockFusion ExpertStockFusion Expert
StockFusion Expert
 
StockFusion Dealing
StockFusion DealingStockFusion Dealing
StockFusion Dealing
 
StockFusion Chart
StockFusion ChartStockFusion Chart
StockFusion Chart
 
Stock Fusion Basics
Stock Fusion BasicsStock Fusion Basics
Stock Fusion Basics
 
Stock Fusion Algorithms
Stock Fusion AlgorithmsStock Fusion Algorithms
Stock Fusion Algorithms
 
The Simple Truth Behind Managed Futures
The Simple Truth Behind Managed FuturesThe Simple Truth Behind Managed Futures
The Simple Truth Behind Managed Futures
 
Managed Futures
Managed FuturesManaged Futures
Managed Futures
 
Managed Futures - Chaos Cruncher
Managed Futures - Chaos CruncherManaged Futures - Chaos Cruncher
Managed Futures - Chaos Cruncher
 
Quant Trader Dealing
Quant Trader DealingQuant Trader Dealing
Quant Trader Dealing
 
Quant Trader Expert
Quant Trader ExpertQuant Trader Expert
Quant Trader Expert
 
Quant Trader Algorithms
Quant Trader AlgorithmsQuant Trader Algorithms
Quant Trader Algorithms
 
Quant Trader Chart
Quant Trader ChartQuant Trader Chart
Quant Trader Chart
 
Quant Trader Data
Quant Trader DataQuant Trader Data
Quant Trader Data
 
Quant Trader Login
Quant Trader LoginQuant Trader Login
Quant Trader Login
 
Quant Trader Basics
Quant Trader BasicsQuant Trader Basics
Quant Trader Basics
 
Fractal Suite Trading Indicators for Bloomberg Professional
Fractal Suite Trading Indicators for Bloomberg ProfessionalFractal Suite Trading Indicators for Bloomberg Professional
Fractal Suite Trading Indicators for Bloomberg Professional
 
Backtesting Engine for Trading Strategies
Backtesting Engine for Trading StrategiesBacktesting Engine for Trading Strategies
Backtesting Engine for Trading Strategies
 
Fractal Forecasting of Financial Markets with Fraclet Algorithm
Fractal Forecasting of Financial Markets with Fraclet AlgorithmFractal Forecasting of Financial Markets with Fraclet Algorithm
Fractal Forecasting of Financial Markets with Fraclet Algorithm
 

Recently uploaded

House of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview documentHouse of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview documentHenry Tapper
 
Q3 2024 Earnings Conference Call and Webcast Slides
Q3 2024 Earnings Conference Call and Webcast SlidesQ3 2024 Earnings Conference Call and Webcast Slides
Q3 2024 Earnings Conference Call and Webcast SlidesMarketing847413
 
SBP-Market-Operations and market managment
SBP-Market-Operations and market managmentSBP-Market-Operations and market managment
SBP-Market-Operations and market managmentfactical
 
Attachment Of Assets......................
Attachment Of Assets......................Attachment Of Assets......................
Attachment Of Assets......................AmanBajaj36
 
VIP Kolkata Call Girl Jodhpur Park 👉 8250192130 Available With Room
VIP Kolkata Call Girl Jodhpur Park 👉 8250192130  Available With RoomVIP Kolkata Call Girl Jodhpur Park 👉 8250192130  Available With Room
VIP Kolkata Call Girl Jodhpur Park 👉 8250192130 Available With Roomdivyansh0kumar0
 
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办fqiuho152
 
Tenets of Physiocracy History of Economic
Tenets of Physiocracy History of EconomicTenets of Physiocracy History of Economic
Tenets of Physiocracy History of Economiccinemoviesu
 
chapter_2.ppt The labour market definitions and trends
chapter_2.ppt The labour market definitions and trendschapter_2.ppt The labour market definitions and trends
chapter_2.ppt The labour market definitions and trendslemlemtesfaye192
 
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...makika9823
 
Call Girls In Yusuf Sarai Women Seeking Men 9654467111
Call Girls In Yusuf Sarai Women Seeking Men 9654467111Call Girls In Yusuf Sarai Women Seeking Men 9654467111
Call Girls In Yusuf Sarai Women Seeking Men 9654467111Sapana Sha
 
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdfmagnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdfHenry Tapper
 
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdfBPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdfHenry Tapper
 
call girls in Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in  Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in  Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Interimreport1 January–31 March2024 Elo Mutual Pension Insurance Company
Interimreport1 January–31 March2024 Elo Mutual Pension Insurance CompanyInterimreport1 January–31 March2024 Elo Mutual Pension Insurance Company
Interimreport1 January–31 March2024 Elo Mutual Pension Insurance CompanyTyöeläkeyhtiö Elo
 
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170Call Girls Near Delhi Pride Hotel, New Delhi|9873777170
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170Sonam Pathan
 
NO1 WorldWide Love marriage specialist baba ji Amil Baba Kala ilam powerful v...
NO1 WorldWide Love marriage specialist baba ji Amil Baba Kala ilam powerful v...NO1 WorldWide Love marriage specialist baba ji Amil Baba Kala ilam powerful v...
NO1 WorldWide Love marriage specialist baba ji Amil Baba Kala ilam powerful v...Amil baba
 
Chapter 2.ppt of macroeconomics by mankiw 9th edition
Chapter 2.ppt of macroeconomics by mankiw 9th editionChapter 2.ppt of macroeconomics by mankiw 9th edition
Chapter 2.ppt of macroeconomics by mankiw 9th editionMuhammadHusnain82237
 
How Automation is Driving Efficiency Through the Last Mile of Reporting
How Automation is Driving Efficiency Through the Last Mile of ReportingHow Automation is Driving Efficiency Through the Last Mile of Reporting
How Automation is Driving Efficiency Through the Last Mile of ReportingAggregage
 
Classical Theory of Macroeconomics by Adam Smith
Classical Theory of Macroeconomics by Adam SmithClassical Theory of Macroeconomics by Adam Smith
Classical Theory of Macroeconomics by Adam SmithAdamYassin2
 
Lundin Gold April 2024 Corporate Presentation v4.pdf
Lundin Gold April 2024 Corporate Presentation v4.pdfLundin Gold April 2024 Corporate Presentation v4.pdf
Lundin Gold April 2024 Corporate Presentation v4.pdfAdnet Communications
 

Recently uploaded (20)

House of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview documentHouse of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview document
 
Q3 2024 Earnings Conference Call and Webcast Slides
Q3 2024 Earnings Conference Call and Webcast SlidesQ3 2024 Earnings Conference Call and Webcast Slides
Q3 2024 Earnings Conference Call and Webcast Slides
 
SBP-Market-Operations and market managment
SBP-Market-Operations and market managmentSBP-Market-Operations and market managment
SBP-Market-Operations and market managment
 
Attachment Of Assets......................
Attachment Of Assets......................Attachment Of Assets......................
Attachment Of Assets......................
 
VIP Kolkata Call Girl Jodhpur Park 👉 8250192130 Available With Room
VIP Kolkata Call Girl Jodhpur Park 👉 8250192130  Available With RoomVIP Kolkata Call Girl Jodhpur Park 👉 8250192130  Available With Room
VIP Kolkata Call Girl Jodhpur Park 👉 8250192130 Available With Room
 
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办
 
Tenets of Physiocracy History of Economic
Tenets of Physiocracy History of EconomicTenets of Physiocracy History of Economic
Tenets of Physiocracy History of Economic
 
chapter_2.ppt The labour market definitions and trends
chapter_2.ppt The labour market definitions and trendschapter_2.ppt The labour market definitions and trends
chapter_2.ppt The labour market definitions and trends
 
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...
 
Call Girls In Yusuf Sarai Women Seeking Men 9654467111
Call Girls In Yusuf Sarai Women Seeking Men 9654467111Call Girls In Yusuf Sarai Women Seeking Men 9654467111
Call Girls In Yusuf Sarai Women Seeking Men 9654467111
 
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdfmagnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
 
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdfBPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
 
call girls in Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in  Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in  Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Interimreport1 January–31 March2024 Elo Mutual Pension Insurance Company
Interimreport1 January–31 March2024 Elo Mutual Pension Insurance CompanyInterimreport1 January–31 March2024 Elo Mutual Pension Insurance Company
Interimreport1 January–31 March2024 Elo Mutual Pension Insurance Company
 
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170Call Girls Near Delhi Pride Hotel, New Delhi|9873777170
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170
 
NO1 WorldWide Love marriage specialist baba ji Amil Baba Kala ilam powerful v...
NO1 WorldWide Love marriage specialist baba ji Amil Baba Kala ilam powerful v...NO1 WorldWide Love marriage specialist baba ji Amil Baba Kala ilam powerful v...
NO1 WorldWide Love marriage specialist baba ji Amil Baba Kala ilam powerful v...
 
Chapter 2.ppt of macroeconomics by mankiw 9th edition
Chapter 2.ppt of macroeconomics by mankiw 9th editionChapter 2.ppt of macroeconomics by mankiw 9th edition
Chapter 2.ppt of macroeconomics by mankiw 9th edition
 
How Automation is Driving Efficiency Through the Last Mile of Reporting
How Automation is Driving Efficiency Through the Last Mile of ReportingHow Automation is Driving Efficiency Through the Last Mile of Reporting
How Automation is Driving Efficiency Through the Last Mile of Reporting
 
Classical Theory of Macroeconomics by Adam Smith
Classical Theory of Macroeconomics by Adam SmithClassical Theory of Macroeconomics by Adam Smith
Classical Theory of Macroeconomics by Adam Smith
 
Lundin Gold April 2024 Corporate Presentation v4.pdf
Lundin Gold April 2024 Corporate Presentation v4.pdfLundin Gold April 2024 Corporate Presentation v4.pdf
Lundin Gold April 2024 Corporate Presentation v4.pdf
 

Precision Oscillator Suite for Bloomberg Professional

  • 1. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 Quant Trade® Precision Oscillator Suite Indicators for Bloomberg Professional Quant Trade Technologies, Inc. 2 N Riverside Plaza Suite 2325, Chicago, Illinois 60606 http://www.quant-trade.com/ Document ID: Precision Oscillator Suite.doc General information: Version: 1.2 State of document: Status: released Last modified: 07 June 2014 Created: 21 May 2014 Project: Precision Suite Author: Boris Zinchenko Project lead: Boris Zinchenko Recipients: Accompanying documents: Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 1/31
  • 2. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 Proof of change Change Modified section(s) Log message ID # Date Version 1 29 May 2014 1.0 All Document created BZ 2 07 June 2014 1.2 Price Beam Reflects new indicator EL Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 2/31
  • 3. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 Table of contents 1 Abstract 4 2 Analysis 5 2.1 Introduction...................................................................................... 5 2.2 Background ...................................................................................... 5 2.3 Raw Data Streams............................................................................. 6 2.4 Stable Price Aggregates ..................................................................... 7 2.5 A Solution ........................................................................................ 7 2.6 Summary ......................................................................................... 7 3 Technical indicators 9 3.1 Price Beam....................................................................................... 9 3.1.1 Setting Chart Background ....................................................................... 9 3.1.2 Preparing Chart Template ......................................................................11 3.1.3 Sharing Chart with Colleagues................................................................11 3.2 Precise Average .............................................................................. 13 3.3 Precise Bollinger Bands .................................................................... 14 3.4 Precise Exponential Moving Average (Precise EMA) .............................. 15 3.5 Precise Forecast Oscillator (Precise FOSC) .......................................... 16 3.6 Precise Linear Regression ................................................................. 17 3.7 Precise Moving Average Convergence/Divergence (MACD).................... 18 3.8 Precise Percentage Price Oscillator (PPO)............................................ 19 3.9 Precise Price Oscillator ..................................................................... 20 3.10Precise Rate-of-Change (ROC) .......................................................... 21 3.11Precise Standard Moving Average (SMA) ............................................ 22 3.12Precise Standard Deviation ............................................................... 23 3.13Precise Standard Error ..................................................................... 24 3.14Precise Triple Exponential Moving Average.......................................... 25 3.15Precise Triangular Moving Average .................................................... 26 3.16Precise Triple Exponential Average .................................................... 27 3.17Precise Time Series Forecast............................................................. 28 3.18Precise Weighted Moving Average (WMA) ........................................... 29 References 30 Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 3/31
  • 4. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 1 Abstract We offer a simple and powerful collection of improved technical indicators inherited from classical oscillators widely used throughout modern technical analysis. These oscillators take advantage of full intra-bar information provided by the Bloomberg charting package. They allow for up to four times more precision against their classical counterparts. Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 4/31
  • 5. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 2 Analysis 2.1 Introduction A standard bar on a price chart typically has four channels: open, high, low and close. Many technical indicators use only one of these channels for the statistical inference (analysis). In the image below, we illustrate the benefits of using all four channels to improve trading signal precision and illustrate it on a simple example of a Bollinger Bands calculation. In this suite we include all of the indicators in the figure below, as well as reconstruct many other indicators on the same improvement principle. The figure illustrates a simulated intra-bar probability channel associated with price components provided on the chart. The blue price gradient depicts the associated probability levels extrapolated from the price sample within each bar. Over this price distribution we plot Bollinger bands calculated by the standard method against the improved bar price resolution method (blue, yellow, red.) One can see that the bands using full price information are more smooth and consistent with the price channel. 2.2 Background Here we present a new method of applying trading indicators to financial charts. By combining classical statistics with uniquely modified chart Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 5/31
  • 6. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 indicators, you will be able to understand classical charts from the viewpoint of random processes. All of you are familiar with trading charts. As a common tool to traders, we find a myriad of variations from the very basic to the exotic. Regardless of the chart used, the goal is the same. You want to have as much useful information as possible on your chart so you can make good trading decisions. While financial charts can be vivid and attractive, they tend to contradict modern statistics. The charts and the indicators used with them can introduce unstable measures increasing the risk of your trades. Here we will explain some of the pitfalls of typical charting from a simple mathematical point of view. We will then introduce a variation on classical trading indicators that help to overcome these shortcomings. 2.3 Raw Data Streams Pure trading data for any market instrument comes from exchanges in the form of bid & ask prices in unison with a last traded price. This is high- frequency data, which you can watch on a real-time trading terminal. Most traders rarely watch, archive, and analyze this data for the simple reason that it is too abundant. Even modern computers have difficulty in analyzing and archiving this granular data. Most data vendors, software developers, and traders consider raw data to be noisy, excessive, and exorbitant. The truth of the matter is however, that more raw data makes statistical analysis more reliable. This is particularly true when trying to develop a rule or algorithm for predicting the future. This is why many types of predictive tools fall short of desired performance in market research. In many cases it is not the model, but the amount and type of data that is used. One simple example of how data can affect analysis is made clearly evident with an example of typical data from a bar chart. Usually this data is painted on the screen with one time stamp and open, high, low, close (OHLC) data. Any experienced trader will recognize that a single time stamp for these four data points is not accurate. In fact, most traders tolerate it as a limitation of the equipment and tools they are using. If we were to time stamp each price separately, we would instantly have much more useful data that can generate more statistically accurate results. To make matters worse, most technical indicators are designed to use one price, such as the closing price Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 6/31
  • 7. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 or some mathematical derivation of multiple prices using simple arithmetic averages. 2.4 Stable Price Aggregates In regular statistics, a moving average is simple and not very useful for aggregate data. However, when you face the danger of misshaped aggregate data, you need to find something stable to rely on. One possible solution is to replace the original data with a more stable average approximation. This is better, even at the cost of some loss in data precision. In trading, precision is the key to success, so how can we improve the resolution of standard price data? The best statistical practice suggests using a median as an accurate measure of the middle point. The median is derived from nonparametric statistics and appears more robust on data likely to have anomalies in distribution. 2.5 A Solution One way to improve precision without acquiring additional data is to use all available data from the provider and to smooth the data. So in the case above, we take all four data points lumped under one time stamp and sum up averages over several bars. Not only will you have four times the amount of data, but the relative role of high and low prices in the average will steadily diminish. The reason is that with many values, the high and low prices fall within the range of a cumulative sample of several bars taken together. 2.6 Summary We have considered a number of issues that compromise the accuracy of price data and statistical analysis that most traders use. To alleviate some of these issues, we have discussed how standard open, high, low, close price data can be interpreted as a price probability channel. Using this method, it is possible to improve the precision of standard statistical trading indicators by modifying how they calculate the available data under one time stamp. The Precision Oscillator Suite is a composite of seventeen classical statistical indicators that have been re-engineered to reflect the price probability channel. In addition to increased precision, you will find that these indicators smooth price data much more efficiently. These indicators are designed for the Bloomberg trading platform. You may insert and manipulate them into Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 7/31
  • 8. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 any given chart in the same fashion that you would insert any built-in Bloomberg indicator. Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 8/31
  • 9. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 3 Technical indicators In the following sections we shortly describe each modified indicator as compared to its classical counterpart. These new variations are found in the Bloomberg package. Each indicator begins with the word, “Precise” and is labeled as a Quant Trade indicator. 3.1 Price Beam Precise Price Beam is the fundamental basic indicator that constitutes the core foundation of all other indicators in this suite. It visually shows the stochastic distribution of the underlying price points in the form of a visual heat map. Lightly colored regions reveal a higher concentration of the price probability function, while darker regions correspond to less likely price distribution ranges. Price points are more concentrated in the brighter high probability channels and gradually fade out to less probable dark outer regions where a trade is highly unlikely to occur. Due to this feature, the Precision Price Beam indicator should always appear on a uniform black background. Black designates a uniform outer field of zero probability, on which the channel of positive probabilities is depicted. 3.1.1 Setting Chart Background A user must take specific steps to ensure the proper chart background: First, select menu “Edit” (97) and pick the option “Chart Colors/Styles” Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 9/31
  • 10. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 The chart “Property Manager” will appear Take the following steps: 1. Select the “Color/Style” tab. 2. Select “Solid” option on “Chart Background.” 3. Select “Black” as the background color. 4. Select a color for the bars on the chart. We recommend “Green” for the up bar color and “Red” for the down bar color. Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 10/31
  • 11. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 5. Hit “Update” to confirm. Upon completion of these steps, the Precision Price Beam indicator will now appear on the proper background. 3.1.2 Preparing Chart Template To avoid repeating the above steps for every chart, you may want to create a predefined template with these settings and then reuse it with charts for other symbols. 1. Go again to the “Edit” (97) menu. 2. Pick the option “Create Theme From Chart.” 3. Select a name for new theme. For instance, “Price Beam.” 4. Confirm by “Save Theme.” You can now select this theme for another chart and also set it as a default. 3.1.3 Sharing Chart with Colleagues You may want to share the template with your colleagues. To do so, go to chart “Actions” menu (96) and select “Share” item. Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 11/31
  • 12. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 Now the chart sharing dialog will appear. Fill out the fields and hit the “Send” button when you are ready. The chart will now be shared. You may pick “Firm” in the “Share with” field to share company wide. Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 12/31
  • 13. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 3.2 Precise Average Precise Average is the average of current bar using all price channels. Settings: Classical analog: Typical price Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 13/31
  • 14. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 3.3 Precise Bollinger Bands Precise Bollinger Bands uses “Precise Standard Deviation” and “Precise Average” for more precision of the standard Bollinger Band calculation. Settings: Classical analog: Bollinger Bands Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 14/31
  • 15. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 3.4 Precise Exponential Moving Average (Precise EMA) Precise Exponential Moving Average has improved precision due to use of all four price channels on the chart as one sequence for averaging. Settings: Classical analog: Exponential Moving Average Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 15/31
  • 16. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 3.5 Precise Forecast Oscillator (Precise FOSC) Precise Forecast Oscillator compares the actual price to the time series forecast and calculates a percentage between negative 100% and positive 100%. This version uses “Precise Linear Regression” as the forecast base. Settings: Classical analog: Forecast Oscillator (FOSC) Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 16/31
  • 17. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 3.6 Precise Linear Regression Precise Linear Regression is the extension of the linear regression based indicators calculated across all price channels to improve precision of the regression. Settings: Classical analog: Linear Regression Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 17/31
  • 18. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 3.7 Precise Moving Average Convergence/Divergence (MACD) Precise Moving Average Convergence/Divergence (MACD) is the trend following momentum based on two “Precise Average” indicators. Settings: Classical analog: Moving Average Convergence/Divergence (MACD) Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 18/31
  • 19. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 3.8 Precise Percentage Price Oscillator (PPO) Precise Percentage Price Oscillator (PPO) is based on two “Precise Average” indicators expressed as a percentage. Settings: Classical analog: Percentage Price Oscillator (PPO) Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 19/31
  • 20. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 3.9 Precise Price Oscillator Precise Price Oscillator shows the variation between two “Precise - Averages” for the price of a security. Settings: Classical analog: Price Oscillator Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 20/31
  • 21. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 3.10 Precise Rate-of-Change (ROC) Precise Rate-of-Change (ROC) is the difference between “Precise Average” indicators on the current bar and a previous bar a number of periods ago. Settings: Classical analog: Rate-of-Change (ROC) Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 21/31
  • 22. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 3.11 Precise Standard Moving Average (SMA) Precise Standard Moving Average (SMA) is the Standard Moving Average calculated on all bar channels. Settings: Classical analog: Standard Moving Average (SMA) Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 22/31
  • 23. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 3.12 Precise Standard Deviation Precise Standard Deviation is the Standard Deviation calculated on all price channels. Settings: Classical analog: Standard Deviation Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 23/31
  • 24. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 3.13 Precise Standard Error Precise Standard Error is Standard Error shows how far prices oscillate around a linear regression line. Linear regression is calculated on all price channels. Settings: Classical analog: Standard Error Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 24/31
  • 25. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 3.14 Precise Triple Exponential Moving Average Precise Triple Exponential Moving Average is the combination of a single, double and triple “Precise Exponential Moving Average” indicator. Settings: Classical analog: Triple Exponential Moving Average Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 25/31
  • 26. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 3.15 Precise Triangular Moving Average Precise Triangular Moving Average (TMA) is a double smoothed (i.e. averaged twice) weighted moving average using all price channels. Settings: Classical analog: Triangular Moving Average (TMA) Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 26/31
  • 27. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 3.16 Precise Triple Exponential Average Precise Triple Exponential Average (TRIX) displays the percentage Rate of Change (ROC) of a triple EMA over all price channels. Settings: Classical analog: Triple Exponential Average (TRIX) Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 27/31
  • 28. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 3.17 Precise Time Series Forecast Precise Time Series Forecast (TSF) calculates probable future values for the price by fitting a linear regression line over a given number of price bars and following that line forward into the future. It is calculated across all price channels. Settings: Classical analog: Time Series Forecast (TSF) Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 28/31
  • 29. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 3.18 Precise Weighted Moving Average (WMA) Precise Weighted Moving Average (WMA) is average value of a security's price over a period of time with special emphasis on the more recent portions of the time period. It is calculated across all price channels. Settings: Classical analog: Weighted Moving Average (WMA) Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 29/31
  • 30. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 References [1] Boris G. Zinchenko, Unraveling the Mystery of Stock Prices, Stocks & Commodities, March 2010 [2] Mosteller, Frederick and Rourke, Robert E.K. Sturdy Statistics: Nonparametrics and Order Statistics Reading, MA: Addison-Wesley, 1973. [3] L. D. Landau, L. M. Lifshitz, Quantum Mechanics: Non-Relativistic Theory, Volume 3, Third Edition, Elsevier, 2003 Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 30/31
  • 31. Trading Algorithms Fractal indicators, predictors and trading strategies Version 1.1 Legal notice The product names used in this document are for identification purposes only. All trademarks and registered trademarks are the property of their respective owners. The following trademarks may or may not be marked in this document: Quant Trader is a trademark or registered trademark of Quant Trade Technologies, Inc. in United States and/or other countries. Other company, product, and service names may be trademarks, registered trademarks, or service marks of other owners. Quant Trade Technologies, Inc. ■ October 11, 2014 ■ 31/31