mirror of
https://github.com/andrewkdinh/fund-indicators.git
synced 2024-11-21 14:34:20 -08:00
5d1f96c403
Added color, config file, moved packages into ./modules
64 lines
1.1 KiB
JSON
64 lines
1.1 KiB
JSON
{
|
|
"_comment": "Only use this if everything you know is correct",
|
|
"Config": {
|
|
"Check Packages": true,
|
|
"Check Python Version": true,
|
|
"Check Internet Connection": false,
|
|
"Get Joke": true,
|
|
"Benchmark": "SPY",
|
|
"Method": "Kiplinger",
|
|
"Time Frame": 60,
|
|
"Indicator": "Expense Ratio",
|
|
"Remove Outliers": true,
|
|
"Sources": [
|
|
"Alpha Vantage",
|
|
"Yahoo",
|
|
"IEX",
|
|
"Tiingo"
|
|
]
|
|
},
|
|
"Possible Values": {
|
|
"Check Packages": [
|
|
true,
|
|
false
|
|
],
|
|
"Check Python Version": [
|
|
true,
|
|
false
|
|
],
|
|
"Check Internet Connection": [
|
|
true,
|
|
false
|
|
],
|
|
"Get Joke": [
|
|
true,
|
|
false
|
|
],
|
|
"Benchmark": [
|
|
"SPY",
|
|
"DJIA",
|
|
"VTHR",
|
|
"EFG"
|
|
],
|
|
"Method": [
|
|
"Read",
|
|
"Manual",
|
|
"U.S. News",
|
|
"Kiplinger",
|
|
"TheStreet"
|
|
],
|
|
"Time Frame": "Any integer",
|
|
"Indicator": [
|
|
"Expense Ratio",
|
|
"Market Capitalization",
|
|
"Turnover",
|
|
"Persistence"
|
|
],
|
|
"Remove Outliers": [
|
|
true,
|
|
false
|
|
],
|
|
"Sources": "Choose an order out of ['Alpha Vantage', 'Yahoo', 'IEX', 'Tiingo']"
|
|
}
|
|
}
|