QF206 Week 11. Part 2 Back Testing Case Study: A TA-Based Example. 1 of 44 March 13, Christopher Ting

Size: px
Start display at page:

Download "QF206 Week 11. Part 2 Back Testing Case Study: A TA-Based Example. 1 of 44 March 13, Christopher Ting"

Transcription

1 Part 2 Back Testing Case Study: A TA-Based Example 1 of 44 March 13, 2017

2 Introduction Sourcing algorithmic trading ideas Getting data Making sure data are clean and void of biases Selecting a software package to back test Conducting paper testing Transitioning to production and actual trading 2 of 44 March 13, 2017

3 Ideas from Books: Some Examples Algorithmic Trading: Winning Strategies and Their Rationale Inside the Black Box: The Simple Truth About Quantitative Trading Mechanical Trading Systems Pairing Trader Psychology with Technical Analysis Pairs Trading Trading Systems and Methods- 5th Edition The Science of Algorithmic Trading and Portfolio Management 3 of 44 March 13, 2017

4 Ideas from Online Blogs The Whole Street Quantivity Quantitative Trading (Ernest Chan) Quantopian Quantpedia ETF HQ Elite Trader Forums Wealth Lab Nuclear Phynance Wilmott Forums 4 of 44 March 13, 2017

5 Ideas from Academics arxiv SSRN Journal of Investment Strategies Journal of Computational Finance Mathematical Finance 5 of 44 March 13, 2017

6 George C. Lane, Stochastic Oscillator Professional trader for 50+ years Originator of Stochastic Indicator Floor Broker for 10 years Owned a regional brokerage firm with 41 branch offices Served as Research Director/Economist for 2 other brokerage firms Wrote a daily market letter/hot line for 16 years Authored 4 courses for Commodities Education and 1 for the Stock Market Trained thousands of farm families, ranchers, and producers in other industries and their brokers and bankers how to hedge the risk of production with futures Since 1953, has taught thousands of market analysts, money managers and individual investors in 30+ states and abroad how to use technical analysis to trade the markets more effectively Source: 6 of 44 March 13, 2017

7 Case Study of Stochastic Indicator At day time t, look back n candlesticks to compute HL HL n (t) = (Price(t) - Lowest n )/(Highest n - Lowest n ) 100 Price(t) is the closing price of time t. Lowest is the lowest price of the immediate past n periods, i.e., t-1, t-2,,t-n. Highest is the highest price of the immediate past n periods, i.e., t-1, t-2,,t-n. 7 of 44 March 13, 2017

8 QF day Stochastic Week 11 Date High Low Highest High (14) Lowest Low (14) Current Close Oscillator 1 23-Feb Feb Feb Feb Mar Mar Mar Mar Mar Mar Mar Mar Mar Mar % Mar % Mar % Mar % Mar % Mar % Mar % Mar % Mar % Mar % Mar % Mar % Mar % Mar % 28 1-Apr % 29 5-Apr % 30 8 of 44 6-Apr March , Christopher 56.76% Ting

9 Trading Rule Based on Stochastic Indicator Select m days to look back for trading signal. If HL n (t) > HL n (t - 1),, HL n (t - m), buy at time t+1 opening If HL n (t) < HL n (t - 1),, HL n (t - m), sell at time t+1 opening 9 of 44 March 13, 2017

10 Questions? What is the intuition behind this HL strategy? Which asset classes are suitable? Shorting a stock is not easy and costly. HL trading rules may work better for currencies and futures Frequency of trade? 10 of 44 March 13, 2017

11 Back-Test Strategies for Stochastic Oscillator There are two parameters, n and m. Let say the number of look-back periods n is fixed at 4. Back test to find an m 4 that maximizes the frequency of wins. Next, fix n at 5. Back test to find an m 5 that maximizes the frequency of wins. Next, fix n at 6. Back test to find an m 6 that maximizes the frequency of wins. And so on until n is of 44 March 13, 2017

12 Test Statistic (1) Based on a back-test on some finite sample of data, we compute a certain statistical measure called the test statistic. For concreteness, let s say the test statistic is the average daily return of a trading strategy in that period. We suppose that the true average daily return based on an infinite data set is actually zero. This supposition is called the null hypothesis. We suppose that the probability distribution of daily returns is known. This probability distribution has a zero mean, based on the null hypothesis. 12 of 44 March 13, 2017

13 Test Statistic (2) Based on this null hypothesis probability distribution, we compute the probability p that the average daily returns will be at least as large as the observed value in the back-test (or, for a general test statistic, as extreme, allowing for the possibility of a negative test statistic). This probability p is called the p-value, and if it is very small (let s say smaller than 0.01), that means we can reject the null hypothesis, and conclude that the back-tested average daily return is statistically significant. 13 of 44 March 13, 2017

14 When Not to Back-Test a Strategy Example 1: A strategy that has a back-test annualized return of 30% and a Sharpe ratio of 0.3, and a maximum drawdown duration of two years. Example 2: A long-only crude oil futures strategy returned 20% in 2007, with a Sharpe ratio of 1.5. Example 3: A simple buy-low-sell-high strategy picks the 10 lowest priced stocks at the beginning of the year and holds them for a year. The back-test return in 2001 is 388%. Example 4: A neural net trading model that has about 100 nodes generates a back-test Sharpe ratio of of 44 March 13, 2017

15 When Not to Back-Test a Strategy Example 5: A high-frequency E-mini S&P 500 futures trading strategy has a back-test annual average return of 200% and a Sharpe ratio of 6. Its average holding period is 50 seconds. Can we really back-test a high-frequency trading strategy? The performance of a high-frequency trading strategy depends on the order types used and the execution method in general. Furthermore, it depends crucially on the market microstructure. Even if we have historical data of the entire order book, the profit from a high-frequency strategy is still very dependent on the reactions of other market participants. 15 of 44 March 13, 2017

16 Par 2 Quantitative Trading Strategies Data for Back Testing 16 of 44 March 13, 2017

17 Getting Data Quandlbeta A B C D 17 of 44 March 13, 2017

18 Motivation To carry out long-term historical analysis of futures, it is necessary to concatenate various individual futures contracts. Contracts can be concatenated using a variety of roll-date rules. It is vitally important to use a roll rule and price adjustment that corresponds to your use case (trading, back-testing, technical analysis, risk management, economic forecasting). Otherwise, your analysis will be misleading. 18 of 44 March 13, 2017

