-
Notifications
You must be signed in to change notification settings - Fork 487
Expand file tree
/
Copy pathuser-config.example.json
More file actions
112 lines (101 loc) · 2.58 KB
/
Copy pathuser-config.example.json
File metadata and controls
112 lines (101 loc) · 2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"preset": "custom",
"rpcUrl": "https://pump.helius-rpc.com",
"llmBaseUrl": "",
"llmApiKey": "",
"llmModel": "minimax/minimax-m2.7",
"dryRun": true,
"deployAmountSol": 0.5,
"maxPositions": 3,
"minSolToOpen": 0.55,
"maxDeployAmount": 50,
"gasReserve": 0.2,
"positionSizePct": 0.35,
"strategy": "bid_ask",
"minBinsBelow": 35,
"maxBinsBelow": 69,
"defaultBinsBelow": 69,
"timeframe": "5m",
"category": "trending",
"excludeHighSupplyConcentration": true,
"minTvl": 10000,
"maxTvl": 150000,
"minVolume": 500,
"minOrganic": 60,
"minQuoteOrganic": 60,
"minHolders": 500,
"minMcap": 150000,
"maxMcap": 10000000,
"minBinStep": 80,
"maxBinStep": 125,
"minFeeActiveTvlRatio": 0.05,
"minTokenFeesSol": 30,
"useDiscordSignals": false,
"discordSignalMode": "merge",
"avoidPvpSymbols": true,
"blockPvpSymbols": false,
"maxBotHoldersPct": 30,
"maxTop10Pct": 60,
"allowedLaunchpads": [],
"blockedLaunchpads": [],
"minTokenAgeHours": null,
"maxTokenAgeHours": null,
"minClaimAmount": 5,
"autoSwapAfterClaim": false,
"outOfRangeBinsToClose": 10,
"outOfRangeWaitMinutes": 30,
"oorCooldownTriggerCount": 3,
"oorCooldownHours": 12,
"minVolumeToRebalance": 1000,
"stopLossPct": -50,
"takeProfitPct": 5,
"minFeePerTvl24h": 7,
"minAgeBeforeYieldCheck": 60,
"trailingTakeProfit": true,
"trailingTriggerPct": 3,
"trailingDropPct": 1.5,
"pnlSanityMaxDiffPct": 5,
"solMode": false,
"managementIntervalMin": 10,
"screeningIntervalMin": 30,
"healthCheckIntervalMin": 60,
"temperature": 0.373,
"maxTokens": 4096,
"maxSteps": 20,
"managementModel": "minimax/minimax-m2.5",
"screeningModel": "minimax/minimax-m2.5",
"generalModel": "minimax/minimax-m2.7",
"darwinEnabled": true,
"darwinWindowDays": 60,
"darwinRecalcEvery": 5,
"darwinBoost": 1.05,
"darwinDecay": 0.95,
"darwinFloor": 0.3,
"darwinCeiling": 2.5,
"darwinMinSamples": 10,
"agentId": "",
"publicApiKey": "",
"agentMeridianApiUrl": "https://api.agentmeridian.xyz/api",
"lpAgentRelayEnabled": false,
"pnlSource": "rpc",
"pnlRpcUrl": "https://pump.helius-rpc.com",
"pnlPollIntervalSec": 3,
"pnlDepositCacheTtlSec": 300,
"gmgnFeeSource": "gmgn",
"gmgnApiKey": "",
"chartIndicators": {
"enabled": false,
"entryPreset": "supertrend_break",
"exitPreset": "supertrend_break",
"rsiLength": 2,
"intervals": ["5_MINUTE"],
"candles": 298,
"rsiOversold": 30,
"rsiOverbought": 80,
"requireAllIntervals": false
},
"telegramChatId": "",
"hiveMindUrl": "",
"hiveMindApiKey": "",
"hiveMindPullMode": "auto"
}