Skip to Content
Timing Solutions for Swing Traders: A Novel Approach to Successful Trading Using Technical Analysis and Financial Astrology
book

Timing Solutions for Swing Traders: A Novel Approach to Successful Trading Using Technical Analysis and Financial Astrology

by Robert Lee, Peter Tryde
October 2012
Intermediate to advanced
250 pages
6h 3m
English
Wiley
Content preview from Timing Solutions for Swing Traders: A Novel Approach to Successful Trading Using Technical Analysis and Financial Astrology

DECIPHERING TREND WITH VOLUME

A trend directional system, shown in the middle window of Figure 5.9, may also be incorporated into the volume indicator. The lower window shows just the percentage plot of the volume indicator without the trend indicator. When the trend is weak, the color histogram of the volume plot is red, and it is blue when the trend is strong. A tall red histogram generally at the halfway point of the decline would indicate bearishness in the market, and a tall blue histogram would indicate bullishness.

FIGURE 5.9 The difference in the plots of a volume indicator. The lower window shows the normal plot of a percentage volume indicator and the middle window shows addition of a trend system to the volume indicator.

image

The formula for computing an indicator combining volume and trend in TradeStation format is as follows:

{Parameters Input}
Input: VolLength1(2), VolLength2(10), Percent(200), ShowTrendMarker(True);
{Input of variables}
Vars:BarColor(0), SMA(0), WMA(0);
{Input volume indicator criteria here}
If CurrentBar>1 then begin
Value10=XAverage(Volume,VolLength1);
Value20=Average(Volume,VolLength2);
If Value20<>0 then Value30=100*(Value10/Value20)
else Value30=0;
end;
{Input your system conditions here}
If CurrentBar>1 then begin
SMA=T3(Close, 5);
WMA=T3(TypicalPrice,9);
If SMA > WMA then
BarColor=Blue else
If SMA <= WMA then
BarColor=Red else ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Technical Analysis for the Trading Professional, Second Edition: Strategies and Techniques for Today’s Turbulent Global Financial Markets, 2nd Edition

Technical Analysis for the Trading Professional, Second Edition: Strategies and Techniques for Today’s Turbulent Global Financial Markets, 2nd Edition

Constance Brown

Publisher Resources

ISBN: 9781118339206Purchase book