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)
assert (
treasure_at_inclines_VM ["treasure purchase victory multiplier"] == 1.54871822964367
)
open_price_at_spans_VM = purchase_treasure_over_span_VM.calc (enhanced_trend_DF)
assert (
open_price_at_spans_VM == 1.5598574915872383
), open_price_at_spans_VM
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.0.tar.gz
(25.9 kB
view hashes)
Built Distribution
Close
Hashes for ramps_majestic-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4e1d1d80da5caff555dab87aef4e09b1737aa8a7c637a5e096cbad118c77a90 |
|
MD5 | fa79434bc71ef2d6df72fb9c62ea7a06 |
|
BLAKE2b-256 | faf9b3864aebfe82d5ee9749a6df617770a7677d3fd036dbe329d70e8864ad91 |