Skip to content
Quant & Fintech Opensource Projects edited this page Oct 30, 2022 · 25 revisions

Welcome to this Wiki dedicated to the Ichimoku Analyst Framework.

My intent is to have a framework for analyzing how efficient can be the use of the Ichimoku Kinko Hyo system.

Targeted audience

This framework will be useful for Ichimoku Kinko Hyo analysts. It will save you a lot of time. It can scan hundreds of Crypto assets in all the available timeframes of any Crypto Exchange.

For example, you can use it to scan for all the assets from Binance that are currently getting over their Kumo cloud. You can also use it to scan for all the assets that have got over their Kumo cloud and that are still over it. You can also scan for all the assets that are getting over their Kijun sen, or have got over their Kijun sen. You can do the same but in a downtrend perspective (assets that are currently getting under their Kumo cloud etc... etc...). You can use options such as :

  • Scan for assets that have their Chikou Span over or under all their Ichimoku Levels (SSA, SSB, Kijun, Tenkan, Low Price).
  • Scan for assets that have their current price over or under all their Ichimoku Levels.

There are many combinations. Sure that you will find the one that will make you millionnaire ;)

The main components of the ICHIMOKU ANALYST FRAMEWORK

The main components of this framework are actually :

  • The Ichimoku Kinko Hyo scanner (INELIDA Scanner) : ./Binance-and-FTX-API-Work/CCXT_ICHIMOKU/Ichimoku2022_Multithreaded.py
  • The results aggregator : ./Binance-and-FTX-API-Work/CCXT_ICHIMOKU/analyze-scan-results.py

INELIDA Scanner produces its final results files in the following folder : ./Binance-and-FTX-API-Work/CCXT_ICHIMOKU/ScanResults

The results aggregator consumes the results file that are in ./Binance-and-FTX-API-Work/CCXT_ICHIMOKU/ScanResults And produces its result file in : ./Binance-and-FTX-API-Work/CCXT_ICHIMOKU/ScanResultsAnalyzer