Metadata-Version: 2.2
Name: tradingsystemsdata
Version: 1.0.7
Summary: End of day backtesting of Technical trading rules.
Home-page: https://github.com/GBERESEARCH/tradingsystemsdata
Author: GBERESEARCH
Author-email: gberesearch@gmail.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.16.2
Requires-Dist: pandas>=1.0.0
Requires-Dist: scipy>=1.4.1
Requires-Dist: norgatedata>=1.0.48
Requires-Dist: technicalmethods>=0.1.6
Requires-Dist: yfinance>=0.2.40
Requires-Dist: requests>=2.24.0

# tradingsystems
## End of day backtesting of Technical trading rules

&nbsp;

### Entry strategies: 
  - Double MA Crossover
  - Triple MA Crossover
  - Quad MA Crossover
  - Parabolic SAR
  - Channel Breakout
  - Stochastic Crossover
  - Stochastic Over Under
  - Stochastic Pop
  - Relative Strength Index (RSI)
  - Average Directional Index (ADX)
  - Moving Average Convergence Divergence (MACD)
  - Commodity Channel Index (CCI)
  - Momentum
  - Volatility

&nbsp;

### Exit strategies:
  - Parabolic SAR
  - Support / Resistance
  - Trailing Relative Strength Index
  - Key Reversal Day
  - Trailing Stop
  - Volatility
  - Stochastic Crossover
  - Profit Target
  - High/Low Range
  - Random

&nbsp;

### Stop strategies:
  - Initial Dollar
  - Support / Resistance
  - Immediate Profit
  - Breakeven
  - Trailing Close Stop
  - Trailing High / Low Stop

&nbsp;

### Data Sources:
  - Norgate Data: Commodities (requires a [Futures package] subscription) 
  - Alpha Vantage: Cash Equities, FX, Crypto (requires an [Alpha Vantage API key])
  - Yahoo Finance: US Cash Equities

&nbsp;
