NAME
Tradestie::WSBetsAPI::TTM_Squeeze_Stocks - TTM Squeeze Stocks class
VERSION
version 0.001
SYNOPSIS
[
{
'date': 'Fri, 18 Nov 2022 00:00:00 GMT',
'in_squeeze': False,
'no_of_days_in_squeeze': 0,
'no_of_days_out_of_squeeze': 2,
'out_of_squeeze': True,
'ticker': 'AA'
},
...
]
DESCRIPTION
TTM Squeeze Stocks Scanner API
This Api returns stocks which are in TTM Squeeze or out of Squeeze
Change the date to find the stocks for a different date.
Note - The list gets updated every day around 6pm EST
ATTRIBUTES
date
Holds the date of the stocks associated with that time.
in_squeeze
Holds a boolean value (True - 1 or False - 0) indicating whether the ticker is in the squeeze.
no_days_in_squeeze
Holds the total number (or count) of days that the ticker is in the squeeze.
no_of_days_out_of_squeeze
Holds the total number (or count) of days that the ticker is out of the squeeze.
out_of_squeeze
Holds a boolean value (True - 1 or False - 0) indicating whether the ticker is out of the squeeze.
ticker
Holds the ticker's symbol.
AUTHOR
Nobunaga <nobunaga@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2024 by Rayhan Alcena.
This is free software, licensed under:
The MIT (X11) License