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
File details
Details for the file td_sequential_calculator-0.1.0.tar.gz
.
File metadata
- Download URL: td_sequential_calculator-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cd4c244a461e1770390ca22297780c1baf2b632d47462fd2305158e00068b2f |
|
MD5 | 4f02672cc0c67eb142401fc1a5847cb3 |
|
BLAKE2b-256 | 161ced7f7c47e57d29ada9384d1017b9862cd8eae5aafbd25ea2ff57aec5ba42 |