A library to calculating td sequental.
Project description
TD Sequential Calculator
A library to calculating td sequental.
Install
pip3 install td-sequential-calculator
Using
In another script
from td_sequential_calculator import TDS
for i in range(13):
buy_setup, sell_setup, buy, sell = TDS.price_update(i)
print(f"Buy setup: {buy_setup}")
print(f"Sell setup: {sell_setup}")
if buy:
print("BUY")
elif sell:
print("SELL")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for td_sequential_calculator-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cd4c244a461e1770390ca22297780c1baf2b632d47462fd2305158e00068b2f |
|
MD5 | 4f02672cc0c67eb142401fc1a5847cb3 |
|
BLAKE2b-256 | 161ced7f7c47e57d29ada9384d1017b9862cd8eae5aafbd25ea2ff57aec5ba42 |