19 Continuous Contract History 19 of 44 March 13, 2017

20 Calendar-Weighted Adjusted Prices, Roll On Last Trading Day CBOT Wheat Futures #1 (W1) Backwards Ratio Adjusted Prices, Roll on First of Month 20 of 44 March 13, 2017

21 Main Problem with Futures Data Expiry date => roll effect Let s say the closing price of the front contract on date T-1 is p(t-1 ), and the closing price of this same contract on date T is p(t). let s say the closing price of the next nearby contract (also called the back contract) on date T is q(t ). Suppose T is the last trading day, also the rollover date for constructing the continuous futures price. You are long the front contract, so you should sell this contract at p(t), and then buy the next contract at q(t). 21 of 44 March 13, 2017

22 Different P&L and Return! What s the P&L and return of this strategy on T + 1? The P&L is p(t) p(t-1 ), The return is (p(t ) p(t-1 ))/p(t-1 ). But using the continuous price series, since T is he roll-over day, At T-1 the price is p(t-1 ) At T, the price is q(t) The P&L is q(t ) p(t-1 ) instead The return is (q(t + 1) p(t ))/p(t ) instead. The P&L and return from the continuous price series is wrong! 22 of 44 March 13, 2017

23 Solution? To prevent this error, you can typically back-adjust the data series to eliminate the price gap, so that the P&L on T is p(t ) p(t - 1). This can be done by adding the number q(t ) p(t ) to every price p(t) on every date t on or before T, so that the price change and P&L from T-1 to T is correctly calculated. 23 of 44 March 13, 2017

24 Continuous Futures Illustrated F T-2 F T-1 F T G T G T+1. G 2T-2 G 2T-1 G 2T H 2T H 2T+1 Assume that T is the last trading day of F month The active continuous series is F T-2 F T-1 G T G T+1. G 2T-1 H 2T Daily price change at roll date: G T F T-1 But actual daily P&L of a long position on roll day is F T F T-1 Sell F month contract and Buy G month contract to maintain a long position. 24 of 44 March 13, 2017

25 Adjustment for P&L Calculation Add G T F T to every price on every date on or before T. So the P&L of using the adjusted continuous futures price becomes (F T + G T F T ) (F T -1 + G T F T ) = F T F T-1 Of course, to take care of every rollover, you need to apply this back adjustment multiple times, as you go back further in the data series. The prices may turn negative in the distant past! 25 of 44 March 13, 2017

26 Problem Solved? Not quite! Check out what the return is at T Given this adjusted price series, the return is If you back-adjust to make the P&L calculation correct, you will leave the return calculation incorrect. The spread adjustment G T F T does not work for return calculation! Reason: Based on the adjusted futures prices, the daily return r T for date T is r T = F T + (G T F T ) F T 1 + (G T F T ) F T 1 + (G T F T ) F T F T 1 F T 1 26 of 44 March 13, 2017

27 Adjustment for Return Calculation Every daily price is multiplied by the ratio G T on every F T date on or before T. For every new roll date, adjustment must be made again. G G T F T T 1 F F T T F T 1 = G F T F T 1 T 1 F T But then the P&L calculation will be incorrect. You really can t have both. As long as you want the convenience of using a continuous contract series, you have to choose one performance measurement only, either P&L or return. 27 of 44 March 13, 2017

28 Use Individual Contracts Back-test your strategy on the various individual contracts, taking care of the rollover buying and selling yourself, then both P&L and return can be correctly calculated simultaneously. This subtlety in picking the right back-adjustment method is more important when you have a strategy that involves trading spreads between different contracts. If your strategy generates trading signals based on the price difference between two contracts, then you must choose the price back-adjustment method; otherwise, the price difference may be wrong and may generate a wrong trading signal. 28 of 44 March 13, 2017

29 How about Spreads? When a strategy involves calendar spreads, this back adjustment is even more important. This is because the calendar spread is a small number compared to the price of one leg of the spread, so any error due to rollover will be a significant percentage of the spread and very likely to trigger a wrong signal both in backtesting and in live trading. However, if your strategy generates trading signals based on the ratio of prices between two contracts, then you must choose the return back-adjustment method. 29 of 44 March 13, 2017

30 Inter-Market Spread Time! There is one general detail in back-testing inter-market spreads that should not be overlooked. If the contracts are traded on different exchanges, they are likely to have different closing times. So it would be wrong to form an inter-market spread using their closing prices. This is true also if you try to form a spread between a future and an ETF. The obvious remedy of this is to obtain intraday bid-ask data so that synchronicity is assured. The other possibility is to trade an ETF that holds a future instead of the future itself. For example, instead of trading the gold future GC (settlement price set at 1:30 p.m. ET) against the gold-miners ETF GDX, we can trade the gold trust GLD against GDX instead. Because both trade on Arca and their closing prices are set at the same 4:00 p.m. 30 of 44 March 13, 2017

31 Tick-by-Tick Data Analysis and Directional Trading Strategies Intra-Day Order Flows 31 of 44 March 13, 2017 Christopher Ting

32 Order Flow and its Measures In essence, order flow suggests the net direction of the market. When there were more buy (sell) market order than sell market order, the market direction would be typically up (down). How to measure order flows? Net trade sign: total number of buyer-initiated trades less the total number of seller-initiated trades Net trade volume: aggregate size of buyer-initiated trades less the aggregate size of seller-initiated trades 32 of 44 March 13, 2017 Christopher Ting

33 Order Flow in Trading In trading, order flow is an important concept. It is the overall trade direction at any given period of time. Ex post, order flow can be inferred from the trade direction. A trade is said to be buyer-initiated if the trade took place at the ask price or higher. Trade sign is +1 Conversely a trade is seller-initiated if the trade occurred at the bid price or lower. Trade sign is of 44 March 13, 2017 Christopher Ting

34 Motivation: Stat Arb at Real Time Can the order flow be known ex ante? If order flow can be forecasted, then the trade direction going forward can be anticipated! Positive order flow suggests the market is likely to go up. Negative order flow suggests the market is likely to go down. 34 of 44 March 13, 2017 Christopher Ting

35 What Exactly is Order Flow? Order flow essentially is a measure of overall trade direction over a period of time, say 5 minutes Over x trades, say 50 trades Over y contracts traded, say 500 contracts 36 of 44 March 13, 2017 Christopher Ting

