Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/cassandre-tech/cassandre-trading-bot

Create your Java crypto trading bot in minutes. Our Spring boot starter takes care of exchange connections, accounts, orders, trades, and positions so you can focus on building your strategies.
https://github.com/cassandre-tech/cassandre-trading-bot

Add server installation template - closes #280

20d76f06a350565fe2b8d3e9766aaef0342b8812 authored over 4 years ago
Add a memory limit on tests - closes #276

b41ea94be00cb61271c5f089fe02691f9b644a38 authored over 4 years ago
Fix Hiraki configuration of default datasource - closes #274

63f530d5f4b2e8d56d482a83979f9879ac12e706 authored over 4 years ago
Fixing heap space on CI - closes #273

57a6eb3e7b33c2657650c16c04b3806aca35a25c authored over 4 years ago
Fixing heap space on CI - closes #273

c35729963100516a48a4a68f3bb4402b78e4f3ac authored over 4 years ago
Fixing heap space on CI - closes #273

23f916f9a37a76cba0a5a784419c3f583b922db3 authored over 4 years ago
Fixing heap space on CI - closes #273

4cebc8a9a120dfe23fe8e63269221e5d8016b9c0 authored over 4 years ago
Fixing heap space on CI - closes #273

b89ab07f489d197a67aa090670c9b143faa1fff1 authored over 4 years ago
Fixing heap space on CI - closes #273

f92441f7b49413bebdee60bd2518b6f6a8a0eafa authored over 4 years ago
Merge remote-tracking branch 'origin/development' into development

3cb7911b03aba89a466624a7c76b09ec0d4dd9a5 authored over 4 years ago
TradeRepository not found when running in a docker image - closes #263

58d2af22374ea82e7e12b1be5ffc75fcded6a935 authored over 4 years ago
Allow table prefix for database backup - closes #268

6eb27861b95a9ed67e3c1a2cc17d184c6d9ac747 authored over 4 years ago
Format gains in toString() position method - closes #260

4f672b3d20773b34986accc06e3ac7b932455ba2 authored over 4 years ago
Remove hsqldb from our spring boot starter - closes #272

bb17ba1e03b7e6a84bdae3528babb7225bdd2737 authored over 4 years ago
Use my own parameters for database connexion - closes #267

663f52707c503cdcbc96768804f7e0889be8d71a authored over 4 years ago
Merge pull request #270 from cassandre-tech/dependabot/maven/development/org.knowm.xchange-xchange-kucoin-5.0.3

8d03382bc24d1b9a906c90a537b4833a330c5196 authored over 4 years ago
Bump xchange-kucoin from 5.0.2 to 5.0.3

