Paul Matthews
Paul Matthews
Assign this to me, I'll work on it after I finish cleaning up adding balance support (#983).
Some examples for the new support; **Open Orders** ``` var count = 0; function start() { var subscription = events.setOpenOrders( function(event) { notifications.info("*** OPEN ORDERS: " + event.openOrders()); if (count++...
Ok, Thanks for the info. My guess would be that placement of the orders within createHiddenOrder starts an asynchronous call for order placement. While this is going on your return...
@badgerwithagun, Thanks for the add's. I wasn't familiar with the whole emoji / contributor thing and that getting added to channels could be automated. I'll try and remember that for...
Currently working on integrating https://github.com/ta4j/ta4j so we have programmatic access to indicators etc. Any objections to this package or do you have any other preferences?
Hi Graham, I new to the Circleci pipeline and saw it reported that the build failed. It compiled locally with Maven, could you give me some pointers as to what...
Ok Fixed that...Stale POM snapshots 0.15.2 vs. 0.15.3. Now it compiles, but integration testing fails. When I run the integration tests locally, I get the following error repeated: ERROR [2020-08-14...
@badgerwithagun, I was running start-integration-test.sh (command line) when I get the above-listed error repeatedly.
It runs, but now I am seeing a failure in Orko Job tests... (good times) [ERROR] Failures: [ERROR] TestJobExecution.testFailOnStopNonResident:235 Wanted but not invoked: statusUpdateService.status("JOB1", SUCCESS); -> at com.gruelbox.orko.jobrun.TestJobExecution.testFailOnStopNonResident(TestJobExecution.java:235) Actually, there...
It looks like the following test cases are the ones with issues: **Orko Job:** testFailOnStopNonResident() - **1 Error** _(TestJobExecution.testFailOnStopNonResident:235 Wanted but not invoked: statusUpdateService.status("JOB1", SUCCESS); -> at com.gruelbox.orko.jobrun.TestJobExecution.testFailOnStopNonResident(TestJobExecution.java:235) Actually, there...