36 How to Infer Trade Direction or Sign? Very simple: First find the best bid and ask quotes before a trade occurs. If the price is at the best bid, then it is a seller-initiated trade. Trade direction is -1 If the price is at the best ask, then it is a buyer-initiated trade. Trade direction is +1 What if the transaction occurs at the midpoint of a bid and ask quotes? The trade direction is 0 What if the trade occurs nearer to the bid than to the ask? The trade direction is -1 The key idea: Relative proximity to the best bid and ask 37 of 44 March 13, 2017 Christopher Ting

37 How to Back Test? Gather as many as possible high-quality tick-by-tick data, say 500 days, from Bloomberg. How to collect Bloomberg tick data systematically? Compute the order flows according to sign, signed volume, and signed dollar volume. Separate the data into 400 days and 100 days. Conduct the momentum strategy I on 400 days to find the optimal (x, y) combinations with x and y ranging from 5 to 30, resulting in = 676 combinations. Conduct the out-of-sample test on 100 days of data. 38 of 44 March 13, 2017 Christopher Ting

38 Order Flows Signed trades number of positive trades less number of negative trades Signed volumes positive volume less negative volume Signed $ volumes positive dollar volume less negative dollar volume 39 of 44 March 13, 2017 Christopher Ting

39 Example SIMSCI Futures Sign -5 Signed volume -8 Time Price Indicator Vol Sign Signed Vol Signed $ Vol A B A Y Y A B Y Y A B Y Y A B Y A Y Y A Y of 44 March 13, 2017

40 Quantitative Trading Idea Momentum I Entry If the order flow sign over the last x trades is positive, buy l lot at the ask immediately. If the order flow sign over the last x trades is negative, sell l lot at the bid immediately. Exit If the order flow sign over the last x+y trades is negative, sell back 1 lot. If the order flow sign over the last x+y trades is positive, buy back 1 lot immediately. No position to be carried over night, i.e., square off the position before the trading session ends. 41 of 44 March 13, 2017 Christopher Ting

41 Entry, Exit, Re-Entry, Exit, Re-Entry, Exit,. x y x y x y x What is the intuition? Positive order flows give rise to positive price change. Negative order flows produce negative pride change. Which is correct? Must include own trade in the order flow calculation. Don t include own trade in the order flow calculation. 42 of 44 March 13, 2017 Christopher Ting

42 Another Idea Compute the order flows over a trading day for frontmonth SIMSCI futures. If the order flow measured by signed dollar volume exceeds a certain threshold, Buy if the signed dollar volume is negative; Sell if the signed dollar volume is positive. Enter the market at opening and exit the market at closing. 43 of 44 March 13, 2017 Christopher Ting

43 Summary Order flow is a measure indicative of the net amount of buying and selling activities Buyer-initiated trades are transactions at the ask prices Seller-initiated trades are transactions at the bid prices Order flow measured in number the number of buyer-initiated trades less the number of seller-initiated trades Order flow measured in (dollar) volume the (dollar) volume of buyer-initiated trades less the (dollar) volume of seller-initiated trades When order flows are positive (negative), prices are higher (lower) 44 of 44 March 13, 2017 Christopher Ting

Algorithmic Trading Session 4 Trade Signal Generation II Backtesting. Oliver Steinki, CFA, FRM

Algorithmic Trading Session 4 Trade Signal Generation II Backtesting. Oliver Steinki, CFA, FRM Algorithmic Trading Session 4 Trade Signal Generation II Backtesting Oliver Steinki, CFA, FRM Outline Introduction Backtesting Common Pitfalls of Backtesting Statistical Signficance of Backtesting Summary

More information

AlgorithmicTrading Session 3 Trade Signal Generation I FindingTrading Ideas and Common Pitfalls. Oliver Steinki, CFA, FRM

AlgorithmicTrading Session 3 Trade Signal Generation I FindingTrading Ideas and Common Pitfalls. Oliver Steinki, CFA, FRM AlgorithmicTrading Session 3 Trade Signal Generation I FindingTrading Ideas and Common Pitfalls Oliver Steinki, CFA, FRM Outline Introduction Finding Trading Ideas Common Pitfalls of Trading Strategies

More information

Part 1 Back Testing Quantitative Trading Strategies

Part 1 Back Testing Quantitative Trading Strategies Part 1 Back Testing Quantitative Trading Strategies A Guide to Your Team Project 1 of 21 February 27, 2017 Pre-requisite The most important ingredient to any quantitative trading strategy is data that

More information

AQF. Week C. Spread Trading. An Introduction. 1 of 23 July 15, Christopher Ting

AQF. Week C. Spread Trading. An Introduction. 1 of 23 July 15, Christopher Ting Spread Trading An Introduction 1 of 23 July 15, 2017 Ex-SIMEX Locals Association of Financial and Commodity Traders Source: AFACT 2 of 23 July 15, 2017 Revenge of the Geeks During the open-outcry era,

More information

Overlapping ETF: Pair trading between two gold stocks

Overlapping ETF: Pair trading between two gold stocks MPRA Munich Personal RePEc Archive Overlapping ETF: Pair trading between two gold stocks Peter N Bell and Brian Lui and Alex Brekke University of Victoria 1. April 2012 Online at https://mpra.ub.uni-muenchen.de/39534/

More information

HOW TO MAKE YOUR FIRST FUTURES TRADE

HOW TO MAKE YOUR FIRST FUTURES TRADE HOW TO MAKE YOUR FIRST FUTURES TRADE By Craig 1.800.800.3840 2 How to Make Your First Futures Trade You have an opinion on the futures market, you want to get involved, but you don t know how or where

More information

Planetary 2 Library ADVANCED TRADERS LIBRARY. Introduction: Benefits: Included in this Library: L I B R A R I E S. Strategies

Planetary 2 Library ADVANCED TRADERS LIBRARY. Introduction: Benefits: Included in this Library: L I B R A R I E S. Strategies Planetary 2 Library ADVANCED TRADERS LIBRARY Introduction: The Advanced Traders Library I is a powerful compilation of strategies that will give you more than just a starting point for strategy development.

More information

Trading the Unexpected: Pattern Failures

Trading the Unexpected: Pattern Failures Trading the Unexpected: Pattern Failures December 16, 2013 Outline What does unexpected mean? The psychology of trading the unexpected Developing the mental skills to handle trading surprises Two ways

More information

Types of charts Bar charts Candlestick charts Constant volume charts Line charts Tflow charts, exclusively CQG Bar Charts Vertical line representing the high and low of the sessions Horizontal line on

