Script is tracking price gaps on stock or idexes that are not continuosly traded. Usually, such gaps are filled fairly quickly. This script finds and trace price gaps.
Script settings:
PRICE GAP SCANNER Intraday gaps - For intervals shorter than a day we can incluse od exclude gaps on bars during traiding day. Track gaps (limited) - Gaps tracking limited to few bars. Full tracking available in PRO version.
Active - Background color for Active gap visualization Filled - Background color for Filled gap visualization
ALERTS - ANY ALERT() FUNCTION CALL Open gap: - Sending alert when new gap appers. - $ - Sending in message cash value of the gap - % - Sending in message percent value of the gap Close gap - Sending alert when gap was filled.
Stats Table - Type of table with statistics shown on the screen:
H(idden) - Do not show any statistics
B(ase) - Basic statistics about filling gaps
A(ctive) - List of not filled gaps
F(illed) - List of filled gaps
Offset - Starting index for Active/Filled list Count - Number of shown rows for Active/Filled list.
Options available in PRO versions Set alarms to be notified about: - New gap that appeared, with $ or % value in the message - Filling of a gap. - Shows how often the gaps are filled on the same trading day and in the longer term. - Calculating all the stats - Full gaps tracking: making gaps smaller when they are parcial filled, hiding filled gaps.