-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added final config and input options
- Loading branch information
1 parent
e439509
commit 82ce97c
Showing
5 changed files
with
3,677 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.