More information

The sloppy connection between ETPs and futures contracts

The sloppy connection between ETPs and futures contracts Old-fashioned is sometimes better than all this newfangled stuff... The sloppy connection between ETPs and futures contracts... and swaps, and why maybe you should stay away from these assets 2018 Gary

More information

A share on algorithm trading strategy design and testing. Peter XI 20 November 2017

A share on algorithm trading strategy design and testing. Peter XI 20 November 2017 A share on algorithm trading strategy design and testing Peter XI 20 November 2017 About me Year 5 Quantitative Finance & Risk Management student Quantitative Research & Trading Intern at CASH Algo Finance

More information

CIS March 2012 Diet. Examination Paper 2.3: Derivatives Valuation Analysis Portfolio Management Commodity Trading and Futures.

CIS March 2012 Diet. Examination Paper 2.3: Derivatives Valuation Analysis Portfolio Management Commodity Trading and Futures. CIS March 2012 Diet Examination Paper 2.3: Derivatives Valuation Analysis Portfolio Management Commodity Trading and Futures Level 2 Derivative Valuation and Analysis (1 12) 1. A CIS student was making

More information

Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals

Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg :

More information

Summary of the thesis

Summary of the thesis Summary of the thesis Part I: backtesting will be different than live trading due to micro-structure games that can be played (often by high-frequency trading) which affect execution details. This might

More information

Algorithmic Trading Session 12 Performance Analysis III Trade Frequency and Optimal Leverage. Oliver Steinki, CFA, FRM

Algorithmic Trading Session 12 Performance Analysis III Trade Frequency and Optimal Leverage. Oliver Steinki, CFA, FRM Algorithmic Trading Session 12 Performance Analysis III Trade Frequency and Optimal Leverage Oliver Steinki, CFA, FRM Outline Introduction Trade Frequency Optimal Leverage Summary and Questions Sources

More information

Ernest Chan, Ph.D. EXP Capital Management, LLC. 1

Ernest Chan, Ph.D. EXP Capital Management, LLC.  1 Ernest Chan, Ph.D. EXP Capital Management, LLC. www.epchan.com 1 As a quant, I have been backtesting and trading strategies at Morgan Stanley, Credit Suisse, and various hedge funds since 1997. My book

More information

How quantitative methods influence and shape finance industry

How quantitative methods influence and shape finance industry How quantitative methods influence and shape finance industry Marek Musiela UNSW December 2017 Non-quantitative talk about the role quantitative methods play in finance industry. Focus on investment banking,

More information

Trading Essentials Framework Money Management & Trade Sizing

Trading Essentials Framework Money Management & Trade Sizing Trading Essentials Framework Money Management & Trade Sizing Module 9 Money Management & Trade Sizing By Todd Mitchell Copyright 2014 by Todd Mitchell All Rights Reserved This training program, or parts

More information

PRODUCT DISCLOSURE STATEMENT 1 APRIL 2014

PRODUCT DISCLOSURE STATEMENT 1 APRIL 2014 PRODUCT DISCLOSURE STATEMENT 1 APRIL 2014 Table of Contents 1. General information 01 2. Significant features of CFDs 01 3. Product Costs and Other Considerations 07 4. Significant Risks associated with

More information

Bull & bear configs 4/16/2013

Bull & bear configs 4/16/2013 Bull & bear configs 4/16/2013 Our trading model is based on moving averages, and our definition of a bull and bear market differs greatly from the conventional. This simple strategy allows us to take positions

More information

Stock Market Basics Series

Stock Market Basics Series Stock Market Basics Series HOW DO I TRADE STOCKS.COM Copyright 2012 Stock Market Basics Series THE STOCHASTIC OSCILLATOR A Little Background The Stochastic Oscillator was developed by the late George Lane

More information

High Frequency Price Movement Strategy. Adam, Hujia, Samuel, Jorge

