Results 6 comments of Huy Tran

Neat! According to : https://developer.tdameritrade.com/content/streaming-data#_Toc504640622 ![image](https://user-images.githubusercontent.com/15929703/133664692-bcdadd1b-2490-4d55-9b06-6a13e9bfbc45.png) We can relate the Headline ID to the key we need. If we run a subscribe to a symbol, for example, below I have...

there's an example here : https://github.com/polakowo/vectorbt/blob/b5d49438492e442c936c8580d2e1580f1eda5e47/vectorbt/signals/generators.py#L686

Hello, you may want to utilize existing vbt.OHLCSTX library, there's a plethora of functions you can use to create signals from OHLC. Here's a quick example i stole from :...

from pf.trades.records_readable, you can take the delta of entry and exit times to get a column for duration and work from there. Then run your calculations from that column. Not...

thankful for this issue, i found where to find this tool, shouldn't have to be this way lol