File size: 776 Bytes
1b4fca8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4fb992f
1b4fca8
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
### 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)
---