High Frequency Price Movement Strategy. Adam, Hujia, Samuel, Jorge High Frequency Price Movement Strategy Adam, Hujia, Samuel, Jorge Limit Order Book (LOB) Limit Order Book [https://nms.kcl.ac.uk/rll/enrique-miranda/index.html] High Frequency Price vs. Daily Price (MSFT)

More information

Simplemente Mini S&P (ES) DayTrader

Simplemente Mini S&P (ES) DayTrader 5543 Edmondson Pike #182 Nashville, TN 37211 Email: info@simplementetrading.com Simplemente Mini S&P (ES) DayTrader Objective The Mini S&P (ES) DayTrader is designed to allow users to take advantage of

More information

Trading Around the World How to Take Advantage of Volatility in the Gold Market

Trading Around the World How to Take Advantage of Volatility in the Gold Market Trading Around the World How to Take Advantage of Volatility in the Gold Market Exchange and Industry Sponsored Webinars are presented by unaffiliated third parties. Interactive Brokers LLC is not responsible

More information

Table of contents. Slide No. Meaning Of Derivative 3. Specifications Of Futures 4. Functions Of Derivatives 5. Participants 6.

Table of contents. Slide No. Meaning Of Derivative 3. Specifications Of Futures 4. Functions Of Derivatives 5. Participants 6. Derivatives 1 Table of contents Slide No. Meaning Of Derivative 3 Specifications Of Futures 4 Functions Of Derivatives 5 Participants 6 Size Of Market 7 Available Future Contracts 9 Jargons 10 Parameters

More information

Futures and Forward Markets

Futures and Forward Markets Futures and Forward Markets (Text reference: Chapters 19, 21.4) background hedging and speculation optimal hedge ratio forward and futures prices futures prices and expected spot prices stock index futures

More information

Model-Based Trading Strategies. Financial-Hacker.com Johann Christian Lotter / op group Germany GmbH

Model-Based Trading Strategies. Financial-Hacker.com Johann Christian Lotter / op group Germany GmbH Model-Based Trading Strategies Financial-Hacker.com Johann Christian Lotter / jcl@opgroup.de op group Germany GmbH All trading systems herein are for education only. No profits are guaranteed. Don t blame

More information

Product Disclosure Statement

Product Disclosure Statement Product Disclosure Statement 8 July 2010 01 Part 1 General Information Before deciding whether to trade with us in the products we offer, you should consider this PDS and whether dealing in contracts for

More information

Trading Essentials Framework Money Management & Trade Sizing 2.0

Trading Essentials Framework Money Management & Trade Sizing 2.0 2.0 Money Management: The most critical aspect of your trading plan Money management represents the administrative side of your trading plan. It addresses the question of how best to use the capital available

More information

Johnson School Research Paper Series # The Exchange of Flow Toxicity

Johnson School Research Paper Series # The Exchange of Flow Toxicity Johnson School Research Paper Series #10-2011 The Exchange of Flow Toxicity David Easley Cornell University Marcos Mailoc Lopez de Prado Tudor Investment Corp.; RCC at Harvard Maureen O Hara Cornell University

More information

We are not saying it s easy, we are just trying to make it simpler than before. An Online Platform for backtesting quantitative trading strategies.

We are not saying it s easy, we are just trying to make it simpler than before. An Online Platform for backtesting quantitative trading strategies. We are not saying it s easy, we are just trying to make it simpler than before. An Online Platform for backtesting quantitative trading strategies. Visit www.kuants.in to get your free access to Stock

More information

Smart Traders. FAQs & Best Practices

Smart Traders. FAQs & Best Practices Smart Traders FAQs & Best Practices Copyright 2012 Wealth Mentors Pte Ltd All Rights Reserved About the US Market Even though the US stock market opens for trading at 9:30AM EST we place our trades after

More information

The Enlightened Stock Trader Certification Program

The Enlightened Stock Trader Certification Program The Enlightened Stock Trader Certification Program Module 1: Learn the Language Definition of Key Stock Trading Terms When learning any subject, understanding the language is the first step to mastery.

More information

Applying the Principles of Quantitative Finance to the Construction of Model-Free Volatility Indices

Applying the Principles of Quantitative Finance to the Construction of Model-Free Volatility Indices Applying the Principles of Quantitative Finance to the Construction of Model-Free Volatility Indices Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg

More information

A Beginners Guide To Making Money Trading Binary Options

A Beginners Guide To Making Money Trading Binary Options A Beginners Guide To Making Money Trading Binary Options What Are Binary Options? A binary option has now become a fairly common term amongst traders. A Binary Option deals with a kind of purchased asset

More information

Binary Options Trading Strategies How to Become a Successful Trader?

Binary Options Trading Strategies How to Become a Successful Trader? Binary Options Trading Strategies or How to Become a Successful Trader? Brought to You by: 1. Successful Binary Options Trading Strategy Successful binary options traders approach the market with three

More information

Trading Around the World Using CME Group Metals Options as Trading Opportunities

Trading Around the World Using CME Group Metals Options as Trading Opportunities Trading Around the World Using CME Group Metals Options as Trading Opportunities Exchange and Industry Sponsored Webinars are presented by unaffiliated third parties. Interactive Brokers LLC is not responsible

More information

Dynamic ETF Option Strategy

Dynamic ETF Option Strategy Dynamic ETF Option Strategy Dynamic ETF Option Strategy The Dynamic ETF Option strategy embodies the idea of selling ETF put options against cash and collecting premium that seeks continuous income stream

More information

Intraday Open Pivot Setup

Intraday Open Pivot Setup Intraday Open Pivot Setup The logistics of this plan are relatively simple and take less than two minutes to process from collection of the previous session s history data to the order entrance. Once the

More information

QF206 Week 1. Quantitative Trading Strategies. Introduction. 1 of 46 January 7, Christopher Ting

QF206 Week 1. Quantitative Trading Strategies. Introduction. 1 of 46 January 7, Christopher Ting Quantitative Trading Strategies Introduction 1 of 46 January 7, 2017 What is Quantitative Trading? Also known as algorithmic trading Trading based on buy-or-sell signals generated by algorithms, which

More information

PRODUCT DISCLOSURE STATEMENT Contracts for Difference issued by Plus500AU Pty Ltd (NZ clients only) 15 March 2018

PRODUCT DISCLOSURE STATEMENT Contracts for Difference issued by Plus500AU Pty Ltd (NZ clients only) 15 March 2018 PRODUCT DISCLOSURE STATEMENT Contracts for Difference issued by Plus500AU Pty Ltd (NZ clients only) 15 March 2018 This document replaces the previous Plus500AU Pty Ltd Product Disclosure Statement for

More information

tutorial

tutorial tutorial Introduction Chapter 1: THE BASICS YOU SHOULD KNOW ABOUT CFD TRADING Chapter 2: CHOOSE YOUR CFD PROVIDER Chapter 3: TRADING IN ACTION Chapter 4: CONSIDER AND MANAGE YOUR RISKS INTRODUCTION We

More information

TRADE FOREX WITH BINARY OPTIONS NADEX.COM

TRADE FOREX WITH BINARY OPTIONS NADEX.COM TRADE FOREX WITH BINARY OPTIONS NADEX.COM CONTENTS A WORLD OF OPPORTUNITY Forex Opportunity Without the Forex Risk BINARY OPTIONS To Be or Not To Be? That s a Binary Question Who Sets a Binary Option's

More information

ALGORITHMIC TRADING STRATEGIES IN PYTHON

ALGORITHMIC TRADING STRATEGIES IN PYTHON 7-Course Bundle In ALGORITHMIC TRADING STRATEGIES IN PYTHON Learn to use 15+ trading strategies including Statistical Arbitrage, Machine Learning, Quantitative techniques, Forex valuation methods, Options

More information

Level III Learning Objectives by chapter

Level III Learning Objectives by chapter Level III Learning Objectives by chapter 1. System Design and Testing Explain the importance of using a system for trading or investing Compare and analyze differences between a discretionary and nondiscretionary

More information

SIX Corporate Bonds AG. Directive 3: Trading. Dated 16 March 2018 Entry into force: 27 March 2018

SIX Corporate Bonds AG. Directive 3: Trading. Dated 16 March 2018 Entry into force: 27 March 2018 SIX Corporate Bonds AG Directive : Trading Dated 6 March 08 Entry into force: 7 March 08 Content Purpose and principle... General.... Trading day and trading period.... Trading hours... Definitions....

More information

Project Proposals for MS&E 448

Project Proposals for MS&E 448 Project Proposals for MS&E 448 Spring Quarter 2017 Dr. Lisa Borland 1 1 Build a High Frequency Price Movement Strategy Students will have access to Tradeworx and Thesys data and simulator. Access order

More information

Informed Storage: Understanding the Risks and Opportunities

Informed Storage: Understanding the Risks and Opportunities Art Informed Storage: Understanding the Risks and Opportunities Randy Fortenbery School of Economic Sciences College of Agricultural, Human, and Natural Resource Sciences Washington State University The

More information

Buy rules: Sell rules: Strategy #2. Martingale hedging with exponential lot increase... 6

Buy rules: Sell rules: Strategy #2. Martingale hedging with exponential lot increase... 6 Contents Introduction... 2 Data... 2 Short instructions on how to use Forex Tester.... 2 Sum up... 3 STRATEGIES... 3 Martingale strategies... 3 Strategy #1. Martingale Grid & Hedging... 4 Buy rules:...

More information

Resistance to support

Resistance to support 1 2 2.3.3.1 Resistance to support In this example price is clearly consolidated and we can expect a breakout at some time in the future. This breakout could be short or it could be long. 3 2.3.3.1 Resistance

More information

TRADING SIMPLE! By Arduino Schenato

TRADING SIMPLE! By Arduino Schenato TRADING SIMPLE! By Arduino Schenato GET NAKED GET PROFIT FROM A REAL TRADER TO REAL TRADERS! IF YOU ARE INTERESTED IN LEARNING MY METHOD VISIT THIS LINK: www.hereforexnaked.com IF YOU WANT TO RECEIVE MY

More information

Impact of Risk Management Features on Performance of Automated Trading System in GRAINS Futures Segment

Impact of Risk Management Features on Performance of Automated Trading System in GRAINS Futures Segment Impact of Risk Management Features on Performance of Automated Trading System in GRAINS Futures Segment PETR TUCNIK Department of Information Technologies University of Hradec Kralove Rokitanskeho 62,

More information

Fundamental Analysis is the study of Financial Statements and Ratios which help evaluate a company s overall Value and Growth potential.

Fundamental Analysis is the study of Financial Statements and Ratios which help evaluate a company s overall Value and Growth potential. Trading vs. Investing Investing is defined as taking a stake in a company in hopes of benefiting from their prosperity through price appreciation and dividend payouts. Fundamental Analysis is the study

More information

Agenda 1. May 6th General Market Context 2. Preliminary Findings 3. Initial Q&A 4. Next Steps and Analysis 5. Closing Q&A

Agenda 1. May 6th General Market Context 2. Preliminary Findings 3. Initial Q&A 4. Next Steps and Analysis 5. Closing Q&A Slide 1 Agenda 1. May 6 th General Market Context 2. Preliminary Findings a)securities b)futures 3. Initial Q&A 4. Next Steps and Analysis a)securities b)futures c) Joint 5. Closing Q&A Slide 2 General

