Skip to content

Commit

Permalink
feat: aitrade readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RexBearIU committed Apr 19, 2024
1 parent 713894a commit 1ee0d43
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## auto-trade
> [!IMPORTANT]
> 🚀 auto-trade support **AI** 🤖 trading 💹 now !! You could use `aiTrade` command to use AI tradebot. The AI trading strategy is based on the *reinforcement learning* 📑 model. The model will learn from the historical data and make the best decision for you. The AI trading strategy is a premium feature, but you dont need to pay for it!
# auto-trade

auto is an open source project that aims to provide a simple and easy to use trading bot for the TideBit DeFi . The bot is written in TypeScript and uses the NestJS framework.

Expand Down Expand Up @@ -231,7 +234,7 @@ POST /tradebot/tradebotId
| name | type | required | default |description |
| -------- | ------- | -------- | ------- | ----- |
| command | string | true | null | "run" or "stop" or "deposit" |
| command | string | true | null | "run" or "stop" or "deposit or aiTrade" |
### Request Example
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-trade",
"version": "0.0.1+3",
"version": "0.0.1+4",
"description": "",
"author": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/price_ticker/price_ticker.service.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Test, TestingModule } from '@nestjs/testing';
import PriceTickerService from './price_ticker.service';
import { PriceTickerService } from './price_ticker.service';
import { HttpModule } from '@nestjs/axios';
import { QuotationDto } from './dto/quotation.dto';
import * as fs from 'fs';
Expand Down
2 changes: 1 addition & 1 deletion src/tradebot/tradebot.controller.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,4 @@ describe('TradebotController', () => {
// expect(result).toEqual('An error occurred');
// });
// });
// });
// });

0 comments on commit 1ee0d43

Please sign in to comment.