Commit Graph

7 Commits

Author SHA1 Message Date
Jared Broad fb7d1994ff Tidy and add tags 2017-09-20 17:14:44 -04:00
Stefano Raggi 6bfea3d216 Post merge fixes
- Update quantity to decimal in OptionExerciseOrder
- Update FractionalQuantityRegressionAlgorithm to use QuoteBarConsolidator
- Update FractionalQuantityRegressionAlgorithm stats
- Truncate order quantity to int in IB exerciseOptions
- Truncate order quantity to int in FuzzyInferenceAlgorithm
2017-06-20 01:00:36 +02:00
AlexCatarino b145521c72 Changes quantity calculation in algorithm examples
In some examples, we have been using Portfolio.Cash to calculate the quantity of shares in orders. This is a bad advice for users, since Portfolio.Cash does not account loses in other positions and its use can lead to invalid orders due to insufficient capital. Instead, users should use Portfolio.MarginRemaining.

FuzzyInferenceAlgorithm and LiveFeaturesAlgorithm had minor changes to perform backtests with available data
2017-04-28 18:08:53 +01:00
Stefano Raggi a6c167627b Add hard reference to Accord.Math 2016-12-17 15:23:37 +01:00
Stefano Raggi 8688ece2d4 Update Accord.NET library to version 3.3.0 2016-12-15 20:46:25 +01:00
Andrew Hart 3e3610714b FuzzyInterfaceAlgorithm copied from QuantConnect.com.
This commit copies the code used to implement the fuzzy interface algorithm written and shared by Marco Espirulina on QuantConnect.com.
2016-09-04 20:57:15 -04:00
guadiana b269c485cd Adding FuzzyInference Algorithm, with Accord Fuzzy reference to Project 2016-08-14 17:49:00 +02:00