No project description provided
Project description
Bravo! You have received a Medical Diploma from
the Orbital Convergence University International Air and Water Embassy of the Tangerine Planet.
You are now officially certified to include this module in your practice.
ramps_majestic
description
install
pip install ramps_majestic
--
usage
from datetime import datetime
import json
import pprint
import pandas
import rich
import ramps_majestic
import ramps_majestic.victory_multiplier.purchase_treasure_at_inclines as purchase_treasure_at_inclines_VM
import ramps_majestic.victory_multiplier.purchase_treasure_over_span as purchase_treasure_over_span_VM
import ramps_majestic.example_data.read as read_example_data
trend = read_example_data.start ("yahoo-finance--BTC-USD.CSV")
trend_DF = pandas.DataFrame (trend)
enhanced_trend_DF = ramps_majestic.calc (
trend_DF,
period = 14,
multiplier = 3
)
enhanced_list = enhanced_trend_DF.to_dict ('records')
'''
This calculates the multipliers
'''
treasure_at_inclines_VM = purchase_treasure_at_inclines_VM.calc (
enhanced_trend_DF,
include_last_change = True
)
rich.print_json (data = treasure_at_inclines_VM ["relevant"])
open_price_at_spans_VM = purchase_treasure_over_span_VM.calc (enhanced_trend_DF)
print ("open_price_at_spans_VM:", open_price_at_spans_VM)
print ("treasure_at_inclines_VM:", treasure_at_inclines_VM ["treasure purchase victory multiplier"])
ramps_majestic.chart_the_data (
enhanced_trend_DF,
treasure_at_inclines_VM
)
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
ramps_majestic-1.0.1.tar.gz
(25.9 kB
view details)
Built Distribution
File details
Details for the file ramps_majestic-1.0.1.tar.gz
.
File metadata
- Download URL: ramps_majestic-1.0.1.tar.gz
- Upload date:
- Size: 25.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9792a246c949f3915b35591e665d4a0e43ffd21ee3aba23954d1a9e684c0ee82 |
|
MD5 | cb120fe9679b57c53314478b33f7b9c3 |
|
BLAKE2b-256 | 83cfd2bd2a2e2e837cb0c7795db2b14c43aa26bc90575416d1b40c4fb838621b |
File details
Details for the file ramps_majestic-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: ramps_majestic-1.0.1-py3-none-any.whl
- Upload date:
- Size: 31.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64599d89ea985b3718704ed621a7fdf4093a9b7f04c7353836f3f7141c7926af |
|
MD5 | 84dfece1e988939fc8b7ac4ab020bf02 |
|
BLAKE2b-256 | 0dd1933f6f87271675168b5be5b7bf719b312febb7a407b20dbcb3796a7775b9 |