Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove: AlgoSeekFutures Converter #7864

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Configuration/ToolboxArgumentParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public static class ToolboxArgumentParser
+ "/DukascopyDownloader"
+ "/FxcmDownloader or FDL/FxcmVolumeDownload or FVDL/GoogleDownloader or GDL/IBDownloader or IBDL"
+ "/OandaDownloader or ODL"
+ "/AlgoSeekFuturesConverter or ASFC"
+ "/IVolatilityEquityConverter or IVEC/KaikoDataConverter or KDC/NseMarketDataConverter or NMDC"
+ "/CoarseUniverseGenerator or CUG/\n"
+ "RandomDataGenerator or RDG\n"
Expand All @@ -55,7 +54,7 @@ public static class ToolboxArgumentParser
new CommandLineOption("to-date", CommandOptionType.SingleValue, "[OPTIONAL for downloaders] If not provided 'DateTime.UtcNow' will "
+ "be used. --to-date=yyyyMMdd-HH:mm:ss"),
new CommandLineOption("exchange", CommandOptionType.SingleValue, "[REQUIRED for CryptoiqDownloader] [Optional for KaikoDataConverter] The exchange to process, if not defined, all exchanges will be processed."),
new CommandLineOption("date", CommandOptionType.SingleValue, "[REQUIRED for AlgoSeekFuturesConverter, AlgoSeekOptionsConverter, KaikoDataConverter]"
new CommandLineOption("date", CommandOptionType.SingleValue, "[REQUIRED for KaikoDataConverter]"
+ "Date for the option bz files: --date=yyyyMMdd"),
new CommandLineOption("source-dir", CommandOptionType.SingleValue, "[REQUIRED for IVolatilityEquityConverter, KaikoDataConverter,"
+ " NseMarketDataConverter]"),
Expand Down

This file was deleted.

Loading
Loading