More information

ACCELERATOR- ES HYPOTHETICAL PERFORMANCE CAPSULE - Trading One Lot. Jul- 09. Jul- 10. Jan- 10. Jan- 11

ACCELERATOR- ES HYPOTHETICAL PERFORMANCE CAPSULE - Trading One Lot. Jul- 09. Jul- 10. Jan- 10. Jan- 11 System Name: Accelerator- ES Auto Trade Developer: Addwins LLC dba Trading Systems Live System Type: Intraday Futures Trades: Emini S&P Subscription Cost: $650 USD Year Dates Covered: Jan 2007- Mar 31

More information

Learning Objectives CMT Level III

Learning Objectives CMT Level III Learning Objectives CMT Level III - 2018 The Integration of Technical Analysis Section I: Risk Management Chapter 1 System Design and Testing Explain the importance of using a system for trading or investing

More information

HOW TO IMPROVE YOUR TRADING RESULTS STRAIGHT AWAY

HOW TO IMPROVE YOUR TRADING RESULTS STRAIGHT AWAY GUIDE ON HOW TO IMPROVE YOUR TRADING RESULTS STRAIGHT AWAY Learn an extremely important, yet simple tweak that can dramatically improve your performance IMPROVE YOUR RESULTS TODAY FOTISTRADINGACADEMY.COM

More information

2.0. Learning to Profit from Futures Trading with an Unfair Advantage! Income Generating Strategies Essential Trading Tips & Market Insights

2.0. Learning to Profit from Futures Trading with an Unfair Advantage! Income Generating Strategies Essential Trading Tips & Market Insights 2.0 Learning to Profit from Futures Trading with an Unfair Advantage! Income Generating Strategies Essential Trading Tips & Market Insights Income Generating Strategies Essential Trading Tips & Market

More information

Trading Durations and Realized Volatilities. DECISION SCIENCES INSTITUTE Trading Durations and Realized Volatilities - A Case from Currency Markets

Trading Durations and Realized Volatilities. DECISION SCIENCES INSTITUTE Trading Durations and Realized Volatilities - A Case from Currency Markets DECISION SCIENCES INSTITUTE - A Case from Currency Markets (Full Paper Submission) Gaurav Raizada Shailesh J. Mehta School of Management, Indian Institute of Technology Bombay 134277001@iitb.ac.in SVDN

More information

Efficient capital markets. Skema Business School. Portfolio Management 1. Course Outline

Efficient capital markets. Skema Business School. Portfolio Management 1. Course Outline Efficient capital markets bertrand.groslambert@skema.edu Skema Business School Portfolio Management 1 Course Outline Introduction (lecture 1) Presentation of portfolio management Chap.2,3,5 Introduction

More information

Trader s A- Z. Close The time each day a market ceases trading and no more orders will be filled/executed.

Trader s A- Z. Close The time each day a market ceases trading and no more orders will be filled/executed. Trader s A- Z Backwardation A market condition in which a future price is lower in the distant delivery months than in the near delivery months. This therefore causes the spreads to show positive rather

More information

EARN 38 to 54%+ Returns Spending Under 30 Minutes a Day. Presented by: Todd Mitchell CEO & Founder Trading Concepts, Inc.

EARN 38 to 54%+ Returns Spending Under 30 Minutes a Day. Presented by: Todd Mitchell CEO & Founder Trading Concepts, Inc. EARN 38 to 54%+ Returns Spending Under 30 Minutes a Day Presented by: Todd Mitchell CEO & Founder Trading Concepts, Inc. Who is Todd Mitchell? I have been involved with the markets and actively trading

More information

Advance Certificate in Trading : A PROGRAM FOR SELF-INVESTORS

Advance Certificate in Trading : A PROGRAM FOR SELF-INVESTORS Advance Certificate in Trading : A PROGRAM FOR SELF-INVESTORS [Stock Commodity-Forex] Duration: 4 Months Fee: 33,000 + Service Tax Training: Weekends / Weekdays Certifications: Certified Trader Certificate

