Skip to content

PythonPowerTraders/automating-technical-analysis-akurgat

 
 

Repository files navigation

Financial trading using Technical and Timeseries Analysis. Open in Streamlit

Links:

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 Divergence Convergence' 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.

About

Using data analytics of popular trading strategies and indicators, to identify best trading actions based solely on the price action.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.5%
  • Other 0.5%