example analyzer
This commit is contained in:
parent
ac5a2d2a25
commit
2721685acb
|
@ -15,24 +15,16 @@
|
||||||
"ExcludeMainCurrency": true, // Excludes the main currency (for example BTC) from market trend analysis
|
"ExcludeMainCurrency": true, // Excludes the main currency (for example BTC) from market trend analysis
|
||||||
"MarketTrends": [
|
"MarketTrends": [
|
||||||
{
|
{
|
||||||
"Name": "15m", // UNIQUE market trend name (to be referenced by your triggers below)
|
"Name": "1h", // UNIQUE market trend name (to be referenced by your triggers below)
|
||||||
"Platform": "Exchange", // Platform to grab prices from (Allowed values are: CoinMarketCap, Exchange)
|
"Platform": "Exchange", // Platform to grab prices from (Allowed values are: CoinMarketCap, Exchange)
|
||||||
"MaxMarkets": 50, // Number of markets/pairs to analyze sorted by 24h volume
|
"MaxMarkets": 50, // Number of markets/pairs to analyze sorted by 24h volume
|
||||||
"TrendMinutes": 15, // Number of minutes to build a trend (1440 = 24h, 720 = 12h, 60 = 1h)
|
"TrendMinutes": 60, // Number of minutes to build a trend (1440 = 24h, 720 = 12h, 60 = 1h)
|
||||||
"TrendCurrency": "Market", // Trend Currency to build the trend against. If set to "Fiat", the trend will
|
"TrendCurrency": "Market", // Trend Currency to build the trend against. If set to "Fiat", the trend will
|
||||||
// take the USD value of your main currency into account to build the trend.
|
// take the USD value of your main currency into account to build the trend.
|
||||||
// (Allowed values are: Fiat, Market)
|
// "Market" will build a trend against your base currency, such as BTC or USDT.
|
||||||
"DisplayGraph": false, // Use this trend in the graph on the PTM Monitor dashboard and market analyzer
|
"TrendThreshold": 15, // Any coin that is above 15% or below -15% for this timeframe will not be used when calculating the market average.
|
||||||
"DisplayOnMarketAnalyzerList": false // Disply this trend for all coins on the PTM Monitor market analyzer
|
"DisplayGraph": false, // Use this trend in the graph on the PTM Monitor dashboard and market analyzer
|
||||||
},
|
"DisplayOnMarketAnalyzerList": false // Disply this trend for all coins on the PTM Monitor market analyzer
|
||||||
{
|
|
||||||
"Name": "1h",
|
|
||||||
"Platform": "Exchange",
|
|
||||||
"MaxMarkets": 50,
|
|
||||||
"TrendMinutes": 60,
|
|
||||||
"TrendCurrency": "Market",
|
|
||||||
"DisplayGraph": true,
|
|
||||||
"DisplayOnMarketAnalyzerList": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "6h",
|
"Name": "6h",
|
||||||
|
@ -40,8 +32,9 @@
|
||||||
"MaxMarkets": 50,
|
"MaxMarkets": 50,
|
||||||
"TrendMinutes": 360,
|
"TrendMinutes": 360,
|
||||||
"TrendCurrency": "Market",
|
"TrendCurrency": "Market",
|
||||||
"DisplayGraph": true,
|
"TrendThreshold": 30,
|
||||||
"DisplayOnMarketAnalyzerList": true
|
"DisplayGraph": true,
|
||||||
|
"DisplayOnMarketAnalyzerList": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "12h",
|
"Name": "12h",
|
||||||
|
@ -49,8 +42,9 @@
|
||||||
"MaxMarkets": 50,
|
"MaxMarkets": 50,
|
||||||
"TrendMinutes": 720,
|
"TrendMinutes": 720,
|
||||||
"TrendCurrency": "Market",
|
"TrendCurrency": "Market",
|
||||||
"DisplayGraph": true,
|
"TrendThreshold": 50,
|
||||||
"DisplayOnMarketAnalyzerList": true
|
"DisplayGraph": true,
|
||||||
|
"DisplayOnMarketAnalyzerList": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "24h",
|
"Name": "24h",
|
||||||
|
@ -58,16 +52,18 @@
|
||||||
"MaxMarkets": 50,
|
"MaxMarkets": 50,
|
||||||
"TrendMinutes": 1440,
|
"TrendMinutes": 1440,
|
||||||
"TrendCurrency": "Market",
|
"TrendCurrency": "Market",
|
||||||
"DisplayGraph": true,
|
"TrendThreshold": 75,
|
||||||
"DisplayOnMarketAnalyzerList": true
|
"DisplayGraph": true,
|
||||||
|
"DisplayOnMarketAnalyzerList": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
// ================================ GLOBAL SETTINGS ================================
|
// ================================ GLOBAL SETTINGS ================================
|
||||||
//
|
//
|
||||||
"GlobalSettings": [ // Global settings for Profit Trailer properties
|
"GlobalSettings": [ // Global settings for Profit Trailer properties
|
||||||
//
|
//
|
||||||
// -----------------------------
|
// ===================================================================================
|
||||||
|
// -----------------------------
|
||||||
{
|
{
|
||||||
"SettingName": "EndOfTheWorld", // ANY UNIQUE name of your setting
|
"SettingName": "EndOfTheWorld", // ANY UNIQUE name of your setting
|
||||||
"TriggerConnection": "AND", // Define if triggers will be connected by AND or OR
|
"TriggerConnection": "AND", // Define if triggers will be connected by AND or OR
|
||||||
|
@ -86,25 +82,21 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"PairsProperties": { // Properties for PAIRS.PROPERTIES
|
"PairsProperties": { // Properties for PAIRS.PROPERTIES
|
||||||
// Any valid setting from https://wiki.profittrailer.com/doku.php?id=pairs.properties can be used here.
|
// Any valid setting from https://wiki.profittrailer.com/en/config can be used here.
|
||||||
// You can use a specific value, or apply a discrete OFFSET or OFFSETPERCENT to the value in your default PAIRS setting.
|
// You can use a specific value, or apply a discrete OFFSET or OFFSETPERCENT to the value in your default PAIRS setting.
|
||||||
"DEFAULT_sell_only_mode_enabled": true,
|
"DEFAULT_sell_only_mode_enabled": true,
|
||||||
"DEFAULT_trailing_profit_OFFSETPERCENT": -50
|
"DEFAULT_trailing_profit_OFFSETPERCENT": -50
|
||||||
},
|
},
|
||||||
"DCAProperties": { // Properties for DCA.PROPERTIES
|
"DCAProperties": { // Properties for DCA.PROPERTIES
|
||||||
"DEFAULT_DCA_trailing_profit_OFFSETPERCENT": -75
|
"DEFAULT_DCA_trailing_profit_OFFSETPERCENT": -75
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// -----------------------------
|
// -----------------------------
|
||||||
{
|
{
|
||||||
"SettingName": "TankingDown",
|
"SettingName": "TankingDown",
|
||||||
"TriggerConnection": "AND",
|
"TriggerConnection": "AND",
|
||||||
"Triggers": [
|
"Triggers": [
|
||||||
{
|
{
|
||||||
"MarketTrendName": "15m",
|
|
||||||
"MaxChange": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"MarketTrendName": "1h",
|
"MarketTrendName": "1h",
|
||||||
"MaxChange": 0
|
"MaxChange": 0
|
||||||
},
|
},
|
||||||
|
@ -120,21 +112,21 @@
|
||||||
],
|
],
|
||||||
"PairsProperties": {
|
"PairsProperties": {
|
||||||
"max_trading_pairs_OFFSET": -2,
|
"max_trading_pairs_OFFSET": -2,
|
||||||
"DEFAULT_min_buy_volume_OFFSETPERCENT": 100,
|
"DEFAULT_min_buy_volume_OFFSETPERCENT": 100,
|
||||||
//"DEFAULT_initial_cost_OFFSETPERCENT": -50,
|
//"DEFAULT_initial_cost_OFFSETPERCENT": -50,
|
||||||
//"DEFAULT_initial_cost_percentage_OFFSETPERCENT": -50,
|
//"DEFAULT_initial_cost_percentage_OFFSETPERCENT": -50,
|
||||||
"DEFAULT_trailing_buy_OFFSETPERCENT": 25,
|
"DEFAULT_trailing_buy_OFFSETPERCENT": 25,
|
||||||
"DEFAULT_trailing_profit_OFFSETPERCENT": -25
|
"DEFAULT_trailing_profit_OFFSETPERCENT": -25
|
||||||
},
|
},
|
||||||
"DCAProperties": {
|
"DCAProperties": {
|
||||||
//"DEFAULT_DCA_rebuy_timeout_OFFSETPERCENT": 100,
|
//"DEFAULT_DCA_rebuy_timeout_OFFSETPERCENT": 100,
|
||||||
"DEFAULT_DCA_trailing_buy_OFFSETPERCENT": 25,
|
"DEFAULT_DCA_trailing_buy_OFFSETPERCENT": 25,
|
||||||
"DEFAULT_DCA_trailing_profit_OFFSETPERCENT": -50
|
"DEFAULT_DCA_trailing_profit_OFFSETPERCENT": -50
|
||||||
},
|
},
|
||||||
"IndicatorsProperties": {
|
"IndicatorsProperties": {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// -----------------------------
|
// -----------------------------
|
||||||
{
|
{
|
||||||
"SettingName": "BearSighted",
|
"SettingName": "BearSighted",
|
||||||
"TriggerConnection": "AND",
|
"TriggerConnection": "AND",
|
||||||
|
@ -155,19 +147,19 @@
|
||||||
],
|
],
|
||||||
"PairsProperties": {
|
"PairsProperties": {
|
||||||
"max_trading_pairs_OFFSET": -1,
|
"max_trading_pairs_OFFSET": -1,
|
||||||
//"DEFAULT_initial_cost_OFFSETPERCENT": -25,
|
//"DEFAULT_initial_cost_OFFSETPERCENT": -25,
|
||||||
//"DEFAULT_initial_cost_percentage_OFFSETPERCENT": -25,
|
//"DEFAULT_initial_cost_percentage_OFFSETPERCENT": -25,
|
||||||
"DEFAULT_trailing_buy_OFFSETPERCENT": 10,
|
"DEFAULT_trailing_buy_OFFSETPERCENT": 10,
|
||||||
"DEFAULT_trailing_profit_OFFSETPERCENT": -10
|
"DEFAULT_trailing_profit_OFFSETPERCENT": -10
|
||||||
},
|
},
|
||||||
"DCAProperties": {
|
"DCAProperties": {
|
||||||
"DEFAULT_DCA_trailing_buy_OFFSETPERCENT": 10,
|
"DEFAULT_DCA_trailing_buy_OFFSETPERCENT": 10,
|
||||||
"DEFAULT_DCA_trailing_profit_OFFSETPERCENT": -10,
|
"DEFAULT_DCA_trailing_profit_OFFSETPERCENT": -10,
|
||||||
},
|
},
|
||||||
"IndicatorsProperties": {
|
"IndicatorsProperties": {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// -----------------------------
|
// -----------------------------
|
||||||
{
|
{
|
||||||
"SettingName": "ReadyForLiftOff",
|
"SettingName": "ReadyForLiftOff",
|
||||||
"TriggerConnection": "AND",
|
"TriggerConnection": "AND",
|
||||||
|
@ -188,19 +180,19 @@
|
||||||
],
|
],
|
||||||
"PairsProperties": {
|
"PairsProperties": {
|
||||||
"max_trading_pairs_OFFSET": 1,
|
"max_trading_pairs_OFFSET": 1,
|
||||||
//"DEFAULT_initial_cost_OFFSETPERCENT": 10,
|
//"DEFAULT_initial_cost_OFFSETPERCENT": 10,
|
||||||
//"DEFAULT_initial_cost_percentage_OFFSETPERCENT": 10,
|
//"DEFAULT_initial_cost_percentage_OFFSETPERCENT": 10,
|
||||||
"DEFAULT_trailing_buy_OFFSETPERCENT": -10,
|
"DEFAULT_trailing_buy_OFFSETPERCENT": -10,
|
||||||
"DEFAULT_A_sell_value_OFFSETPERCENT": 10
|
"DEFAULT_A_sell_value_OFFSETPERCENT": 10
|
||||||
},
|
},
|
||||||
"DCAProperties": {
|
"DCAProperties": {
|
||||||
"DEFAULT_DCA_trailing_buy_OFFSETPERCENT": -10,
|
"DEFAULT_DCA_trailing_buy_OFFSETPERCENT": -10,
|
||||||
"DEFAULT_DCA_trailing_profit_OFFSETPERCENT": 10,
|
"DEFAULT_DCA_trailing_profit_OFFSETPERCENT": 10,
|
||||||
},
|
},
|
||||||
"IndicatorsProperties": {
|
"IndicatorsProperties": {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// -----------------------------
|
// -----------------------------
|
||||||
{
|
{
|
||||||
"SettingName": "ToTheMoon",
|
"SettingName": "ToTheMoon",
|
||||||
"TriggerConnection": "AND",
|
"TriggerConnection": "AND",
|
||||||
|
@ -220,16 +212,16 @@
|
||||||
],
|
],
|
||||||
"PairsProperties": {
|
"PairsProperties": {
|
||||||
"max_trading_pairs_OFFSET": 2,
|
"max_trading_pairs_OFFSET": 2,
|
||||||
//"DEFAULT_initial_cost_OFFSETPERCENT": 20,
|
//"DEFAULT_initial_cost_OFFSETPERCENT": 20,
|
||||||
//"DEFAULT_initial_cost_percentage_OFFSETPERCENT": 20,
|
//"DEFAULT_initial_cost_percentage_OFFSETPERCENT": 20,
|
||||||
"DEFAULT_trailing_buy_OFFSETPERCENT": -10,
|
"DEFAULT_trailing_buy_OFFSETPERCENT": -10,
|
||||||
"DEFAULT_A_sell_value_OFFSETPERCENT": 20
|
"DEFAULT_A_sell_value_OFFSETPERCENT": 20
|
||||||
},
|
},
|
||||||
"DCAProperties": {
|
"DCAProperties": {
|
||||||
"DEFAULT_DCA_trailing_buy_OFFSETPERCENT": -20,
|
"DEFAULT_DCA_trailing_buy_OFFSETPERCENT": -20,
|
||||||
"DEFAULT_DCA_trailing_profit_OFFSETPERCENT": 20,
|
"DEFAULT_DCA_trailing_profit_OFFSETPERCENT": 20,
|
||||||
},
|
},
|
||||||
"IndicatorsProperties": {
|
"IndicatorsProperties": {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// -----------------------------
|
// -----------------------------
|
||||||
|
@ -249,9 +241,9 @@
|
||||||
// ================================ COIN-SPECIFIC SETTINGS ================================
|
// ================================ COIN-SPECIFIC SETTINGS ================================
|
||||||
//
|
//
|
||||||
"SingleMarketSettings": [ // Single market/pair settings for Profit Trailer properties
|
"SingleMarketSettings": [ // Single market/pair settings for Profit Trailer properties
|
||||||
// Any setting from https://wiki.profittrailer.com/doku.php?id=pairs.properties
|
// Any setting from https://wiki.profittrailer.com/doku.php?id=pairs.properties
|
||||||
// marked as CS (coin-specific) can be used here.
|
// marked as CS (coin-specific) can be used here.
|
||||||
// Only coins that meet the triggered conditions will have the settings applied.
|
// Only coins that meet the triggered conditions will have the settings applied.
|
||||||
{
|
{
|
||||||
"SettingName": "BlacklistCoins",
|
"SettingName": "BlacklistCoins",
|
||||||
"StopProcessWhenTriggered": true,
|
"StopProcessWhenTriggered": true,
|
||||||
|
@ -266,16 +258,16 @@
|
||||||
"DEFAULT_DCA_enabled": false
|
"DEFAULT_DCA_enabled": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// -----------------------------
|
// -----------------------------
|
||||||
{
|
{
|
||||||
"SettingName": "PumpNDumpProtection",
|
"SettingName": "PumpNDumpProtection",
|
||||||
"TriggerConnection": "OR",
|
"TriggerConnection": "OR",
|
||||||
"Triggers": [
|
"Triggers": [
|
||||||
{
|
{
|
||||||
"MarketTrendName": "1h",
|
"MarketTrendName": "1h",
|
||||||
"MarketTrendRelation": "Relative", // The relation of the single market trend. Relative = Single market
|
"MarketTrendRelation": "Relative", // The relation of the single market trend. Relative = Single market
|
||||||
// trend compared relative to the market trend
|
// trend compared relative to the market trend
|
||||||
// Absolute = Single market trend viewed on its own
|
// Absolute = Single market trend viewed on its own
|
||||||
"MinChange": 8
|
"MinChange": 8
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -289,8 +281,8 @@
|
||||||
"MinChange": 12
|
"MinChange": 12
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"OffTriggers": [
|
"OffTriggers": [
|
||||||
{
|
{
|
||||||
"HoursSinceTriggered": 3 // Any coin that triggers this setting, will remain under this setting
|
"HoursSinceTriggered": 3 // Any coin that triggers this setting, will remain under this setting
|
||||||
// for 3 hours, since the last time it triggered.
|
// for 3 hours, since the last time it triggered.
|
||||||
}
|
}
|
||||||
|
@ -300,7 +292,7 @@
|
||||||
"DEFAULT_DCA_enabled": false
|
"DEFAULT_DCA_enabled": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// -----------------------------
|
// -----------------------------
|
||||||
{
|
{
|
||||||
"SettingName": "FreefallBlock",
|
"SettingName": "FreefallBlock",
|
||||||
"TriggerConnection": "OR",
|
"TriggerConnection": "OR",
|
||||||
|
@ -311,12 +303,12 @@
|
||||||
"MaxChange": -5
|
"MaxChange": -5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"OffTriggers": [
|
"OffTriggers": [
|
||||||
{
|
{
|
||||||
"HoursSinceTriggered": 1
|
"HoursSinceTriggered": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"PairsProperties": {
|
"PairsProperties": {
|
||||||
"DEFAULT_sell_only_mode_enabled": true,
|
"DEFAULT_sell_only_mode_enabled": true,
|
||||||
"DEFAULT_DCA_enabled": false
|
"DEFAULT_DCA_enabled": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue