- Date_of_month = data collection day happens at the end of each month.
- Column weeks['times'] contains 36 monthly dates from 3 previous years from date_of_month.
- Column weeks['volumes'] contain amounts for each of those 36 months.
- The column period represents some months.
- Each search and date_of_month row has one of these three periods: 1, 3, 6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ | |
// © faiyaz7283 | |
//@version=5 | |
indicator(title="Watchlist Heatmap", shorttitle="WL Heatmap", overlay=true) | |
// ::Imports:: { | |
import faiyaz7283/tools/9 as tools | |
import faiyaz7283/printer/6 as prnt |