mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-19 02:58:05 +00:00
for dev branch
This commit is contained in:
@@ -13,6 +13,8 @@ Alphavantage - Free API to collect quotes for stock, Forex and crypto. It requir
|
||||
|
||||
</summary> */
|
||||
|
||||
/* TODO: refactor into three feeds: FX, Crypto, Stock */
|
||||
|
||||
public class Alphavantage_Feed : TBars
|
||||
{
|
||||
public enum Interval { Month, Week, Day, Hour, Min30, Min15, Min5, Min1}
|
||||
@@ -113,7 +115,7 @@ public class Alphavantage_Feed : TBars
|
||||
{
|
||||
Interval.Month => "_MONTHLY",
|
||||
Interval.Week => "_WEEKLY",
|
||||
Interval.Day => "_DAILY",
|
||||
Interval.Day => "_DAILY_ADJUSTED",
|
||||
Interval.Hour => "_INTRADAY&interval=60min",
|
||||
Interval.Min30 => "_INTRADAY&interval=30min",
|
||||
Interval.Min15 => "_INTRADAY&interval=15min",
|
||||
|
||||
Reference in New Issue
Block a user