BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain...

90
BBS Band Break System Automated Trading Expert by Sylvain Vervoort http://stocata.org/

Transcript of BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain...

Page 1: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS Band Break System

Automated Trading Expert

by Sylvain Vervoort

http://stocata.org/

Page 2: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

About Sylvain Vervoort • Telecom (ITT) installation, engineering and

international sales technical support. • Engineering and product management in

security (Cerberus/Siemens) • Investment & Credit Advisor Training • Retired at the age of 60. • Hobbies: Computer hardware and software • And technical analysis of the stock market.

Page 3: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

More About Me • Writing articles for “Technical Analysis

of Stocks & Commodities” magazine. • “Winner” 2010 and 2011 “readers’ Choice

Award”. • Book “Capturing Profit with Technical

Analysis” published by MarketPlace Books. • “AXIOM Business Book Award” 2010 bronze

medal in the category investing.

Page 4: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

LIABILITY Trading financial products involves risk. The information contained in this presentation is not comprehensive. Despite all efforts, it may not be accurate, up to date or applicable to the circumstances of any particular case. We can not accept any liability for any inaccuracies or omissions in this manual and any decisions you make based on information contained in this presentation are your sole responsibility. The publisher and author do not accept liability for any direct, indirect, special, consequential or other losses or damages of whatsoever kind arising out of access to, or the use of this presentation or any information contained in it. Risk Disclosure CFTC RULE 4.41 Hypothetical or simulated performance results have certain inherent limitations unlike actual performance record: simulated results do no not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or overcompensated of the impact, if any, of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No presentation is being made that any account will or is likely to achieve profits or losses similar to those predicted or shown.

Page 5: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

CHARTS & FORMULA LANGUAGE

MetaStock® charts and used formula language courtesy of Equis International. MetaTrader4 charts and formula language courtesy of MetaQuotes Software Corp. Clip art courtesy of

Page 6: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

PRESENTATION ORGANIZATION Presenting you BBS or my trend following “Band Break System” expert we will have a look at the following items:

Introduction Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS and forex BBS Extended tools & Chart template SRSI - Stochastic RSI indicator SSIFT – Smoothed Stochastic Invers Fisher Transform Trading Techniques & Trend Reversal Rules Trading Examples BBS Risk & Money management BBS Stock Selection

Page 7: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

INTRODUCTION

Fundamental Analysis

Page 8: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

INTRODUCTION

Fundamental Analysis Technical Analysis Trading Robot Stock Selection

Page 9: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

INTRODUCTION

Fundamental Analysis Technical Analysis Trading Robot Stock Selection Money management Chart Template BBS for MetaStock, MetaTrader4, (NinjaTrader)

Page 10: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

SYSTEM OVERVIEW

Bollinger bands

Page 11: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

SYSTEM OVERVIEW

Bollinger bands Trading Simulation

Page 12: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

SYSTEM OVERVIEW

Bollinger bands Broker Testing Options

Page 13: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

SYSTEM OVERVIEW

Bollinger bands Trade Execution Testing Options

Page 14: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

SYSTEM OVERVIEW

Bollinger bands System Tester Code OPEN LONG / CLOSE SHORT: MovingAverage:=opt1; Deviation:=opt2; Buy:= Close > BBandTop(Close,MovingAverage,Simple,Deviation); Sell:=Close < BBandBot(Close,MovingAverage,Simple,Deviation); Result:=If(Buy,1,If(Sell,-1,0)); Result:=If(Result=0,ValueWhen(1,Result<>0,Result),Result); Result

Page 15: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

SYSTEM OVERVIEW

Bollinger bands System Tester Code CLOSE LONG / OPEN SHORT: MovingAverage:=opt1; Deviation:=opt2; Buy:= Close > BBandTop(Close,MovingAverage,Simple,Deviation); Sell:=Close < BBandBot(Close,MovingAverage,Simple,Deviation); Result:=If(Buy,1,If(Sell,-1,0)); Result:=If(Result=0,ValueWhen(1,Result<>0,Result),Result); Result=-1

Page 16: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

102% profit with 33 trades/stock

Page 17: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

195% profit with 68 trades/stock

Page 18: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

An Uptrend is not a straight line

Page 19: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

SYSTEM OVERVIEW