More information

FOREX UNKNOWN SECRET. by Karl Dittmann DISCLAIMER

FOREX UNKNOWN SECRET. by Karl Dittmann DISCLAIMER FOREX UNKNOWN SECRET by Karl Dittmann DISCLAIMER Please be aware of the loss, risk, personal or otherwise consequences of the use and application of this book s content. The author and the publisher are

More information

NeverLossTrading The Concept for Today s Markets

NeverLossTrading The Concept for Today s Markets Page1 Publication Never Loss Trading A division of : NOBEL Living, LLC 401 E. Las Olas Blvd. - Suite 1400 - Fort Lauderdale, FL 33301 Phone: +1 866 455 4520 NeverLossTrading The Concept for Today s Markets

More information

The truth behind commonly used indicators

The truth behind commonly used indicators Presents The truth behind commonly used indicators Pipkey Report Published by Alaziac Trading CC Suite 509, Private Bag X503 Northway, 4065, KZN, ZA www.tradeology.com Copyright 2014 by Alaziac Trading

More information

BINARY OPTIONS: A SMARTER WAY TO TRADE THE WORLD'S MARKETS NADEX.COM

BINARY OPTIONS: A SMARTER WAY TO TRADE THE WORLD'S MARKETS NADEX.COM BINARY OPTIONS: A SMARTER WAY TO TRADE THE WORLD'S MARKETS NADEX.COM CONTENTS To Be or Not To Be? That s a Binary Question Who Sets a Binary Option's Price? And How? Price Reflects Probability Actually,

More information

GLOSSARY OF OPTION TERMS

GLOSSARY OF OPTION TERMS ALL OR NONE (AON) ORDER An order in which the quantity must be completely filled or it will be canceled. AMERICAN-STYLE OPTION A call or put option contract that can be exercised at any time before the

More information

It is a market where current prices reflect/incorporate all available information.

It is a market where current prices reflect/incorporate all available information. ECMC49S Market Efficiency Hypothesis Practice Questions Date: Mar 29, 2006 [1] How to define an efficient market? It is a market where current prices reflect/incorporate all available information. [2]

More information

INTRODUCTION TO FOREX

INTRODUCTION TO FOREX FOREX 1 INTRODUCTION TO FOREX CHAPTER 01 FOREX has become the largest liquid market that exists in our world today. It s quite interesting as the news have it that there s a turnover of about 3.98 trillion

More information

T R A D E FX BASIC. 1. What is Forex? 2. 8 Majors. 3. What is bought and sold? 4. Types of Charts. 5. Basic Terms EBOOK 01.

T R A D E FX BASIC. 1. What is Forex? 2. 8 Majors. 3. What is bought and sold? 4. Types of Charts. 5. Basic Terms EBOOK 01. T R A D E 1. What is Forex? 2. 8 Majors 3. What is bought and sold? 4. Types of Charts 5. Basic Terms FX BASIC EBOOK 01 FX BASICS 02 What do you know about Forex? The terminology FOREX stands for the Foreign

More information

TradeOptionsWithMe.com

TradeOptionsWithMe.com TradeOptionsWithMe.com 1 of 18 Option Trading Glossary This is the Glossary for important option trading terms. Some of these terms are rather easy and used extremely often, but some may even be new to

More information

Knowledge Test for Trader Suitability of Specified Futures. Products of Zhengzhou Commodity Exchange

Knowledge Test for Trader Suitability of Specified Futures. Products of Zhengzhou Commodity Exchange Knowledge Test for Trader Suitability of Specified Futures Products of Zhengzhou Commodity Exchange Single-choice questions 1. Under calendar spread orders, a trader may simultaneously trades two futures

More information

Methodology. Our team of analysts uses technical and chartist analysis to draw an opinion and make decisions. The preferred chartist elements are:

Methodology. Our team of analysts uses technical and chartist analysis to draw an opinion and make decisions. The preferred chartist elements are: Methodology Technical analysis is at the heart of TRADING CENTRAL's expertise. Our methodology is proven. Our chartist and quantitative approach allows us to intervene on different investment horizons.

More information

The Stackable Carry Trade

The Stackable Carry Trade The Stackable Carry Trade Introduction: The Carry Trade is a relatively popular strategy among Forex traders. The concept is to pair high yielding interest currencies against low interest currencies in

More information

NOTICE. Futures. Summary. commencing with the. NYSE Liffe U.S. March 11, Rule Chapter 121. for sellers and. Bonds. 1.3 The Treasury.

NOTICE. Futures. Summary. commencing with the. NYSE Liffe U.S. March 11, Rule Chapter 121. for sellers and. Bonds. 1.3 The Treasury. NYSE LIFFE U.S. NOTICE No. 05/2011 ISSUE DATE: EFFECTIVE DATE: March 10, 2011 March 11, 2011 NYSE Liffe U.S. Listing of Interest Rate Futures Summary This Notice provides Members with a summary of product

More information

USER GUIDE

USER GUIDE USER GUIDE http://www.winningsignalverifier.com DISCLAIMER Please be aware of the loss, risk, personal or otherwise consequences of the use and application of this book s content. The author and the publisher

More information

Icoachtrader Consulting Service WELCOME TO. Trading Boot Camp. Day 5

Icoachtrader Consulting Service  WELCOME TO. Trading Boot Camp. Day 5 Icoachtrader Consulting Service www.icoachtrader.weebly.com WELCOME TO Trading Boot Camp Day 5 David Ha Ngo Trading Coach Phone: 1.650.899.1088 Email: icoachtrader@gmail.com The information presented is

More information

Gunning For Stops By: Lan H. Turner

Gunning For Stops By: Lan H. Turner Gunning For Stops By: Lan H. Turner Stop order management can be a very complex subject, because in my opinion, it is the difference between a traders success and failure. This article is not in any sense

More information

Advanced Trading Systems Collection MACD DIVERGENCE FOREX TRADING SYSTEM

Advanced Trading Systems Collection MACD DIVERGENCE FOREX TRADING SYSTEM MACD DIVERGENCE FOREX TRADING SYSTEM 1 This system will cover the MACD divergence. With this forex trading system you can trade any currency pair (I suggest EUR/USD and GBD/USD when you start), and you

More information

Everything you need to know about the trade alerts you ve been hearing about.

