QTusers Forum
February 09, 2012, 11:50:08 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to the QuoteTracker Users Discussion Forum
Latest QuoteTracker Version is 3.9.7
Released on April 13th 2010

 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: Breakouts (Increasing Volume or Volume Spike)  (Read 593 times)
dbg32
Just Visiting

Posts: 1


« on: July 18, 2009, 01:14:40 PM »

I've been going crazy trying to figure this out. Is there a paintbar that will tell me when volume is increasing or there is a large volume spike in a stock. I've ben trying to put together a breakout painbar..something that will tell me when a stock has crossed its daily resistance area in combination with increasing volume. Any help would be greatly appreciated. Thank you.
Logged
Gazilla
Hero Member
*****
Posts: 117



« Reply #1 on: July 18, 2009, 08:25:22 PM »

Hi,
I use this paintbar:

if MACD No Histogram.Main <=MACD No Histogram.Signal
AND MACD No Histogram.Main >=MACD No Histogram.Main[1]
AND Volume+EMA >=Volume+EMA.EMA
AND Bar Close >Bar Open
set color to Yellow and stop

Set the Paintbar to Candle (or whatever you want)

I call it the 'MACD GoldBar'. It identifies stocks that have a volume increase over the Volume EMA(14) when the MACD is turning up from under to the Signal line.

Could use the MACD SMA check box or, the MACD could easily be substituted with a Stochastic, or any other indicator. So it could be called the 'Stochastic GoldBar'!
If you just want to identify Volume delete the MACD in the code, and play with the Volume stuff.
« Last Edit: July 18, 2009, 08:41:23 PM by Gazilla » Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!