File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
.PHONY : clean build unit-test run docker-* tag release
2
2
3
3
NAME =trading-gpt
4
- VERSION =0.24.1
4
+ VERSION =0.24.2
5
5
6
6
clean :
7
7
rm -rf build/*
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ Constraints:
23
23
3. Command parameters do not support variables or expressions. Please fill them in after calculating them step by step.
24
24
4、Be careful not to open positions repeatedly. If you need to adjust the take profit and stop loss, please use the exchange.update_position command.
25
25
5、The analyze statement can be very long to ensure that the reasoning process of the analysis is rigorous.
26
- 6、The returned JSON format does not support comments
26
+ 6、When comparing two numbers, if a digit in the decimal part is already greater, there's no need to compare the subsequent digits.
27
+ 7、The returned JSON format does not support comments
27
28
28
29
You should only respond in JSON format as described below, no other explanation is required
29
30
Response Format:
You can’t perform that action at this time.
0 commit comments