Bumps [xchange-kucoin](https://github.com/knowm/XChange) from 5.0.2 to 5.0.3.
- [Release notes](...

80d560dc4b84915cfd276c4b334d4caf73627bd1 authored over 4 years ago
Merge pull request #269 from cassandre-tech/dependabot/maven/development/org.mapstruct-mapstruct-1.4.1.Final

6588ff601795b1c99626a31e3ae9791023ea1da0 authored over 4 years ago
Bump mapstruct from 1.4.0.Final to 1.4.1.Final

Bumps [mapstruct](https://github.com/mapstruct/mapstruct) from 1.4.0.Final to 1.4.1.Final.
- [Re...

16588c8cd1c0f974c18a83a66c1bfdca6445c8cc authored over 4 years ago
Add spring.batch.table-prefix= to archetypes - closes #266

4478129e63cc4e42c5d967e61831ec556ffbde23 authored over 4 years ago
Set SPRING_JPA_HIBERNATE_DDL-AUTO=update in archetypes - closes #264

76c2902e63645b625fd607c9ce66cc1cb859b7f7 authored over 4 years ago
Impossible to run the dry mode in a docker image - closes #262

5750ea2bbb7f638b2ea81aed7aab4dcf837fa494 authored over 4 years ago
Update for next development version

34d41ee58ce7996503861288127e0f0fd8018bb5 authored over 4 years ago
Merge branch 'release/2.2.0'

6383aa823ffcf1f5a5f86ab649ff366a68d22434 authored over 4 years ago
Merge branch 'release/2.2.0' into development

e45d4310d47c349b9748ef3e1e7d6018d79f8cc0 authored over 4 years ago
Update versions for release

2e8db994b42208854e442b9ee027ae57fe7efc14 authored over 4 years ago
Merge remote-tracking branch 'origin/development' into development

6e8a0f1155062c45891a684b6f6d6b1df1159800 authored over 4 years ago
Small fixes before release - closes #259

ac4015eec96cd20956f221eaf9599b6938453b17 authored over 4 years ago
Merge pull request #258 from cassandre-tech/dependabot/maven/development/org.junit-pioneer-junit-pioneer-1.0.0

a1d877575cf753e3beedee418f26090fef46f834 authored over 4 years ago
Bump junit-pioneer from 0.9.2 to 1.0.0

Bumps [junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) from 0.9.2 to 1.0.0.
- [Re...

343b81512e51f60197d38f77acafbf307bd9dec9 authored over 4 years ago
Add onPositionStatusUpdate on Strategy - closes #256

8449b209e0fa17fac330447fd564a4859e625a7b authored over 4 years ago
Add CSV file support for accounts/tickers - closes #244

e8c28784d37c21f2b1867bd38a74fbcec272c253 authored over 4 years ago
Improve archetypes code - closes #243

373299b2005cedaa8ab773d77918d123307d8fe7 authored over 4 years ago
Improve restored data messages - closes #245

37b98ec004163896e31dc7d5c8de8b68bf0cf16f authored over 4 years ago
Check and improve PositionFluxTest - closes #239

ead348e8b43ddc53c5387e89dc5cfad8a17f5e68 authored over 4 years ago
Fix codacy errors & intellij suggestions - closes #241

418096a67be301236b6e505717266512a85fab8c authored over 4 years ago
Add a toString() method to positionDTO - closes #240

8ee92454da5260f0e85b158bbbcfec125be3d679 authored over 4 years ago
Replace timeunit.sleep to await.until - closes #238

f4276c8d8126b9e2a9d95e78959737e309a85beb authored over 4 years ago
Fixing OutOfMemory in CI - closes #242

7abf01d2910e5c21863e5c26c9312a3605c54863 authored over 4 years ago
Fixing OutOfMemory in CI - closes #242

9d9630e75f697fcba7b33e4f98749e23d80c5796 authored over 4 years ago
Merge remote-tracking branch 'origin/development' into development

62c39f20e51ef4ae4e4e294dfda657781575883c authored over 4 years ago
For every position store max gain and min gain - closes #194

5f2c913b60ae2cf89a4911a883790c00355a5ed5 authored over 4 years ago
Merge pull request #236 from cassandre-tech/dependabot/maven/development/org.hibernate.validator-hibernate-validator-6.1.6.Final

d926e3532f8f1cd22d7dae6670a58a3409a82785 authored over 4 years ago
Bump hibernate-validator from 6.1.5.Final to 6.1.6.Final

Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 6.1.5.Final t...

9dde3850ae7cea9f5cf54f27cf9ba7666fd9fce8 authored over 4 years ago
Merge pull request #235 from cassandre-tech/dependabot/maven/development/org.junit-pioneer-junit-pioneer-0.9.2

b971e9ca41e1ffdb02a09680454386c91e6c28a5 authored over 4 years ago
Bump junit-pioneer from 0.9.1 to 0.9.2

Bumps [junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) from 0.9.1 to 0.9.2.
- [Re...

fde0efde4fce0b7bf8414315756769d1adad4974 authored over 4 years ago
Use a version system to manage positions updates - closes #222

9d4acefd621b8acefa73da7a86532b8e5b5c1948 authored over 4 years ago
In dry mode, get exchange list of currency pairs from strategy - closes #223

4402df3613921a2360304460f820c3c5746ec171 authored over 4 years ago
Move canBuy & canSell method definition - closes #221

dc2c87394279894ca55fedc6de2ef6daf85802bd authored over 4 years ago
Add a Strategy method to let Cassandre knows which one is the trade account - closes #220

357ea0d0fc3ef7733809cad379c0f7350729f5f2 authored over 4 years ago
Move DTOs from util package to dto package - closes #200

de382ed6e2ef4ee43d4710cfac741618554a23c4 authored over 4 years ago
Merge pull request #233 from cassandre-tech/dependabot/maven/development/com.puppycrawl.tools-checkstyle-8.36.2

dc892278f169215fd2d93f17601347bab772e7f1 authored over 4 years ago
Merge pull request #232 from cassandre-tech/dependabot/maven/development/org.mapstruct-mapstruct-1.4.0.Final

5200c910f0bffc0da46a0984976262bd945ac837 authored over 4 years ago
Merge pull request #234 from cassandre-tech/dependabot/maven/development/org.junit-pioneer-junit-pioneer-0.9.1

f7c30591eed2dd2edddddefd3e9b376cc563516f authored over 4 years ago
Bump junit-pioneer from 0.9.0 to 0.9.1

Bumps [junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) from 0.9.0 to 0.9.1.
- [Re...

4b356b2e5c5d840dcec1f5823104f4b0b550c7b1 authored over 4 years ago
Bump checkstyle from 8.36.1 to 8.36.2

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.36.1 to 8.36.2.
- [Release n...

77e01e7b6fd13a03fbffab1a441f29766a91769a authored over 4 years ago
Bump mapstruct from 1.3.1.Final to 1.4.0.Final

Bumps [mapstruct](https://github.com/mapstruct/mapstruct) from 1.3.1.Final to 1.4.0.Final.
- [Re...

0fdf16f20734cef7ba279f9fc45612e76dbc2014 authored over 4 years ago
Update readme - closes #231

7e860a5a1d59dd784cad793c495b7b2ba3519438 authored over 4 years ago
Update readme - closes #231

d4376a02a303ac1bf955d2b17d08ed8b335bfafe authored over 4 years ago
Update for next development version

fa3b2fb1cfc743700b02250f1a2bb22e0cc7395f authored over 4 years ago
Merge branch 'release/2.1.1'

7f1ef6428a0e3b8b823b29e08ba7dc53d13e9c90 authored over 4 years ago
Merge branch 'release/2.1.1' into development

6bd8e8f4387673394c71aeac3afb891b34e01e59 authored over 4 years ago
Update versions for release

e642d6501c9b79c5d9556ac508191c23d987fe27 authored over 4 years ago
Fix github workflow for release creation - closes #219

672d81074a69f6facf7d8e44c8d61655e4c5f35f authored over 4 years ago
Update for next development version

701af1268457830de8e6e79bf7c383390ab9a4e6 authored over 4 years ago
Merge branch 'release/2.1.0'

c853d64b1d2f2bdcefccf761dab9d748122a0e9c authored over 4 years ago
Merge branch 'release/2.1.0' into development

b1434d2663c385f1cadf2997b68bbea80dfbb5ab authored over 4 years ago
Update versions for release

1c7429705b450b0326539ec2556dcce40e3a9386 authored over 4 years ago
Update README - closes #216

24e9e6d52f91478f5141d3d05f819f09ea0b3aeb authored over 4 years ago
Find why spring.main.allow-bean-definition-overriding=true is necessary - closes #192

e2dde761c05eebb65db9c510c23f9c7ee152d178 authored over 4 years ago
Change return type of getLastCalculatedGain to Option<GainDTO> - closes #218

def85d5b8c0303d62c7ade66be74c0448920cc17 authored over 4 years ago
Intellij & codacy review before release - closes #208

99a467195fbeee3689d0dc4d9dec5219d86535b8 authored over 4 years ago
Add integration tests run every month on CI - closes #217

d3f66341f6aceffd0a88585d5d02563cf01c00e2 authored over 4 years ago
Add integration tests run every month on CI - closes #217

11df2fc1b0d94bdec69d1036b6fb1405cfdaec3a authored over 4 years ago
Add a simplified canSell and canBuy method to ta4j strategy - closes #212

606b672e77a7747d4868c6c2692ac568be1f2393 authored over 4 years ago
Add a canSell method to strategy - closes #211

f00125429fd92f6fbbe53779f42aabb963a7c4fe authored over 4 years ago
Add a potential gain in a position that returns the gain that could be made with the last ticker received - closes #179

7fc9c4045bfbdf0b46f665b1a32084bff79b9302 authored over 4 years ago
Fix RatesTest - closes #210

14dd76b3477c387ba9011f844f38e316eae95393 authored over 4 years ago
Complete test review and improvement - closes #196

4928793be7a388c75eee8bb1c619710f10d4a4c9 authored over 4 years ago
How to set up exchange agent? - closes #207

You can now add the two parameters to your application.properties :
cassandre.trading.bot.exchang...

8ae125061121b8e8524a5e97294ceaf204eaeeb0 authored over 4 years ago
Fix javadoc warnings - closes #205

1907359ffc9f5641c143046143eeef73e3386ea9 authored over 4 years ago
Deal in a better way with InterruptedException - closes #204

031448666b2918453f771b1530c3c9e1a9694ed8 authored over 4 years ago
Manage account in dry mode - closes #178

68745ade440eda9e46913b490802d3670bf0a728 authored over 4 years ago
Merge pull request #203 from cassandre-tech/dependabot/maven/development/org.springframework.boot-spring-boot-starter-parent-2.3.4.RELEASE

ae6a224719f2baa78a7164383f89afed78296800 authored over 4 years ago
Bump spring-boot-starter-parent from 2.3.3.RELEASE to 2.3.4.RELEASE

Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.3.3.RE...

5cf347e9c96e3792159053a6640d9183c0210285 authored over 4 years ago
Merge pull request #202 from cassandre-tech/dependabot/maven/development/io.projectreactor-reactor-bom-Dysprosium-SR12

6702c3ae964b9995e38f0da8682e209fea995e84 authored over 4 years ago
Bump reactor-bom from Dysprosium-SR11 to Dysprosium-SR12

Bumps [reactor-bom](https://github.com/reactor/reactor) from Dysprosium-SR11 to Dysprosium-SR12....

415810694a5e214e36c7ab1693906d677b562717 authored over 4 years ago
Merge pull request #201 from cassandre-tech/dependabot/maven/development/com.puppycrawl.tools-checkstyle-8.36.1

74f56614be91979221f9b37304b4ec6cfa273cfb authored over 4 years ago
Bump checkstyle from 8.36 to 8.36.1

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.36 to 8.36.1.
- [Release not...

f9fb9a37434d030b9fbec1d59aedbd79dbd05d63 authored over 4 years ago
Rename template directory - closes #199

f005ba1547c3df2d83eebf13d3dfb94283f916a9 authored over 4 years ago
Fix codacy issues - closes #198

c24b709fedd4ff1cb3fe585cc964679c5464acad authored over 4 years ago
Rename basic archetype - closes #197

a293d8e25dd22c75b33216a16f0dbd38066b9a49 authored over 4 years ago
Refactor directory structure - closes #191

14ec84552e9659f08b6f6719640d1b5d8b530fc4 authored over 4 years ago
Make tests timezone independent - closes #195

9fde8a40901dac34fc9ac303ea9f95e04985db5f authored over 4 years ago
Update spring boot release on archetypes - closes #189

40f6f06bd58a0fce1b9a6cab5aea417f517aef2f authored over 4 years ago
Update XChange release - closes #190

efd71e5d20f9eff4b63d21cc10594816000c0fd8 authored over 4 years ago
Timezone setup on CI - closes #193

65567348899f591ab700949e7e8eab936e51e950 authored over 4 years ago
Persistent positions (reload exiting positions after restart) - closes #158

9151e3b02548f97912ebfef116592e912e2437e1 authored over 4 years ago
Tests review & code review with Intellij - closes #168

672c4048a3d188bba948b626f442a5b7f34faaa0 authored over 4 years ago
Merge pull request #186 from cassandre-tech/dependabot/maven/development/com.puppycrawl.tools-checkstyle-8.36

80b07697d3d88749ee208b7062f42ccfb1cb2c31 authored over 4 years ago