Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1 KB

File metadata and controls

29 lines (18 loc) · 1 KB

Calculate SMA and RSI (Python Final Project)

This is for the Python101 course final project at BAU University, where you can calculate the SMA and RSI for any trading data set you have.

Table of Contents

Introduction

The Simple Moving Average (SMA) and Relative Strength Index (RSI) are two classic technical indicators used in trading. The SMA is useful for identifying trends, while the RSI is useful for spotting overbought and oversold conditions.

Installation

you can clone the repository to your project or you can download the zip file from GitHub and then unzip it.

Usage After finishing the installation then you can run the "main.py" file to start the program, but just make sure to replace the orcl.csv file with your wanted data.

Contributor

  • Ahmed Mohamed Abdelhamid AbdelAziz Moussa ( 2356050 )

License

anyone can use the code free of any charge.