Skip to content
Quant & Fintech Opensource Projects edited this page Oct 28, 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.

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