PTMagic/_Development/DevSettings/settings.general.json

48 lines
3.6 KiB
JSON
Raw Normal View History

2018-05-22 10:11:50 +02:00
{
"GeneralSettings": {
"Application": {
"IsEnabled": true, // Enables the PTMagic bot (needs restart to take effect)
"TestMode": false, // If TestMode is active, no properties files will be changed
2021-06-20 20:07:55 +02:00
"ProfitTrailerLicense": "ptlicense1asdf234fljlasdf014325ehm", // Your Profit Trailer license key (needed to change your settings)
2021-06-20 20:15:13 +02:00
"ProfitTrailerLicenseXtra": "", // Licenses for additional bots for PTM to update (optional - comma separated list)
2019-01-07 15:33:02 +01:00
"ProfitTrailerServerAPIToken": "", //Your Profit Trailer Server API Token
2021-06-20 20:07:55 +02:00
"ProfitTrailerMonitorURL": "http://localhost:8081/", // The URL to your profit trailer monitor (needed to change your settings)
2021-06-20 20:15:13 +02:00
"ProfitTrailerMonitorURLXtra": "", // URLs for additional bots you want PTM to update (optional - comma separated list)
2021-06-20 20:07:55 +02:00
"ProfitTrailerDefaultSettingName": "default", // Your Profit Trailer default setting name (needed to change your settings)
2019-01-13 13:43:47 +01:00
"Exchange": "Bittrex", // The exchange your are running Profit Trailer on
//"TimezoneOffset": "+0:00", // Your timezone offset from UTC time
2024-01-19 10:40:08 +01:00
"FloodProtectionMinutes": 0, // If a price trend is just zig-zagging around its trigger, you may want to protect your settings from getting switched back and forth every minute
"InstanceName": "PT Magic", // The name of the instance of this bot. This will be used in your monitor and your Telegram messages. In case you are running more than one bot, you may set different names to separate them
2020-01-25 09:00:51 +01:00
"CoinMarketCapAPIKey": "", //CoinMarketCap Api
2018-05-22 10:11:50 +02:00
},
"Monitor": {
"IsPasswordProtected": true, // Defines if your monitor will be asking to setup a password on its first start
"OpenBrowserOnStart": false, // If active, a browser window will open as soon as you start the monitor
2020-01-18 02:29:39 +01:00
"Port": 8080, // The port you want to run your monitor on
2018-05-22 10:11:50 +02:00
"RootUrl": "/", // The root Url of your monitor
2020-01-18 02:27:00 +01:00
"AnalyzerChart": "", // By default the chart on the Market Analyzer page will use your default currency against USD. You can change that here. (eg., BTCEUR)
2024-01-10 16:58:09 +01:00
"GraphIntervalMinutes": 60, // The interval for the monitor market trend graph to draw points in minutes
"GraphMaxTimeframeHours": 24, // This will enable you to define the timeframe that your graph for market trends covers in hours
"ProfitsMaxTimeframeDays": 30, // This will enable you to define the timeframe for your dashboard profits graph in days
2018-05-22 10:11:50 +02:00
"RefreshSeconds": 30, // The refresh interval of your monitor main page
"LinkPlatform": "TradingView", // The platform to which the pair name will link if you click on it
"MaxTopMarkets": 20, // The amount of top markets being shown in your Sales Analyzer
"MaxDailySummaries": 10, // The amount of "Last Days" being shown in your Sales Analyzer
2019-01-15 13:59:19 +01:00
"MaxMonthlySummaries": 10, // The amount of "Last Months" being shown in your Sales Analyzer
"TvStudyA": "BB@tv-basicstudies", // See available STUDIES at https://www.tradingview.com/wiki/Widget:TradingView_Widget
"TvStudyB": "",
"TvStudyC": "",
"TvStudyD": ""
2018-05-22 10:11:50 +02:00
},
"Backup": {
"IsEnabled": true, // Enables a backup procedure for your properties files. Before every switch PTMagic will backup the current properties
"MaxHours": 12 // Max number of hours to keep backup files
},
"Telegram": {
"IsEnabled": false, // Enables PT Magic to send Telegram messages
"BotToken": "", // Your Telegram bot token
"ChatId": 0, // Your Telegram Chat ID
"SilentMode": false // If SilentMode is active, no notification sound or vibration will happen when the bot sends a Telegram message
}
}
}