Jared
457418e7bc
Merge pull request #4603 from QuantConnect/fix-factor-files-missing-file-check
...
Fix factor files missing file dir check
8942
2020-07-31 06:46:00 -07:00
Martin Molinero
db1bf686b9
Fix factor files missing file dir check
2020-07-31 10:44:57 -03:00
Martin-Molinero
d1e38b33a6
Merge pull request #4599 from QuantConnect/fix-smartinsider-intention-raw-data-read
...
Fix SmartInsiderTests failing test
2020-07-30 11:09:14 -03:00
Juan José D'Ambrosio
a28cde3633
Fix failing test
...
SmartInsiderIntention.FromRawData method doesn't read the raw data as they come from SmartInsider, it needs a filtering of some columns that is performed in SmartInsiderConverter.Process method.
That's added to the failing test.
2020-07-30 13:49:05 +00:00
Martin-Molinero
2360e4c961
Merge pull request #4598 from michael-sena/bug-4597-allow-markethoursdatabase-to-be-used-without-data-folder
...
Allow use of the MarketHoursDatabase class without requiring the Data folder
8926
2020-07-30 10:08:09 -03:00
Martin-Molinero
839b38d904
Merge pull request #4573 from QuantConnect/alpaca-brokerage-updates
...
Alpaca Brokerage updates
2020-07-30 09:57:46 -03:00
Martin-Molinero
443ec46c89
Merge pull request #4590 from michael-sena/bug-4589-move-margin-files-for-sgx-and-hkfe
...
Move the margin files for SGX and HKFE into the correct folder
8924
2020-07-30 09:46:25 -03:00
Stefano Raggi
38ce10c723
Remove unused references to WebSocketSharpFork
2020-07-30 14:06:22 +02:00
Stefano Raggi
ab8d95f627
Remove redundant logging
2020-07-30 14:06:22 +02:00
Stefano Raggi
f44eb64c97
Remove WebSocketSharp from AlpacaBrokerage
2020-07-30 14:06:22 +02:00
Michael Sena
b0c21b605c
Allow use of the MarketHoursDatabase class without requiring the Data folder
2020-07-30 16:16:25 +10:00
Jared
103a8e8a0a
Merge pull request #4593 from AlexCatarino/bug-report-32-bit
...
AnyCPU Prefer 64-bit for Report Project
2020-07-29 21:34:40 -07:00
Jared
c4140d3644
Merge pull request #4595 from QuantConnect/issue-4594-smartinsider-unexpected-field
...
Add Plan Re-started to SmartInsiderEventType
8920
2020-07-29 17:38:47 -07:00
Juan José D'Ambrosio
211f1144b5
Implement NotSpecified SmartInsiderEventType
2020-07-29 21:08:52 +00:00
JJD
e7682cbd37
Add Plan Re-started to SmartInsiderEventType
2020-07-29 11:24:44 -03:00
Alexandre Catarino
68455fe19c
AnyCPU Prefer 64-bit for Report Project
...
All projects that depends on Python.Runtime.dll need to be compiled in 64-bit.
2020-07-29 12:41:44 +01:00
Jared
920e4cba85
Merge pull request #4557 from C-SELLERS/feature-4167-Schaff-Trend-Cycle-Indicator
...
Feature 4167 Schaff Trend Cycle indicator
8900
2020-07-28 15:35:25 -07:00
Colton Sellers
1eb40d0b6b
Remove images
2020-07-28 15:05:47 -07:00
Colton Sellers
07d51a16aa
Move indicator documentation
2020-07-28 14:34:08 -07:00
Colton Sellers
2484a85eda
Format fixes
2020-07-28 14:34:08 -07:00
Colton Sellers
69e2a0eef0
Create a readme for indicators
2020-07-28 14:34:08 -07:00
Colton Sellers
798b92eef1
Copy over test file
2020-07-28 14:34:08 -07:00
Colton Sellers
493cad42ad
Name fix
2020-07-28 14:34:08 -07:00
Colton Sellers
6283266da1
Add indicator pictures
2020-07-28 14:34:08 -07:00
Colton Sellers
a3db5d8710
Cleanup before PR
2020-07-28 14:34:08 -07:00
Colton Sellers
835658ec3e
Overwriting assertion to allow a greater variance
2020-07-28 14:34:08 -07:00
Colton Sellers
b70173de22
Changed to intraday points, lots more data.
2020-07-28 14:34:08 -07:00
Colton Sellers
2f7fa4cbc5
Fix Reset and IsReady
2020-07-28 14:34:07 -07:00
Colton Sellers
f031f6a1c0
Rework of indicator
2020-07-28 14:34:07 -07:00
Colton Sellers
c171431e3f
Got a test file for Schaffs Trend Cycle
2020-07-28 14:34:07 -07:00
Colton Sellers
c611e65f1e
Addition of SchaffTrendCycle +Tests
2020-07-28 14:34:07 -07:00
Martin-Molinero
2a82cd87f5
Merge pull request #4562 from StefanoRaggi/ibgateway-v978-upgrade-lean-foundation
...
Upgrade IBGateway from v974.4g to v978.2c
8894
2020-07-28 11:47:54 -03:00
Jared
48db57d224
Merge pull request #4537 from C-SELLERS/bug-4524-Update-API-Node-Endpoints
...
Add Node API Functions
8892
2020-07-28 07:30:12 -07:00
Michael Sena
c7f0f6f769
Move the margin files for SGX and HKFE into the correct folder
2020-07-28 15:15:29 +10:00
Colton Sellers
dc82c15c18
Address review
2020-07-27 14:11:40 -07:00
Martin-Molinero
7133e62745
Merge pull request #4541 from JonathanWheeler/bug-4540-heikinashi-indicator-fix-for-symbol-and-volume
...
Heikin-Ashi Indicator Fix for Volume Information
8860
2020-07-25 16:22:11 -03:00
Jonathan Wheeler
0cd0a77034
Remove Symbol and CurrentBar from Heikin-Ashi Indicator
...
...in order to make the indicator more consistent with others.
2020-07-24 12:20:26 -04:00
Jonathan Wheeler
8903942e3d
Merge branch 'master' of https://github.com/QuantConnect/Lean into bug-4540-heikinashi-indicator-fix-for-symbol-and-volume
2020-07-24 12:05:13 -04:00
Jonathan Wheeler
460bf9301d
Remove Comment
2020-07-24 12:05:04 -04:00
Jared
815d4bf0a1
Merge pull request #4579 from QuantConnect/bug-cpu-usage
...
Fix Mono reporting double CPU usage
8789
2020-07-16 07:56:07 -07:00
Martin Molinero
5faf7a0b55
Fix Mono reporting double CPU usage
2020-07-16 11:40:32 -03:00
Martin-Molinero
8b91283fff
Merge pull request #4564 from QuantConnect/ib-null-currency-fix
...
Add null currency check in IB CreateHolding
8781
2020-07-15 10:30:35 -03:00
Colton Sellers
935db4ed3e
Address new pricing structure when deserializing node objects
2020-07-10 14:04:41 -07:00
Colton Sellers
5188d0cb7f
Documentation update
2020-07-10 12:28:38 -07:00
Jared
d1624ab899
Merge pull request #4560 from QuantConnect/bug-4547-pandas-data-list-index
...
Adds Support to List of Symbol and String (Ticker)
8772
2020-07-08 17:29:40 -07:00
Jared
3efb39e313
Increase the load time of the algorithm slightly.
...
Reduce the probability of timeouts loading the algorithm.
8771
2020-07-08 16:55:51 -07:00
Jared
6c09a17d13
Merge pull request #4566 from shilewenuw/patch-1
...
meged->merged in contributing.md
8767
2020-07-08 14:52:48 -07:00
Colton Sellers
df7bc89d9b
Address review
2020-07-08 14:37:58 -07:00
Shile Wen
3c6d3e7d88
meged->merged in contributing.md
2020-07-08 14:37:50 -07:00
Jared
0f8e4122cd
Merge pull request #4539 from QuantConnect/ib-brokerage-updates-2
...
IB Brokerage Updates
8766
2020-07-08 14:20:26 -07:00