This file contains hidden or 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
| using System; | |
| using System.Linq; | |
| using QuantConnect.Data; | |
| using QuantConnect.Data.Market; | |
| using QuantConnect.Orders; | |
| using QuantConnect.Securities; | |
| using QuantConnect.Securities.Option; | |
| namespace QuantConnect.Algorithm.CSharp | |
| { |
This file contains hidden or 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
| // ---- | |
| // Sass (v3.4.14) | |
| // Compass (v1.0.3) | |
| // ---- | |
| $red: red; | |
| $blue: blue; | |
| $green: green; | |
| $colors: ( |
This file contains hidden or 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
| // ---- | |
| // Sass (v3.4.12) | |
| // Compass (v1.0.3) | |
| // ---- | |
| // Flexbox Mixins | |
| // http://philipwalton.github.io/solved-by-flexbox/ | |
| // https://github.com/philipwalton/solved-by-flexbox | |
| // | |
| // Copyright (c) 2013 Brian Franco |
This file contains hidden or 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
| // ---- | |
| // Sass (v3.4.12) | |
| // Compass (v1.0.3) | |
| // ---- | |
| // Flexbox Mixins | |
| // http://philipwalton.github.io/solved-by-flexbox/ | |
| // https://github.com/philipwalton/solved-by-flexbox | |
| // | |
| // Copyright (c) 2013 Brian Franco |