Bollinger bands System Tester Code OPEN SHORT: MovingAverage:=opt1; Deviation:=opt2; Buy:= Close > BBandTop(Close,MovingAverage,Simple,Deviation); Sell:=Close < BBandBot(Close,MovingAverage,Simple,Deviation); Result:=If(Buy,1,If(Sell,-1,0)); Result:=If(Result=0,ValueWhen(1,Result<>0,Result),Result); Result=-1 AND Close < mov(Close,165,Simple)

Page 20: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

315% profit with 51 trades/stock

Page 21: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

SVE_BOLLINGER_BREAK INDICATOR

Page 22: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

SVE_BOLLINGER_BREAK INDICATOR

Page 23: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

SYSTEM OVERVIEW

Bollinger Break Indicator {SVE_Bollinger_Break – Sylvain Vervoort} MovingAverage:= Input("Moving Average :",1,100,15); Deviation:= Input("Deviation :",0.1,5,1.4); LongTermAverage:= Input("Long Term Average :",1,300,165); Buy:= CLOSE > BBandTop(CLOSE,MovingAverage,SIMPLE,Deviation); Sell:= CLOSE < BBandBot(CLOSE,MovingAverage,SIMPLE,Deviation); Result:= If(Buy=1,1,If(Sell=1,0,PREV)); LTBuy:= C>=Mov(CLOSE,LongTermAverage,SIMPLE); LTSell:= C<Mov(CLOSE,LongTermAverage,SIMPLE); LTResult:= If(Result=1 AND LTBuy=1,1,If(Result=0 AND LTSell=1,0,PREV)); Final:= If(Result=1,1,If(Result=0 AND LTResult=1,0,If(Result=0 AND LTResult=0,-1,PREV))); -1; 0; 1; Final

Page 24: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS BASIC SYSTEM

Basics Trend following system Room for Reaction Longer term up/down moves Trading short with longer term

downtrend only Different time frames possible

Page 25: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS BASIC SYSTEM

Basic chart Trading Long

Page 26: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS BASIC SYSTEM

Basic chart Trading Long BBS Defaults

Page 27: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS BASIC SYSTEM

Basic chart Trading Long BBS Defaults Trading Short

Page 28: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS Back Test Results Trading Daily Bars

Page 29: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS BACK TEST RESULTS

350% profit with 44 trades/stock

Page 30: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS BACK TEST

RESULTS

18% Compounded

interest per year.

Page 31: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

MORE PROFIT?

732% Profit

Page 32: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS AND FOREX

Trading EUR.USD 15 Min. bars

Profitable with 15 Min and 60 Min EUR.USD pair. Adapt settings to the data feed of your broker Adapt to demo or live account

Page 33: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS TRADING EUR.USD 15 MIN.

Page 34: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS TRADING EUR.USD 15 MIN.

Page 35: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS TRADING EUR.USD 15 MIN.

Page 36: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS TRADING EUR.USD 15 MIN.

Equity Evolution

Page 37: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS TRADING EUR.USD 15 MIN.

Page 38: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS TRADING EUR.USD 15 MIN.

More Risk, more profit?

Page 39: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS TRADING EUR.USD 15 MIN.

Extreme Risk, extreme profit?

Page 40: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS EXTENDED TOOLS

BBS indicators BBS is NOT perfect Opportunity to make more profit Always synchronize with BBS Short term indicator Medium term indicator

Page 41: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS EXTENDED TOOLS

Stochastic Formula Current price in relation with a previous

price range (sum( C - llv(L, 5), 3) /

sum(hhv(H, 5) - llv(L, 5), 3)) * 100

Page 42: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS EXTENDED TOOLS

SRSI Stochastic RSI

Compares magnitude of gains vs losses RSI = 100 - 100/(1 + RS)

SVE_Stoch_RSI or SRSI

Page 43: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS EXTENDED TOOLS

SRSI Formula

period:= Input("RSI period :",2,100,21); lb:= Input("Look back period :",2,100,10); summing := Input("Summing :",1,50,8); StochRSI:=(Sum(RSI(period) - LLV(RSI(period),lb),summing) / Sum(HHV(RSI(period),lb) – LLV(RSI(period),lb),summing)) * 100; 10; 50; 90; StochRSI

Page 44: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

SRSI

The Stochastic RSI oscillator accurately marks short term tops and bottoms

Page 45: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

PRICE STOCHASTIC

Here we add a standard 30 period price stochastic oscillator, with a K-factor slowing value of 5

