-
Notifications
You must be signed in to change notification settings - Fork 3
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
Gradle Build Configuration #7
Comments
preslavrachev
added a commit
that referenced
this issue
Aug 15, 2017
Travis build fails because of Gradle version:
|
preslavrachev
added a commit
that referenced
this issue
Aug 16, 2017
- Due to configuration changes needed, those dependencies cause the setting up of the Spring context to fail. They are therefore commented out at the moment, and will be enabled again in follow-up commits.
preslavrachev
added a commit
that referenced
this issue
Nov 26, 2017
preslavrachev
added a commit
that referenced
this issue
Nov 26, 2017
Provides a simple trading automation that uses the candlestick trading strategy. The setup is Heroku-compliant and comes with support for MongoDB * #13 [INTERIM] Adds a basic candlestick pattern strategy implementation - Includes a simple test rig as part of the main application * #13 [INTERIM] - Allows strategies to leave no decision, if needed * #6 Adds a basic Heroku deployment file with MongoDB support * #6 Adds a basic Heroku deployment file with MongoDB support * #13 Keeps trade records after restart. Adds logging * #13 #16 Add params support to Poloniex's charting API - supports a starting and ending timestamp for now only - adds a few extension methods for converting dates to timestamps and timestamp calculations * #13 Fixes polling time interval * #13 #16 Adds various fixes related to time calculation * #11 Provides a price entry for every trade record * #13 Reverts the direction - Charting data from Poloniex comes in reverse chronological order * #13 Adds a unit test for checking the consistency of the Poloniex charting data * #13 Tests the potential of the candlestick pattern strategy -- NOTE: Use for manual testing only * #13 Redesigns basic candlestick pattern recognition - Assumes that the current candlestick is the one having a hammer shape, and thus prevents identifying a pattern too late - Adds a test rig with some real data * #3: Ignores data dump directory * #13 Extends the candlestick strategy test, adds a few helpers, and cleanup * #7 Updates the Kotlin version to 1.1.4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: