mehtadone / PTFeeder

Official GitHub for ProfitTrailer's best buddy, PT Feeder. Be sure to visit their GitHub too.
https://wiki.ptfeeder.co/
182 stars 33 forks source link

Buyvalueoffset not working #120

Closed ghstaking closed 6 years ago

ghstaking commented 6 years ago

i have buyvalueoffset different for each bear, boring and bull etc. it appears to not be changing the value when PTF is in bear or bull. hopefully i have the correct values.

"General": { "BaseCurrency": "ETH", // MARKET "BuyStrategy": "EMAGAIN", // ALL_buy_strategy "BuyValue": "-3", // ALL_buy_value "BuyValueLimit": "-7", // ALL_buy_value_limit "Cost": "4", // ALL_max_cost or or All_max_cost_percentage "DcaEnabled": "-2.5", // ALL_DCA_enabled "DcaMaxBuySpread": "1", // max_buy_spread in DCA.properties "DcaMaxBuyTimes": "1", // max_buy_times in DCA.properties "DcaMaxCost": "20", // max_cost in DCA.properties "DcaMinBuyBalance": "20", // min_buy_balance in DCA.properties depending on UseMinBuyBalancePercentage in hostsettings.json "DcaSellTrigger": "0.6", // sell_trigger in DCA.properties "DcaSellStrategy": "GAIN", // sell_strategy in DCA.properties "DcaSellValue": "1", // sell_value in DCA.properties "DcaTrailingBuy": "0.5", // trailing_buy in DCA.properties "DcaTrailingProfit": "0.25", // trialing_profit in DCA.properties "ExcludedPairs": "BNB,ADA", // coins you don't want PTF to create settings for. These will have no config generated and will appear in watchmode "SomOnlyPairs": "FUN,TNT,EVX,TRX,BURST,ZEC,SAFEX,BNB,BTS,BTA,DAR,DRACO,SLING,CRYPT,DOGE,UNO,SC,INCNT,NAUT,SJCX,NOTE,TKN,TIME,TRIG,MTL,DGD,DCT,CPC,FLDC,COVAL,BTCD,BCY,AUR,GLD,XMG,GBYTE,NBT,AMP,EXCL,BLK,SLS,SYNX,PKB,FLO,RISE,1ST,CLUB,QWARK,GBG,RCN,EMC2,GRS,QRL,BITB,2GIVE,BLITZ,ERC,EGC,FAIR", // these are coins where BASE_COIN_sell_only_mode will be true "DcaExcluded": "SNM,GVT", // coins you don't want DCA enabled for no matter what "MaxBuySpread": "1.5", // All_max_buy_spread "MaxTrailingBuy": "1", // All_trailing_buy "MaxTrailingProfit": "0.5", // All_tailing_profit "MinBuyBalance": "30", // All_min_buy_balance or All_min_buy_balance_percentage "MinBuyPrice": "0.00001", // All_min_buy_price "MinBuyVolume": "1000", // All_min_buy_volume "MinProfit": "0.6", // All_min_profit "MinTrailingBuy": "0.01", // minumum the trailing buy after offsets can be "MinTrailingProfit": "0.01", // minumum the trailing buy after offsets can be "MinutesForLongerTermTrend": "720", // minutes to measure trend for LongerTermPriceChange "MinutesToMeasureTrend": "60", // minutes to measure trend for base coin trend, PriceTrendChange and volatility calc "NumberOfPairs": "7", // ALL_max_trading_pairs "SellStrategy": "GAIN", // ALL_sell_strategy "SellValue": "1.25", // ALL_sell_value "TopCurrenciesToCheck": "50" // number of pairs to check from your exchange for MaxTopCoinAverageChange }, "MarketConditions": { "Configs": [ { "FolderName": "01-superbear", "MaxTopCoinAverageChange": "-2.5", "BuyValueOffset": "-100", "DcaTrailingBuyOffset": "50", "MaxBuySpreadOffset": "75", "DcaMinBuyBalanceOffset": "-50", "DcaMaxCostOffset": "-75", "DcaMaxBuySpreadOffset": "50", "DcaMaxBuyTimesOffset": "200", "DcaTrailingBuyOffset": "50" }, { "FolderName": "02-bear", "MaxTopCoinAverageChange": "-1", "BuyValueOffset": "-50", "DcaTrailingBuyOffset": "25", "MaxBuySpreadOffset": "40", "DcaMinBuyBalanceOffset": "-25", "DcaMaxCostOffset": "-50", "DcaMaxBuySpreadOffset": "50", "DcaMaxBuyTimesOffset": "100", "DcaTrailingBuyOffset": "25" }, { "FolderName": "03-boring", "MaxTopCoinAverageChange": "1.5", "MinBaseCoinPriceChange": "1", "BuyValueOffset": "25", "DcaTrailingBuyOffset": "10", "DcaTrailingProfitOffset": "15", "DcaSellValueOffset": "10", "DcaSellTriggerOffset": "25", "DcaTrailingProfitOffset": "30", "DcaSellValueOffset": "30", "SellOnlyMode": "false" }, { "FolderName": "04-bull", "MaxTopCoinAverageChange": "5", "MinBaseCoinPriceChange": "5", "DcaTrailingProfitOffset": "15", "DcaSellValueOffset": "25", "DcaSellTriggerOffset": "50", "DcaTrailingProfitOffset": "50", "DcaSellValueOffset": "50", "DcaMaxBuyTimesOffset": "-200", "SellOnlyMode": "true" }, { "FolderName": "05-superbull", "MaxTopCoinAverageChange": "10", "MinBaseCoinPriceChange": "10", "DcaTrailingProfitOffset": "15", "DcaSellValueOffset": "50", "DcaSellTriggerOffset": "70", "DcaTrailingProfitOffset": "70", "DcaSellValueOffset": "70", "DcaMaxBuyTimesOffset": "-200", "SellOnlyMode": "true" } buyvalueoffset

ghstaking commented 6 years ago

issue is resolved. it is working it is just being applied to the each individual pairs. i forgot that how feeder works. thanks again mehtadone!