Giter VIP home page Giter VIP logo

ichimoku-crypto's Introduction

Ichimoku Crypto

Description

An example of crypto-modified ichimoku clouds in Python / pandas / Matplotlib. This demo shows how to calculate and generate beautiful Ichimoku diagrams.

Sample Generated Image:

Ichimoku Crypto (Python) Sample Code

Telegram Group

Link: https://t.me/kumo_trading_tech_analysis

  • Learn how to use Ichimoku strategies for crypto trading
  • Stay updated with automated daily Kumo Reports and analysis on promising coins

Installation

  1. install pipenv to manage dependencies (https://docs.pipenv.org/)
  2. Install python-tk
  3. Run pipenv - will install all dependencies in a virtual environment

Running in console pipenv run python

from ichimoku import *
# Load Sample Data into a dataframe
df = pd.read_csv('./sample-data/ohcl_sample.csv',index_col=0)
# Initialize with ohcl dataframe
i = Ichimoku(df)
# Generates ichimoku dataframe
ichimoku_df = i.run()

# Plot ichimoku
i.plot()

Crypto-modified Ichimoku Values

Signal Stocks(9a-5p) Crypto (adj 24/7) Double it (accepted value) Formula
Tenkan (conversion): 9 10 20 (eg. 9-period high + 9-period low)/2))
Kijun (base): 26 30 60 (eg. 26-period high + 26-period low)/2))
Senkou span A (faster): (Conversion Line + Base Line)/2))
Senkou span B (slower): 52 60 Double: 120 (eg. 52-period high + 52-period low)/2))
Cloud displacement: 26 30 Double: 30
Chikou (lagging span): 26 30 Double: 30

ichimoku-crypto's People

Contributors

kumotrader avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.