Everything you need to know about the trade alerts you ve been hearing about. 11 YEAR Everything you need to know about the trade alerts you ve been hearing about. SCORECARD RESULTS FULL MARKET BREAKDOWN COMPLETE ALERT DETAILS INSTITUTIONAL-GRADE TRADE ALERTS: FUTURES, FOREX & INDICES

More information

Christopher G. Lamoureux. April 13, Liquidity and Asset Management. What? Big Picture. Small Picture. Implications

Christopher G. Lamoureux. April 13, Liquidity and Asset Management. What? Big Picture. Small Picture. Implications Liquidity and Asset Christopher G. Lamoureux April 13, 2018 Liquidity Assets differ from one another along dimensions of systematic risk and expected return. This motivates modern investment analysis.

More information

Academic Research Review. Algorithmic Trading using Neural Networks

Academic Research Review. Algorithmic Trading using Neural Networks Academic Research Review Algorithmic Trading using Neural Networks EXECUTIVE SUMMARY In this paper, we attempt to use a neural network to predict opening prices of a set of equities which is then fed into

More information

The Simple Truth Behind Managed Futures & Chaos Cruncher. Presented by Quant Trade, LLC

The Simple Truth Behind Managed Futures & Chaos Cruncher. Presented by Quant Trade, LLC The Simple Truth Behind Managed Futures & Chaos Cruncher Presented by Quant Trade, LLC Risk Disclosure Statement The risk of loss in trading commodity futures contracts can be substantial. You should therefore

More information

Mind the Trap: Yield Curve Estimation and Svensson Model

Mind the Trap: Yield Curve Estimation and Svensson Model Mind the Trap: Yield Curve Estimation and Svensson Model Dr. Roland Schmidt February 00 Contents 1 Introduction 1 Svensson Model Yield-to-Duration Do Taxes Matter? Forward Rate and Par Yield Curves 6 Emerging

More information

Presents. SPY the MARKET. With. Bill Corcoran

Presents. SPY the MARKET. With. Bill Corcoran Presents SPY the MARKET With Bill Corcoran I am not a registered broker-dealer or investment adviser. I will mention that I consider certain securities or positions to be good candidates for the types

More information

Quantitative Trading System For The E-mini S&P

Quantitative Trading System For The E-mini S&P AURORA PRO Aurora Pro Automated Trading System Aurora Pro v1.11 For TradeStation 9.1 August 2015 Quantitative Trading System For The E-mini S&P By Capital Evolution LLC Aurora Pro is a quantitative trading

More information

Level III Learning Objectives by chapter

Level III Learning Objectives by chapter Level III Learning Objectives by chapter 1. Triple Screen Trading System Evaluate the Triple Screen Trading System and identify its strengths Generalize the characteristics of this system that would make

More information

Trading Rules of Shenzhen Stock Exchange

Trading Rules of Shenzhen Stock Exchange Disclaimer: This English translation of Trading Rules (2016) is for information purpose only. The SZSE does not guarantee its accuracy and reliability and accepts no liability resulting from any error

More information

Intro to Quant Investing

Intro to Quant Investing Intro to Quant Investing Brainteaser Problem: A drawer contains 2 red and 8 black pens. Alice and Bob randomly take pens from the drawer until a red pen is selected. Alice selects the first pen, then Bob

More information

Statistical Arbitrage: Pair Trading

Statistical Arbitrage: Pair Trading Quantitative Trading Strategies Statistical Arbitrage: Pair Trading 1 of 85 March 20, 2017 Pair Trading: Distance Model A Simple Approach 2 of 85 March 20, 2017 Stocks from the Same Industry Reduce market

More information

Introduction Random Walk One-Period Option Pricing Binomial Option Pricing Nice Math. Binomial Models. Christopher Ting.

Introduction Random Walk One-Period Option Pricing Binomial Option Pricing Nice Math. Binomial Models. Christopher Ting. Binomial Models Christopher Ting Christopher Ting http://www.mysmu.edu/faculty/christophert/ : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 October 14, 2016 Christopher Ting QF 101 Week 9 October

More information

2015 Performance Report

2015 Performance Report 2015 Performance Report Signals Site -> http://www.forexinvestinglive.com

More information

Absolute Alpha with Moving Averages

Absolute Alpha with Moving Averages a Consistent Trading Strategy University of Rochester April 23, 2016 Carhart (1995, 1997) discussed a 4-factor model using Fama and French s (1993) 3-factor model plus an additional factor capturing Jegadeesh

More information

Dynamic Trader Daily Report Comprehensive Analysis and Education For the Serious Trader and Investor

Dynamic Trader Daily Report Comprehensive Analysis and Education For the Serious Trader and Investor Dynamic Trader Daily Report Comprehensive Analysis and Education For the Serious Trader and Investor Published By Monday, February 07, 2000 Dynamic Traders Group, Inc. DynamicTraders.com dt@dynamictraders.com

More information

Zacks Investment Research, Inc. 10 S. Riverside Plaza, Suite 1600 Chicago, Illinois 60606

Zacks Investment Research, Inc. 10 S. Riverside Plaza, Suite 1600 Chicago, Illinois 60606 WWW.ZACKS.COM/ETFTRADER Zacks Investment Research, Inc. 10 S. Riverside Plaza, Suite 1600 Chicago, Illinois 60606 Contents Introduction 2 Section 1: The Mental Aspect 3 Section 2: Getting the Most Out

More information

Swing Trading Strategies that Work

Swing Trading Strategies that Work Swing Trading Strategies that Work Jesse Livermore, one of the greatest traders who ever lived once said that the big money is made in the big swings of the market. In this regard, Livermore successfully

More information

David Stendahl And Position Sizing

David Stendahl And Position Sizing On Improving Your Results David Stendahl And Position Sizing David Stendahl is the portfolio manager at Capitalogix, a Commodity Trading Advisor (CTA) firm specializing in systematic trading. He is also

More information

How to create a competent trading algorithm

How to create a competent trading algorithm 1 How to create a competent trading algorithm This file is designed to improve the trading skills and develop the trader s discipline. It explains how to create a manual trading algorithm and it will be

More information

SIMPLE SCAN FOR STOCKS: FINDING BUY AND SELL SIGNALS

SIMPLE SCAN FOR STOCKS: FINDING BUY AND SELL SIGNALS : The Simple Scan is The Wizard s easiest tool for investing in stocks. If you re new to investing or only have a little experience, the Simple Scan is ideal for you. This tutorial will cover how to find

More information