Skip to main content

economic estimation

Project description

Bravo! You have received a Mercantilism Diploma in "rollercoaster" from the Orbital Convergence University International Air and Water Embassy of the Tangerine Planet (the planet that is one ellipse further from the Sun than Earth's ellipse).

You are now officially certified to include "rollercoaster" in your practice.

--

rollercoaster

install

pip install rollercoaster

tutorial

This starts a dashboard on port 20000 that can be opened in a browser.

rollercoaster help
rollercoaster help --port 20001

rides (OCHLV)

rides.season_3.super_hero_trend

stats (options)

stats.aggregate_break_even

"""
	formula:
		for each contract:
			Fraction (
				summation (contract_price * break_even * open_interest * shares_per_contract),
				summation (contract_price * open_interest * shares_per_contract) 
			)
"""

Tradier_API_authorization = ""
		
#
#	This presumes that the symbol is unique...
#
import rollercoaster.clouds.Tradier.procedures.options.combine as combine_options  
import rollercoaster.stats.aggregate_break_even as aggregate_break_even
break_evens = aggregate_break_even.calc ({
	"expirations": combine_options.presently ({
		"symbol": "SOYB",
		"authorization": Tradier_API_authorization
	})
})

import rich
rich.print_json (data = break_evens)

stats.aggregate_PC_ratio

This is essentially the Market Capitalization (MC) ratio of every "put"
to every "call" for a symbol.

	example:
		2 : 1

		indicates that:
			2/3 of the money is on puts 
			1/3 of the money is on calls
	formula:
		for each contract:
			summation (contract_price * open_interest * shares_per_contract)
import rollercoaster.stats.aggregate_PC_ratio as aggregate_PC_ratio
import rollercoaster.clouds.Tradier.procedures.options.combine as combine_options  
PC_ratios = aggregate_PC_ratio.calc ({
	"expirations": combine_options.presently ({
		"symbol": "SOYB",
		"authorization": Tradier_API_authorization
	})
})

import rich
rich.print_json (data = {
	"PC ratios": PC_ratios
})

clouds

clouds.Coinbase.API.products.candles

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vortexes-0.0.1.tar.gz (436.1 kB view details)

Uploaded Source

Built Distribution

vortexes-0.0.1-py3-none-any.whl (507.5 kB view details)

Uploaded Python 3

File details

Details for the file vortexes-0.0.1.tar.gz.

File metadata

  • Download URL: vortexes-0.0.1.tar.gz
  • Upload date:
  • Size: 436.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.10.12 Linux/6.5.0-28-generic

File hashes

Hashes for vortexes-0.0.1.tar.gz
Algorithm Hash digest
SHA256 5bcc866d593414fe37fee6b640a7073255627da8fb4e9682367e2ac51e129c7f
MD5 5188cf063968460820815d61d622e4a9
BLAKE2b-256 616b6acb986bac6ddb87950236a332f7cae049e8a96a8ca48109f157fee5b283

See more details on using hashes here.

File details

Details for the file vortexes-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: vortexes-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 507.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.10.12 Linux/6.5.0-28-generic

File hashes

Hashes for vortexes-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 aaa4f7e8469198dd9b72469cda154e8871986730f6b8c6e0647c135bc345585c
MD5 d953ebc24c7a1e0db7be13654e4ad3f9
BLAKE2b-256 f3f511d9b4e06fb6f1502dfe47655ef85e9c769c3a2e546121bc1026ea3bd22e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page