-
Notifications
You must be signed in to change notification settings - Fork 1
/
pairs_list.R
29 lines (26 loc) · 1.18 KB
/
pairs_list.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
##################################################################
#### Active Pairs List ########################################
#### Enginetix ########################################
#### J.K. DeHart ########################################
#### 06.09.12 ########################################
#### V0.1 ########################################
##################################################################
##################################################################
# Majors:
#EURUSD # - Euro vs. the U.S. dollar (Fiber)
#GBPUSD # - British pound vs. the U.S. dollar (Sterling, Cable)
#AUDUSD # - Australia dollar vs. the U.S. dollar (Aussie)
#NZDUSD # - New Zealand dollar vs. the U.S. dollar (kiwi)
#USDJPY # - U.S. dollar vs. the Japanese yen (the Yen)
#USDCHF # - U.S. dollar vs. the Swiss franc (Swissie)
#USDCAD # - U.S. dollar vs. the Canadian dollar (Loonie)
#XAUUSD # - Gold
#XAGUSD # - Silver
# Crosses:
#AUDJPY
#EURJPY
#GBPJPY
#NZDJPY
pairs <- c("EURUSD", "GPBUSD", "AUDUSD", "NZDUSD", "USDJPY", "USDCHF",
"USDCAD", "XAUUSD", "XAGUSD", "AUDJPY", "EURJPY", "GPBJPY",
"NZDJPY")