Skip to content

Instantly share code, notes, and snippets.

@leoneparise
Created February 18, 2018 00:42
Show Gist options
  • Save leoneparise/871f0a025a82e4e4e75dc1e43feb2e98 to your computer and use it in GitHub Desktop.
Save leoneparise/871f0a025a82e4e4e75dc1e43feb2e98 to your computer and use it in GitHub Desktop.
PT Feeder App Settings
{
"General": {
"BaseCurrency": "BTC",
"BuyStrategy": "EMASPREAD",
"BuyValue": "-0.3",
"Cost": "2.5",
"DcaEnabled": "-1.5",
"DcaMaxBuySpread": "1.5",
"DcaMaxBuyTimes": "5",
"DcaMaxCost": "0",
"DcaMinBuyBalance": "0",
"DcaSellTrigger": "0.6",
"DcaSellStrategy": "GAIN",
"DcaSellValue": "0.55",
"DcaTrailingBuy": "0.15",
"DcaTrailingProfit": "0.15",
"ExcludedPairs": "SAFEX,BNB,BTS,BTA,DAR,DRACO,SLING,CRYPT,DOGE,UNO,SC,INCNT,NAUT,SJCX,NOTE,TKN,TIME,BLZ,SUB,AE",
"MaxBuySpread": "0.5",
"MaxTrailingBuy": "0.3",
"MaxTrailingProfit": "0.3",
"MinBuyBalance": "0",
"MinBuyPrice": "0.00005",
"MinBuyVolume": "300",
"MinProfit": "0.75",
"MinTrailingBuy": "0.01",
"MinTrailingProfit": "0.01",
"MinutesForLongerTermTrend": "720",
"MinutesToMeasureTrend": "120",
"NumberOfPairs": "14",
"SellStrategy": "GAIN",
"SellValue": "0.75",
"TopCurrenciesToCheck": "35"
},
"MarketConditions": {
"Configs": [
{
"FolderName": "01-superbear",
"MaxTopCoinAverageChange": "-2",
"DcaEnabled": "200",
"BuyValueOffset": "200",
"TrailingProfitOffset": "-20",
"SellValueOffset": "-30",
"MinProfitOffset": "-20",
"MaxBuySpreadOffset": "-20"
},
{
"FolderName": "02-bear",
"MaxTopCoinAverageChange": "-0.5",
"DcaTrailingBuyOffset": "25",
"DcaTrailingProfitOffset": "-25",
"DcaEnabled": "50",
"DcaSellValueOffset": "-10",
"BuyValueOffset": "25",
"MaxPairsOffset": "-20",
"MaxBuySpreadOffset": "-20"
},
{
"FolderName": "03-boring",
"DcaEnabled": "-50",
"MaxTopCoinAverageChange": "2.5"
},
{
"FolderName": "04-bull",
"MaxTopCoinAverageChange": "5",
"DcaEnabled": "-50",
"DcaTrailingBuyOffset": "-10",
"DcaTrailingProfitOffset": "10",
"DcaSellValueOffset": "10"
},
{
"FolderName": "05-superbull",
"MaxTopCoinAverageChange": "1000",
"DcaEnabled": "-50",
"DcaTrailingBuyOffset": "-20",
"DcaTrailingProfitOffset": "20",
"DcaSellValueOffset": "20",
"MinBuyBalanceOffset": "5",
"MaxPairsOffset": "20"
}
]
},
"Price": {
"Configs": [
{
"MaxPrice": "0.0001",
"BuyValueOffset": "50",
"CostOffset": "-5"
},
{
"MaxPrice": "0.0005",
"BuyValueOffset": "50",
"CostOffset": "-5"
}
]
},
"Volume": {
"Configs": [
{
"MaxVolume": "300",
"BuyValueOffset": "30",
"CostOffset": "-20"
},
{
"MaxVolume": "700",
"BuyValueOffset": "20",
"CostOffset": "-10"
},
{
"MaxVolume": "1000",
"DcaMinBuyBalanceOffset": "-20"
}
]
},
"PriceTrendChange": {
"Configs": [
{
"MaxPriceTrendPercentageChange": "-5",
"ValueOffset": "10",
"TrailingProfitOffset": "-10",
"SellValueOffset": "-30",
"MaxBuySpreadOffset": "-20",
"DcaEnabled": "200",
"DcaTrailingProfitOffset": "-10",
"DcaSellValueOffset": "-30",
"DcaMaxBuySpreadOffset": "-20"
},
{
"MaxPriceTrendPercentageChange": "-2",
"CostOffset": "5",
"BuyValueOffset": "100",
"SellValueOffset": "-10",
"DcaEnabled": "200",
"DcaSellValueOffset": "-10"
},
{
"MaxPriceTrendPercentageChange": "5"
},
{
"MaxPriceTrendPercentageChange": "20",
"TrailingBuyOffset": "-25",
"TrailingProfitOffset": "5",
"DcaEnabled": "200",
"DcaTrailingBuyOffset": "-25",
"DcaTrailingProfitOffset": "5"
},
{
"MaxPriceTrendPercentageChange": "15000",
"BuyValueOffset": "10",
"TrailingProfitOffset": "-10",
"SellValueOffset": "-30",
"MaxBuySpreadOffset": "-20",
"DcaEnabled": "200",
"DcaTrailingProfitOffset": "-10",
"DcaSellValueOffset": "-30",
"DcaMaxBuySpreadOffset": "-20"
}
]
},
"LongerTermPriceChange": {
"Configs": [
{
"MaxPriceTrendPercentageChange": "-10",
"BuyValueOffset": "10",
"TrailingProfitOffset": "-10",
"SellValueOffset": "-30",
"MaxBuySpreadOffset": "-20",
"DcaEnabled": "200",
"DcaTrailingProfitOffset": "-10",
"DcaSellValueOffset": "-30",
"DcaMaxBuySpreadOffset": "-20"
},
{
"MaxPriceTrendPercentageChange": "10"
},
{
"MaxPriceTrendPercentageChange": "10000",
"BuyValueOffset": "10",
"TrailingProfitOffset": "-10",
"SellValueOffset": "-30",
"MaxBuySpreadOffset": "-20",
"DcaEnabled": "200",
"DcaTrailingProfitOffset": "-10",
"DcaSellValueOffset": "-30",
"DcaMaxBuySpreadOffset": "-20"
}
]
},
"AverageCandleSize": {
"Configs": [
{
"MaxPercentageSizeOfPrice": "0.025",
"SellOnlyMode": "true",
"SellValueOffset": "-30"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment