| | |
| | | */ |
| | | public void onKline(BigDecimal closePrice) { |
| | | |
| | | log.info("当前价:{}", closePrice); |
| | | // log.info("当前价:{}", closePrice); |
| | | |
| | | lastKlinePrice = closePrice; |
| | | |
| | |
| | | // times {满仓%, 阈值%} |
| | | put(1, new int[]{0, 0}); |
| | | put(2, new int[]{0, 0}); |
| | | put(3, new int[]{30, 0}); |
| | | put(3, new int[]{10, 0}); |
| | | put(4, new int[]{0, 0}); |
| | | put(5, new int[]{0, 0}); |
| | | put(6, new int[]{40, 40}); |
| | | put(6, new int[]{20, 40}); |
| | | put(7, new int[]{0, 0}); |
| | | put(8, new int[]{0, 0}); |
| | | put(9, new int[]{50, 50}); |
| | | put(9, new int[]{30, 50}); |
| | | put(10, new int[]{0, 0}); |
| | | put(11, new int[]{0, 0}); |
| | | put(12, new int[]{55, 60}); |
| | | put(12, new int[]{40, 60}); |
| | | put(13, new int[]{0, 0}); |
| | | put(14, new int[]{0, 0}); |
| | | put(15, new int[]{60, 60}); |
| | | put(15, new int[]{50, 60}); |
| | | put(16, new int[]{0, 0}); |
| | | put(17, new int[]{0, 0}); |
| | | put(18, new int[]{65, 65}); |
| | | put(18, new int[]{55, 65}); |
| | | put(19, new int[]{0, 0}); |
| | | put(20, new int[]{0, 0}); |
| | | put(21, new int[]{70, 70}); |
| | | put(21, new int[]{60, 70}); |
| | | put(22, new int[]{0, 0}); |
| | | put(23, new int[]{0, 0}); |
| | | put(24, new int[]{75, 75}); |
| | | put(24, new int[]{65, 75}); |
| | | put(25, new int[]{0, 0}); |
| | | put(26, new int[]{0, 0}); |
| | | put(27, new int[]{80, 80}); |
| | | put(27, new int[]{70, 80}); |
| | | put(28, new int[]{0, 0}); |
| | | put(29, new int[]{0, 0}); |
| | | put(30, new int[]{85, 85}); |
| | | put(30, new int[]{75, 85}); |
| | | put(31, new int[]{0, 0}); |
| | | put(32, new int[]{0, 0}); |
| | | } |
| | |
| | | public class GateWebSocketClientManager { |
| | | |
| | | // ==================== 修改配置只需改这里 =================== |
| | | static final String DEFAULT_API_KEY = "dbf5cc322a0f3d6f308e143c494fb0b4"; |
| | | static final String DEFAULT_API_SECRET = "83cb291e21e62148ec99bc9adef493ee9f7fc195f2b9dc929466d70350ec58c3"; |
| | | static final String DEFAULT_API_KEY = "c29ae131fad0da74e7d4de5b55ad1f84"; |
| | | static final String DEFAULT_API_SECRET = "39cdcf19ab613497b1a01afb7dc9dbd97f2d15d350e2af4ab5a4ff1bbe041fa1"; |
| | | // 不可调参数 |
| | | static final String DEFAULT_CONTRACT = "ETH_USDT"; |
| | | static final String DEFAULT_LEVERAGE = "100"; |