π¨userSettings.json
This is where you do all your settings regarding the crypto signals.
The userSettings.json
{
"fundsPerTrade": 10,
"mode": "SignalSettings",
"numberOfTakeProfits": [1,2],
"stopLoss": 1.9,
"takeProfit": [0],
"trailingStopLoss": 0,
"leverage": 10,
"closePositionAfterXMinutes": 48000,
"maximumNumberOfSignals": 7,
"entryType": "WAIT_FOR_ENTRY",
"deviation": 0.2,
"cancelTrade": 3600,
"cancelTradeWords": ["Cancel", "Close", "Closed", "Cancelled"],
"blackListCoins": [""],
"keyWordsSignal": ["TP","SL","ENTRY", "DIRECTION","COIN"],
"marginMode": "isolated",
"moveSL": ["1,Entry"]
}
- example values!setting
meaning / explanation
Trailing Stop Loss
Example: I want to use a different leverage
Multiple Take Profits
π₯Multiple Take Profits/TargetsLast updated