Michael Handschuh
d709d1c4e0
Update Common to respect CA1304 and CA1305
...
Updates all occurrences of parsing/ToString-ing to go through the new
StringExtensions methods that use CultureInfo.InvariantCulture
See #3045
2019-09-12 14:13:24 -04:00
Michael Handschuh
989a2ed37c
Handle AlphaNode in AlgorithmNodePacket.AlgorithmId
2018-01-05 11:59:50 -05:00
Michael Handschuh
7c0a0c4698
Set algorithm name in setup handler
...
When using the console setup handler, the algorithm's type name
will be used as an identifier.
2017-10-06 16:23:38 -04:00
Michael Handschuh
ecd92462da
Clean white space
2017-10-06 16:23:37 -04:00
Andrew
11655b402a
Add UserToken to the AlgorithmNodePacket
2017-02-22 15:05:26 -05:00
jaredbroad
9de8d3a68b
Merge branch 'seed-security-from-history' of https://github.com/andrewhart098/Lean into seeding
2016-12-02 00:00:03 -05:00
quant1729
9dd5b8f4ef
Updated engine: it gets history provider, data queue handler from the job now. JobQueue loads data from config.
2016-11-21 16:58:12 +01:00
jaredbroad
41dab29bc1
Shuffle ram allocation to controls; update job queues and engine usage
2016-11-21 04:43:09 -05:00
snugs
8bb23c434d
Adds security limits to job packets
2015-12-18 11:56:48 -05:00
snugs
f900cfafb7
Adds Parameters dictionary to AlgorithmNodePacket (job)
2015-12-10 13:45:37 -05:00
QuantConnect
607dd6ab91
Added language option to the job packet to choose loader
2015-07-03 11:21:41 -04:00
snugs
470d51a6d0
Extract sourcing of job from Engine.Run
...
The engine itself shouldn't concern itself with where jobs come from, so we pull the next job and acknowledge job logic out of Engine.Run
Add RamAllocation to AlgorithmNodePacket
2015-06-22 18:28:23 -04:00
snugs
e05e4fd08e
Load data feed handlers via MEF configuration
2015-06-17 22:34:05 -04:00
snugs
fd3d5b2953
Load transaction handlers via MEF configuration
2015-06-17 22:34:02 -04:00
snugs
42a77acce6
Load setup handlers via MEF configuration
2015-06-17 22:34:00 -04:00
QuantConnect
fde0cbed3a
Strip out block quote section header comments
2015-06-13 16:04:27 -04:00
QuantConnect
ca4a49e70d
Rework GetResultHandler to use type loader; first desktop UX implementation; functional logger
2015-06-07 03:08:33 -04:00
snugs
89b6e98af8
Fixes warnings mostly relating to xml comments
...
Also cleans up some block comments
Via PR#72 - thanks @ammachado!
2015-05-13 10:56:47 -04:00
snugs
6fdca883ed
Adds SharedAssemblyInfo to common
...
This allows all projects to use the same version number which is used to see if jobs are the same version as the node to process them
2015-04-27 20:30:37 -04:00
Jared Broad
1f83b78009
Added redelivered flag to prevent failed algorithms circulating the cloud
2015-02-16 14:02:20 -03:00
Jared Broad
b3fb67c2ad
Version in algo packet and engine
2015-02-11 21:24:04 -03:00
Jared Broad
b9d37ad6bd
Broke out server types into separate enum and algo job packet definition
2015-02-09 22:46:17 -03:00
Jared Broad
65cd6d08b7
Version in algo packet for algo version based deployment to workers
2015-02-06 15:57:28 -03:00
snugs
5001f4a23c
Hooked up live paper trading on the console
2015-01-19 18:32:40 -03:00
Jared Broad
a9951819f5
Initial implementation of live trading
2015-01-17 20:51:44 -03:00
Jared Broad
b3de520915
Initial commit
2015-01-12 12:03:33 -03:00