Automating Technical Analysis
Using data analytics alongside popular trading strategies and indicators, to identify best trading actions based solely on the price action.
Install / Use
npx skills add akurgat/automating-technical-analysisInstalls into whichever agent you are using.
README
Financial trading using Technical and Timeseries Analysis. 
Links:
- https://share.streamlit.io/akurgat/automating-technical-analysis/Trade.py
Project goal:
Profitable stocks and crypto trading involves a lot of know how and experience in Technical Analysis. However, the fundamentals behind technical analysis techniques, tools, resources and effective strategies can be complex to grasp, understand and even expensive to access.
Solution:
The main point of any sort of asset trading is to make a profit. This boils down to effectively three actions based on the price movements, 'When should I buy?', 'When should I sell?' and 'When should I hold my current position?' to maximize profits and minimize losses. Therefore, by using data analytics it was possible to translate real-time price movements to determine whether to buy, sell or hold based on historical price trends. This was achieved by combining a number of popularly used trading strategies and indicators such as 'Moving Average Convergence Divergence', 'Slow Stochastic', 'Relative Strength Index' etc. More so, by feeding these sequences to a Transformer Encoder Neural Network to learn the price patterns and trading actions, the deep learning model could provide with the most appropriate action to be taken at any given time.
Related Skills
python-debugpy
385.5kDebug Python with pdb, breakpoint(), post-mortem inspection, and debugpy remote attach.
skill-creator
385.5kCreate, edit, audit, tidy, validate, or restructure AgentSkills and SKILL.md files.
claude-opus-4-5-migration
140.6kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
automl-hyperparameter-optimization
40.5kAutoML and hyperparameter optimization rules for Python ML projects using Ray Tune, Optuna, PyCaret, and time-series AutoML libraries
