Skip to content

Commit

Permalink
Added final config and input options
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgavalas committed Apr 20, 2015
1 parent e439509 commit 82ce97c
Show file tree
Hide file tree
Showing 5 changed files with 3,677 additions and 0 deletions.
34 changes: 34 additions & 0 deletions config/FinalConfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"StartDate": "2005-03-31T00:00:00",
"EndDate": "2015-04-13T00:00:00",
"UseTodaysDate": true,
"DataType": "daily",
"ShouldFilterBad": true,
"NumBarsBadFilter": 500,
"BadFilterProfitTarget": 0.3,
"TrendStrength": 4,
"UseAbbreviatedOutput": true,
"OnlyOutputLastBuyList": true,
"ShouldOpenWebPage": false,
"MinOrders": 3,
"UseLookbackBars": false,
"MaxLookBackBars": 500,
"MaxLookBackOrders": 15,
"MaxConcurrentOrders": 1,
"ProfitTarget": 0.05,
"StopTarget": 0.04,
"MaxBarsOrderOpen": 5,
"SizeOfOrder": 6000.0,
"UseLimitOrders": false,
"MaxBarsLimitOrderFill": 3,
"MaxComboSize": 4,
"ComboLeewayBars": 0,
"MaxBuysPerBar": 3,
"MinRequiredOrders": 3,
"MinComboSizeToBuy": 1,
"InitialAccountBalance": 999999999,
"PercentForBuy": 85.0,
"NumBarsToDelayStart": 250,
"InstrumentListFile": "C:\\Users\\Nik\\Documents\\Investing\\StocksRelease\\input\\halfmil.csv",
"OutputFolder": "C:\\Users\\Nik\\Documents\\Investing\\StocksRelease\\web\\output"
}
2 changes: 2 additions & 0 deletions config/listdownloader/urls1million.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
https://www.google.com/finance?output=json&start=0&num=500&noIL=1&q=[currency%20%3D%3D%20%22USD%22%20%26%20%28exchange%20%3D%3D%20%22NASDAQ%22%29%20%26%20%28average_volume%20%3E%3D%201000000%29%20%26%20%28average_volume%20%3C%3D%2050230000%29%20%26%20%28last_price%20%3E%3D%200.5%29%20%26%20%28last_price%20%3C%3D%201381%29]&restype=company&ei=6bUpVbn1NMaSqgHproGgBQ
https://www.google.com/finance?output=json&start=0&num=1000&noIL=1&q=[currency%20%3D%3D%20%22USD%22%20%26%20%28exchange%20%3D%3D%20%22NYSE%22%29%20%26%20%28average_volume%20%3E%3D%201000000%29%20%26%20%28average_volume%20%3C%3D%2082950000%29%20%26%20%28last_price%20%3E%3D%200.5%29%20%26%20%28last_price%20%3C%3D%20215212%29]&restype=company&ei=6bUpVbn1NMaSqgHproGgBQ
Loading

0 comments on commit 82ce97c

Please sign in to comment.