forex-trend-trading-signals / instructions.md
tosin2013's picture
working code
4fb992f
### Purpose:
This script is for research purposes only and is not intended for actual trading. It demonstrates how to use the AlphaVantage API to perform backtesting and generate trading signals.
### Instructions:
1. **Get Your API Key:**
- Sign up for an API key on the [AlphaVantage website](https://www.alphavantage.co/).
- Enter your API key in the 'API Key' field.
2. **Select Currency Pairs:**
- Choose the 'From Currency' and 'To Currency' from the dropdown menus.
3. **Choose Interval:**
- Select the 'Interval' for your backtest.
4. **Run Backtest:**
- Click 'Submit' to run the backtest and get trading signals.
Code Documentation
------------------
* [README.md](https://huggingface.co/spaces/tosin2013/forex-research/blob/main/README.md)
---