Commit Graph

8 Commits

Author SHA1 Message Date
Jared e728ac7abb Merge pull request #1193 from Jay-Jay-D/FxcmVolumeScript
FxcmVolumeDownloader new options
2017-10-12 18:13:23 -04:00
jjd 6595e4c865 Ignore long tests.
DatetimeFormat
2017-10-12 18:00:26 -03:00
jjd d87905b97d Fxcm Volume all and update option implemented 2017-10-09 18:30:05 -03:00
Jared Broad fe7e719e2d Disable FXCM volume tests as they go down on the weekend 2017-10-01 16:47:47 -04:00
jjd 67ae535e82 not working as expected :( 2017-09-07 12:02:06 -03:00
jjd 176af1894d all test passed 2017-09-07 11:37:44 -03:00
jjd 5f5bca46c9 daily and hourly data is append if the file exist and saved a new file if the file doesn't exist. 2017-09-07 11:13:41 -03:00
Juan José D'Ambrosio f2bcad3451 FXCM Forex Real volume and Transactions ToolBox Project (#1025)
Create ForexVolume.cs

ForexVolumeDownloader added

* testing

Retrieving all resolution data.

* Writer WIP

Writing volume data with LeanDataWriter

* hour and minute data correctly saved

* algorithm added

* all working!

Downloader slices big requests working!

Cleaning made, documentation added.

* vwma qcalgorithm

VWMA QCalgorithm done.

* small fix

* Small changes.
Typo fix

* Duplicated dates issue fixed

* QC sid added.
feed changed.

* code cleaning

* data correctness test implemented

* First review changes.

* Review changes

* LeanData.cs reseted

* Forex volume writer hour and daily data tests passed.

* Cleaning tests WIP

* All test pass.

* Tests refactoring done.
All tests pass.

* config.json reverted

* FxcmDD reverted

* program.cs clean
namespace fixed

* Resolution and Symbol argument check added.

* Start date fix.

* end date request fixed

* Update Program.cs

market fixed

Update Program.cs

* New path implemented and working.
Reading tests deleted.

* Update Program.cs

* ForexVolume renamed to FxcmForexVolume

Rename classes and files to FxcmVolume
2017-08-28 16:25:52 -04:00