HawkEye Volume Indicator

HawkEye Volume Indicator

HawkEye volume, developed by Nigel Hawks, is supposed to be a premier VSA indicator.

First, it starts by setting up some rules about how far it should look back in time, which is referred to as ‘Length’, and a ‘Divisor’ that helps decide how sensitive we want our color-changing rules to be.

Next, it calculates averages or ‘moving averages’ – which are kind of like taking the temperature of the market over time – of the market’s range and volume, over the period specified by ‘Length’. This is like our baseline or ‘normal’.

Then, it calculates a ‘midpoint’ of the previous day’s high and low prices and sets an upper and lower boundary (u1 and d1) around this midpoint based on our ‘Divisor’. This is like establishing our zone of comfort around the middle point.

After setting these ground rules, it goes on to create different sets of conditions for when it should color the volume bars. These conditions are a bit like a series of “if-then” statements or a checklist it goes through.

It first looks for a set of conditions (REnabled) that might suggest the market is bearish, or going down (these conditions are a bit like seeing dark clouds on the horizon). If these conditions are met, it gets ready to paint the volume bar red.

Then it checks for a different set of conditions (GEnabled) that might suggest the market is bullish, or going up (these conditions are a bit like seeing a clear, sunny day ahead). If these conditions are met, it gets ready to paint the volume bar green.

Finally, it checks for yet another set of conditions (GREnabled) that suggest the market is neutral, or not clearly moving up or down (these conditions are a bit like a partly cloudy day). If these conditions are met, it gets ready to paint the volume bar gray.

Finally, it applies the color to the volume bars based on the met conditions and gives you the output – a colored histogram-style chart of trading volumes. This can provide a visual representation of the market conditions, helping you to see at a glance what’s happening in the market.

Share this

Risk disclosure:

No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.

ProRealTime ITF files and other attachments : How to import ITF files into ProRealTime platform?

PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials

avatar
Register or
Related users ' posts
Nicolas Thanks for contributing to the "ichimoku section" of the prorealtime code library Don't he...
sourberry Thank you , this is a great indicator works beautifully. Could you kindly modify to scr...
pp_playaflamenca Excuse me,... reading your code about spanB: [ SenkouSpanBFutureW = (Highest[SenkouSpanPerio...
Nicolas
8 years ago
Better Volume
Better Volume
39
Indicators
Keyeming Hello Nicolas; not sure to undersntad line 167, and in the video I d'ont remember that the a...
Nicolas I don't know, this code is 6 years old and I made a 1:1 translation of the provided code by ...
Alai-n https://emini-watch.com/free-stuff/volume-indicator/
Nicolas
9 years ago
Nicolas You will find the VWAP code from PRT here: https://www.prorealcode.com/topic/is-there-any-wo...
keks Thanks for sharing this wonderful code. Is there a way to draw a horizontal line to plot pre...
taklause Hello, just one question, can it be that this indicator does not work on ProRealTime v12? T...
pata_tony Hi, i'm not able to see the indicator. Could you please help me? Thanks
Nicolas This is not an indicator but a screener, to be used with the ProScreener module.
JOKAMAURICE Le programme ne se charge pas dans PRT
RobHansson Thanks for this screener. I would like the tool removed the shares that have been on the lis...
davidspain hello doctor!! amazing job. I would like to ask u if it is possible to create an indicator ...
GABRIELE1976 bonjour, je voudrais utiliser ce screener pour trouver les titres qui, à l’ouverture de la j...
Nicolas
9 years ago
Up on Big Volume
Up on Big Volume
0
Screeners
Nicolas
9 years ago
Nicolas
9 years ago
Nicolas
9 years ago
Nicolas Just replace the last line with this : RETURN dm as "Volume Weighted MACD", masignal as "Si...
thomas2004ch I happen to read this article. I would say the formel 'd = maslow - mafast' could be inverse...
Nicolas You are right! but still the picture is looking good. The formula is inverted! dunno why :) ...

Top