Skip to content

Commit 1fa0c23

Browse files
committed
Changed investment amount
1 parent 7c03cd3 commit 1fa0c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/mtheory7/wyatt/mind/Wyatt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
public class Wyatt {
3333
public static final boolean DEVELOPMENT_MODE = false;
3434
private static final String BTCUSDT_TICKER = "BTCUSDT";
35-
private static final Double INITIAL_INVESTMENT = 0.007;
35+
private static final Double INITIAL_INVESTMENT = 0.01;
3636
private static final Logger logger = Logger.getLogger(Wyatt.class);
3737
private static final CandlestickInterval[] intervalList = {
3838
CandlestickInterval.ONE_MINUTE, CandlestickInterval.THREE_MINUTES,

0 commit comments

Comments
 (0)