Page 46: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

Next I am adding a Smoothed Stochastic Inverse Fisher Transform or SSIFT

SSIFT SMOOTHED STOCHASTIC INVERSE FISHER TRANSFORM

Page 47: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

You can adapt to a fast indicator as in the previous chart or a slower one like in this chart.

SSIFT

Page 48: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

The BBS band and Long Term average. Commonly used 50, 100 and 200 day averages, SRSI, SSIFT and BBS indicator. The complete BBS Template!

BBS TEMPLATE

Page 49: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

TRADING TECHNIQUES

Trading Long and Short Spreading the risk Compounding profits Risk and Money management

Page 50: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

TRADING TECHNIQUES

Trading Long and Short Spreading the risk Compounding profits Risk and Money management Use a Professional reliable online broker Use a margin account Use Technical Analysis Techniques

Page 51: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

TRADING TECHNIQUES

Trading Long and Short Spreading the risk Compounding profits Risk and Money management Use a Professional reliable online broker Use a margin account Use Technical Analysis Techniques Back Test your trading method

Page 52: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

TECHNICAL ANALYSIS TREND REVERSAL RULES

Opening a long position

Page 53: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS
Page 54: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS
Page 55: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS
Page 56: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

TECHNICAL ANALYSIS TREND REVERSAL RULES

Opening a long position Closing a long position

Page 57: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS
Page 58: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

TECHNICAL ANALYSIS TREND REVERSAL RULES

Opening a long position Closing a long position Opening a short position

Page 59: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS
Page 60: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

TECHNICAL ANALYSIS TREND REVERSAL RULES

Opening a long position Closing a long position Opening a short position Closing a short position

Page 61: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS
Page 62: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS TRADING EXAMPLES

OPENING EARLY SHORT POSITION?

Page 63: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS TRADING EXAMPLES

Long term Elliott wave count completed?

Page 64: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

EARLY SHORT POSITION

Page 65: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

EARLY SHORT POSITION

Page 66: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

CLOSING SHORT POSITION

SKIP A TRADE?

Page 67: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

NEW SHORT SIGNAL

Short With Buyback Limit Price.

Page 68: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

SHORT POSITION CLOSED

Early Long Position

Page 69: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

PRICE/TIME TARGET REACHED

Early Profit

Early Short with Buyback

Page 70: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BUYBACK PRICE REACHED

Wait and See

Page 71: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

New Early Short?

Page 72: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

Close short early?

Page 73: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

TREND LINE SUPPORT AND RESISTANCE

Breaking a Trend, Support, or resistance Line

Page 74: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BREAKING DOWNTREND/UPTREND LINE

Page 75: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

TREND LINE SUPPORT AND RESISTANCE

Up Or Down?

Page 76: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

TREND LINE SUPPORT AND RESISTANCE

DOWN!

Page 77: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

RISK MANAGEMENT

BBS Closing Signals

& Emergency Stop

Page 78: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

MONEY MANAGEMENT

Limited number of Stocks Capital evenly divided between selected stocks No Profit or Loss sharing Limited loss if one stock fails completely Profitable stocks create maximum profit Poorly performing stocks have limited influece Spread the capital between sufficient number of

stocks

Page 79: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

BBS STOCK SELECTION

Stocks with larger moves Manually select stocks If too many stocks found, use this formula:

(High-Low)/(Low+(High-Low)/2)*100; 2.5; 5; 10;

Filter Stocks

Page 80: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

Look at Long term

Page 81: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

Daily Volatility

Page 82: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

Avoid Long term flat price move

Page 83: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

Avoid Extreme moves in short time

periods

Page 84: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

Avoid nice moves but with not enough

price change

Page 85: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

Avoid large differences in volatility

(not enough volume)

Page 86: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

Avoid too much extreme volatility days

Page 87: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

A Good Long Term Example

Page 88: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

Short Term Sample

Page 89: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

IMPORTANT NOTICE

BBS Formulas will be in a separate confidential document

BBS is licensed, NOT sold Professional, commercial use requires contract

http://stocata.org/

[email protected]

Page 90: BBS Band Break System - Traders' Library Band Break System Automated Trading Expert . by Sylvain Vervoort . ... Bollinger Bands Break indicator BBS Basic chart, Rules and Results BBS

THANK

YOU

http://stocata.org/ [email protected]