Meine Profit Trailer v2 Settings
Mittlerweile hat sich einiges bei dem Profit Trailer getan. Neben einigen Verlusten nach unzähligen Test mit den Konfigurationen, kann ich nun seit über 6 Monaten lediglich Gewinne verzeichnen. Nun hatte ich Konfigurationen getestet, die in einem bullischen Markt sehr gute Profite machen, aber in einem bären Markt einfach nicht funktionieren. Andersherum geht das natürlich auch.
Aber genau deshalb war es mir wichtig, dass ich Settings habe, die in beiden Marktsituationen funktionieren. Das ganze ermöglicht mir mittlerweile die Profit Trailer Version 2.0, die so einiges an neuen Funktionen und Möglichkeiten mitbringt.
Wichtig für mich sind dabei die folgenden Werte, die mich etwas vor Unheil schützen.
1 2 3 4 5 6 7 8 9 10 11 | # Only purchase a pair if the 24 hour percentage change is above the min price increase. # Note: You may need to adjust this to suit market conditions, setting this to 0.01 will only pick positive pairs. DEFAULT_buy_min_change_percentage = 0.50 # Only purchase a pair if the 24 hour percentage change is below the max price increase. DEFAULT_buy_max_change_percentage = 20 # coin_min_age is defined in days, it is used to allow the bot to trade only with coins which are older than x days, pair_min_listed_days = 15 # In the arm we put a mark that reaches at the value. If the price falls on the fire value, the coin is sold DEFAULT_trailing_stop_loss_trigger_arm = 1 # Indicates the selling value after the coin has previously risen to the arm value but has fallen back to the fire value. DEFAULT_trailing_stop_loss_trigger = -0.80 |
Gerade die Werte DEFAULT_trailing_stop_loss_trigger_arm und DEFAULT_trailing_stop_loss_trigger sind quasi Gold wert. Der Wert „arm“ gibt dabei einen Wert vor, den der Coin erreichen muss, bis eine art Markierung gesetzt wird. Fällt der Coin dann um den Wert, der als „trigger“ gesetzt wurde, wird der Coin verkauft. Somit kann verhindert werden, dass der Coin noch weiter fällt und man nimmt einfach einen kleinen Profit mit, bevor dieser dann eventuell in das Pending rutscht und noch weiter sinkt. Dabei wird der Wert von „trigger_arm“ und „trigger“ anhand des aktuellen Profits mitkalkuliert, so das sich der Stoploss, bei dem verkauft wird quasi immer autom. erhöht, je höher der Profit steigt.
Klar, aus dem Pending kann er auch wieder heraus kommen, aber manchmal hängt er dort einfach sehr lange fest und ich habe keine laufenden Profite, die erzeugt werden.
Da der Markt doch sehr volatil ist, bin ich der Meinung, dass kleine Profite besser sind als Verluste. Nichts ist schlimmer als sein ganzes Guthaben in Coins zu haben, die im Pending liegen und keine Profite erwirtschaften. Da hatte ich 2018 Zeiten, an denen ich auch mal 10 Tage nichts verkauft habe, da kein Guthaben mehr für neue Käufe zur Verfügung stand.
Das nur kurz zu den zwei neuen Funktionen ab der Version 2.0. Es ist wichtig, dass du alle Werte verstehst und deshalb rate ich dir, das Profit Trailer Wiki
zu lesen um die einzelnen Werte zu verstehen. Das Wiki ist mittlerweile sehr ausführlich geworden und wird ständig aktualisiert.
Im großen und ganzen kann ich mir nun einen kleinen Zuverdienst aufbauen, der nahezu automatisch erzeugt wird. Gemeinsam mit der ViaBuy Kreditkarte, die ich unter „ViaBuy Kreditkarte mit Bitcoins (BTC) aufladen“ beschrieben habe, ist das also eine sehr schöne Sache.


Hier nun meine aktuelle Konfigurationen.
Pairs
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 | # # GENERAL SETTINGS # # Define the market we are trading (BTC, ETH, XMR, BNB or USDT) market = BTC # This will enable trading for any pairs that you have defined enabled_pairs = ALL # Enable trading (buying,selling and orders) using defined strategies for all pairs DEFAULT_trading_enabled = true # This will hide any pairs that you have disabled hidden_pairs = ALL # DCA is a method for averaging down the price of a losing trade, hoping the price will come up to your lower average buy price. DEFAULT_DCA_enabled = 5 # Choose to combine pending orders for the same coin into one item in the pending log or keep them as separate items. DEFAULT_combine_pending_orders = true # Define your starting balance from the exchange start_balance = 3.30289989 # Only buy coins if the buy cost will not let your balance go below specified amount keep_balance = 0.0 # Only buy coins if the buy cost will not let your balance go below specified amount in % keep_balance_percentage = 10 # Only buy coins with a minimum volume of specified amount. # # POSSIBLE BUY LOG FILTERING # # Set the depth of the orderbook to look back and identify the largest sell order. DEFAULT_sell_wall_orderbook_depth = 50 # Set the maximum difference allowed from the average order size within the DEFAULT_sell_wall_orderbook_depth. # If this difference is exceeded then the coin will not be bought. DEFAULT_sell_wall_diff_percentage = 5000 # Adjust trading pairs based on server capability and trading budget max_trading_pairs = 20 # Set the amount of the market currency (BTC, ETH, XMR, BNB, or USDT) we will use to buy a pair. This amount is spent for EACH initial purchase. #DEFAULT_initial_cost = 0.0035 # An alternative to the fixed initial cost above, set the percentage of your TCV (Total Current Value) to be used for each initial purchase. DEFAULT_initial_cost_percentage = 0.65 DEFAULT_min_buy_volume = 450 # Set to ignore low satoshi coins. DEFAULT_min_buy_price = 0.00000600 # Max spread % between lowest ask and highest bid to allow a new buy order. DEFAULT_max_buy_spread = 2 # Allow initial buys if there is enough volume in order book to fill the order. DEFAULT_min_orderbook_volume_percentage = 150 # Set the amount of minutes that the bot is not allowed to buy a coin after it was sold. DEFAULT_rebuy_timeout = 5 # Only purchase a pair if the 24 hour percentage change is above the min price increase. # Note: You may need to adjust this to suit market conditions, setting this to 0.01 will only pick positive pairs. DEFAULT_buy_min_change_percentage = 0.50 # Only purchase a pair if the 24 hour percentage change is below the max price increase. DEFAULT_buy_max_change_percentage = 20 # coin_min_age is defined in days, it is used to allow the bot to trade only with coins which are older than x days, pair_min_listed_days = 15 # Once all buy strategies are true, the bot will make note of the current ask price and begin watching. # # BUY SETTINGS # # # # Do we have a short term Bullish upward trend? # DEFAULT_A_buy_strategy_label = FRANKENSTEINERCROSS DEFAULT_A_buy_strategy = EMACROSS DEFAULT_A_buy_value = 0.01 DEFAULT_A_buy_value_limit = 100.1 # # Are we overbought or close to being overbought right now? # DEFAULT_B_buy_strategy_label = DOABROWNIEMACD DEFAULT_B_buy_strategy = MACD DEFAULT_B_buy_value = 0.000000001 DEFAULT_B_buy_value_limit = 0.000005000 # # BBands width # DEFAULT_C_buy_strategy_label = THYSBBWIDTH DEFAULT_C_buy_strategy = BBWIDTH DEFAULT_C_buy_value = 2.0 DEFAULT_C_buy_value_limit = 0.01 # # Is the price rising? # DEFAULT_D_buy_strategy = EMAGAIN DEFAULT_D_buy_value = 0.01 DEFAULT_D_buy_value_limit = 5000.0 # # Do we have a strong sell signal # DEFAULT_E_buy_strategy = STOCH DEFAULT_E_buy_value = 100.1 DEFAULT_E_buy_value_limit = 49.9 # # Do we have a strong sell signal # DEFAULT_F_buy_strategy = RSI DEFAULT_F_buy_value = 100.1 DEFAULT_F_buy_value_limit = 39.9 # # Trailing is turned off as we are following an upward trend # # The price needs to fall and then rise by at least the percentage specified in order for a buy to be attempted. DEFAULT_trailing_buy = 0 # Set the number of times you want to see the price fluctuate into and out of a good trail before making the buy DEFAULT_trailing_buy_rebound_count = 0 # buy_on_first_signal can be used to switch a strategy back to false a few seconds after it enters the buy zone and becomes true, giving a limited buy opportunity. DEFAULT_A_buy_on_first_signal = false # # SELL SETTINGS # # # What is the minimum profit we want to make on this trade? # DEFAULT_A_sell_strategy = GAIN DEFAULT_A_sell_value = 1.25 # # Do we have a Bullish Cross? # DEFAULT_B_sell_strategy_label = FRANKENSTEINERCROSS DEFAULT_B_sell_strategy = EMACROSS DEFAULT_B_sell_value = 0.25 DEFAULT_B_sell_value_limit = 100 DEFAULT_C_sell_strategy = RSI DEFAULT_C_sell_value = 59.9 DEFAULT_C_sell_value_limit = 100 # # Trailing is on to ensure we maximise profits # # Set the type of trailing you want to use DEFAULT, GROW, SHRINK DEFAULT_trailing_profit_type = GROW # Once all sell strategies are true, the bot will make note of the current bid price and begin watching. # The price needs to rise and then fall by at least the percentage specified in order for a sell to be attempted. DEFAULT_trailing_profit = 0.25 # Set the number of times you want to see the price fluctuate into and out of a good trail before making the sale. DEFAULT_trailing_profit_rebound_count = 0 # If set to true, it will look at the highest bid order with enough volume rather than just the highest bid order. orderbook_profit_calculation = true # This will sell a pair regardless of other settings if max profit is reached DEFAULT_max_profit = 0 # The time period to wait define in munutes while the profit percentage remains above xx percent, defined on the line below this, but has not yet sold. DEFAULT_take_profit_wait_time = 15 # The profit percentage above which the bot will attempt to sell a pair if it has not sold for xx minutes, defined on the line above this. DEFAULT_take_profit_percentage = 1.75 # The percentage of price deviation allowed from the DEFAULT_take_profit_percentage before resetting the DEFAULT_take_profit_wait_time. DEFAULT_take_profit_reset_percentage_move = 0.20 # In the arm we put a mark that reaches at the value. If the price falls on the fire value, the coin is sold #DEFAULT_take_profit_safety_arm = 1.0 DEFAULT_trailing_stop_loss_trigger_arm = 1 # Indicates the selling value after the coin has previously risen to the arm value but has fallen back to the fire value. #DEFAULT_take_profit_safety_fire = 0.30 DEFAULT_trailing_stop_loss_trigger = -0.80 # If x amount of time in minutes has passed since you bought a coin, create a pending order for that pair DEFAULT_pending_order_wait_time = 0 # If the price has dropped x% since we bought a coin and we have not sold it (and it's still in the pairs log), # create limit sell order for that pair at a price equivalent to your GAIN strategy sell_value. DEFAULT_pending_order_price_drop_trigger = 2.5 # Cancel pending order for specified coin if avg profit reaches specified amount DEFAULT_combined_cancel_pending_trigger = 1.25 # Cancel pending orders for a coin if the profit reaches the set percentage and return the coin to the PAIRS log as applicable. DEFAULT_cancel_pending_trigger = -0.35 # Set the value that will trigger a stop loss order If the value of a coin drops below stop loss trigger, it will be automatically sold DEFAULT_stop_loss_trigger = 0 # Set the amount of minutes that the bot is not allowed to buy a coin after if was sold by stop loss trigger DEFAULT_stop_loss_timeout = 60 # # SELL ONLY MODE # # Manually enable Sell Only Mode (SOM) for all your coins. No more purchases will be made. The bot will continue to make sales. DEFAULT_sell_only_mode_enabled = false # Protect against large market swings by turning on sell only mode. consecutive_buy_trigger = 16 # Turn off sell only mode if we got x consecutive sells with no buys in between consecutive_sell_trigger = 2 # This is to protect against Bitcoin rising (aka mooning) or dropping automatically turns on / off SOM as required. price_trigger_market = BTC # Turn on sell only mode if the price rises by the set percentage. price_rise_trigger = 7 # Turn off sell only mode if it was activated by price rise and the price change is now back below the set threshold. price_rise_recover_trigger = 6 # Turn on sell only mode (SOM) if the price drops by the set percentage. price_drop_trigger = 1 # Turn off sell only mode if it was activated by a price drop the price change is now back above the set threshold. price_drop_recover_trigger = 3 # Set to true to sell all of your coins with a balance for current market prices DEFAULT_panic_sell_enabled = false # # Coin Specific Settings # # This is for the pairs you do not wish to trade, examples only below, # you need to add your own list here. Make sure none of your enabled pairs # BNB fees are not yet supported in Binance, so dont buy BNB until you disable the setting BNB_trading_enabled = false BNB_reserve_amount = 0 TUSD_trading_enabled = false USDT_trading_enabled = false # # Pairs delisted from the exchanges # 8BIT_trading_enabled = false ADC_trading_enabled = false AM_trading_enabled = false AMS_trading_enabled = false APEX_trading_enabled = false APX_trading_enabled = false ARB_trading_enabled = false BITS_trading_enabled = false BITZ_trading_enabled = false BLITZ_trading_enabled = false BLC_trading_enabled = false BOB_trading_enabled = false BSTY_trading_enabled = false BTA_trading_enabled = false BTCD_trading_enabled = false CCN_trading_enabled = false CLUB_trading_enabled = false CPC_trading_enabled = false CRBIT_trading_enabled = false CRYPT_trading_enabled = false CTR_trading_enabled = false DAR_trading_enabled = false DGC_trading_enabled = false DRACO_trading_enabled = false DTC_trading_enabled = false FAIR_trading_enabled = false FC2_trading_enabled = false FRK_trading_enabled = false FSC2_trading_enabled = false GCR_trading_enabled = false GEMZ_trading_enabled = false GHC_trading_enabled = false GP_trading_enabled = false GRT_trading_enabled = false HKG_trading_enabled = false HYPER_trading_enabled = false HZ_trading_enabled = false J_trading_enabled = false KR_trading_enabled = false LXC_trading_enabled = false MAX_trading_enabled = false MEC_trading_enabled = false METAL_trading_enabled = false MND_trading_enabled = false MTR_trading_enabled = false MYST_trading_enabled = false MZC_trading_enabled = false NAUT_trading_enabled = false NET_trading_enabled = false NEU_trading_enabled = false NTRN_trading_enabled = false OC_trading_enabled = false ORB_trading_enabled = false PDC_trading_enabled = false PKB_trading_enabled = false PRIME_trading_enabled = false PXI_trading_enabled = false ROOT_trading_enabled = false SAFEX_trading_enabled = false SCOT_trading_enabled = false SCRT_trading_enabled = false SFR_trading_enabled = false SLG_trading_enabled = false SLING_trading_enabled = false SNGLS_trading_enabled = false SNRG_trading_enabled = false SOON_trading_enabled = false SPRTS_trading_enabled = false SSD_trading_enabled = false START_trading_enabled = false STEPS_trading_enabled = false STV_trading_enabled = false SWING_trading_enabled = false TES_trading_enabled = false TIT_trading_enabled = false TRI_trading_enabled = false TRK_trading_enabled = false TRST_trading_enabled = false U_trading_enabled = false UFO_trading_enabled = false UNIQ_trading_enabled = false UNIT_trading_enabled = false UNO_trading_enabled = false UTC_trading_enabled = false VIOR_trading_enabled = false VIRAL_trading_enabled = false VPN_trading_enabled = false VTR_trading_enabled = false WARP_trading_enabled = false XAUR_trading_enabled = false XBB_trading_enabled = false XC_trading_enabled = false XCO_trading_enabled = false XDQ_trading_enabled = false XPY_trading_enabled = false XVC_trading_enabled = false XQN_trading_enabled = false XSEED_trading_enabled = false XTC_trading_enabled = false YBC_trading_enabled = false BITB_trading_enabled = false CANN_trading_enabled = false DGD_trading_enabled = false DOGE_trading_enabled = false DOPE_trading_enabled = false HSR_trading_enabled = false MEME_trading_enabled = false MER_trading_enabled = false MTL_trading_enabled = false POT_trading_enabled = false POWR_trading_enabled = false SBD_trading_enabled = false SC_trading_enabled = false SYNX_trading_enabled = false TIME_trading_enabled = false THC_trading_enabled = false TKN_trading_enabled = false TRIG_trading_enabled = false TRUST_trading_enabled = false BTS_trading_enabled = false SKY_trading_enabled = true |
DCA
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 | # # GENERAL SETTINGS # # DCA is a method for averaging down the price of a losing trade, hoping the price will come up to your lower average buy price. DEFAULT_DCA_max_cost = 10 # Define max amount of times DCA is allowed to buy a pair. DEFAULT_DCA_max_buy_times = 5 # # Set the maximum number of coins that are permitted to DCA at any given time. # If not set (including missing from the file completely) then there is no limit and all coins can be DCA'd. # DCA_max_trading_pairs = 6 # # Only buy coins if the buy cost will not let your balance go below specified amount DCA_keep_balance = 0 # Only buy coins if the buy cost will not let your balance go below specified amount in % DCA_keep_balance_percentage = 0 # Only place a buy order if there's enough volume in order book to fill the order. # # BUY FILTER SETTINGS # # Set this value to true to allow DCA to continue buying even if no new buys are allowed as the bot is in Sell Only Mode. # Allow DCA to buy if there's enough volume in order book to fill the order. DEFAULT_DCA_min_buy_volume = 10 # Max spread % between lowest ask and highest bid to allow a new buy order. DEFAULT_DCA_max_buy_spread = 3 DEFAULT_DCA_min_orderbook_volume_percentage = 120 # The timeout period (in minutes) that the bot is not allowed to buy a coin after it was last DCA'ed. DEFAULT_DCA_rebuy_timeout = 10 # Only purchase a pair if the 24 hour percentage change is above the min price increase. DEFAULT_DCA_buy_min_change_percentage = 0 # Only purchase a pair if the 24 hour percentage change is below the max price increase. DEFAULT_DCA_buy_max_change_percentage = 50 DEFAULT_DCA_ignore_sell_only_mode = false # Set the depth of the orderbook to look back and identify the largest sell order. DEFAULT_DCA_sell_wall_orderbook_depth = 50 # Set the maximum difference allowed from the average order size within the DEFAULT_DCA_sell_wall_orderbook_depth. # If this difference is exceeded then the coin will not be bought. DEFAULT_DCA_sell_wall_diff_percentage = 5000 # The price needs to fall and then rise by at least the percentage specified in order for a buy to be attempted. # # BUY SETTINGS # # # Are we overbought or close to being overbought right now? # DEFAULT_DCA_A_buy_strategy = MACD DEFAULT_DCA_A_buy_value = 0.00000001 DEFAULT_DCA_A_buy_value_limit = 1 # # Is the price rising? # DEFAULT_DCA_B_buy_strategy = RSI DEFAULT_DCA_B_buy_value = 29.9 DEFAULT_DCA_B_buy_value_limit = 0 # Trailing should take us to the peak of the trade cycle # Set the loss percentage required before a DCA buy can take place. DEFAULT_DCA_buy_trigger = 5 # Set the loss % required before a DCA buy can take place when SOM is on. # All configured buy strategies must be true and you must have lost at least this amount from your average bought price. SOM_DCA_buy_trigger = 5 # Sell the trading pair if profit reaches the set percentage regardless of all sell strategies being true. # # Trailing is turned off as we are following an upward trend # # Once all buy strategies are true, the bot will make note of the current ask price and begin watching. DEFAULT_DCA_trailing_buy = 0 # Set the number of times you want to see the price fluctuate into and out of a good trail before making the buy. DEFAULT_DCA_trailing_buy_rebound_count = 0 # Set the percentage of TCV purchased when making a DCA buy. DEFAULT_DCA_buy_percentage = 100 # Set the buy percentage to be used instead of DEFAULT_DCA_buy_percentage when sell only mode (SOM) is on SOM_DCA_buy_percentage = 100 # Cancel pending order for specified coin if avg profit reaches specified amount # Sets the per trigger level percentage of TCV to purchase when making a DCA buy. # Purchase the same number of coins at each DCA level effectively doubling down. DEFAULT_DCA_buy_percentage_1 = 100 DEFAULT_DCA_buy_percentage_2 = 50 DEFAULT_DCA_buy_percentage_3 = 33.3333333333333 DEFAULT_DCA_buy_percentage_4 = 25 DEFAULT_DCA_buy_percentage_5 = 20 DEFAULT_DCA_buy_percentage_6 = 16.6666666666667 DEFAULT_DCA_buy_percentage_7 = 14.2857142857143 DEFAULT_DCA_buy_percentage_8 = 12.5 DEFAULT_DCA_buy_percentage_9 = 11.1111111111111 DEFAULT_DCA_buy_percentage_10 = 10 DEFAULT_DCA_buy_percentage_11 = 9.09090909090909 DEFAULT_DCA_buy_percentage_12 = 8.33333333333333 DEFAULT_DCA_buy_percentage_13 = 7.69230769230769 DEFAULT_DCA_buy_percentage_14 = 7.14285714285714 DEFAULT_DCA_buy_percentage_15 = 6.66666666666667 DEFAULT_DCA_buy_percentage_16 = 6.25 DEFAULT_DCA_buy_percentage_17 = 5.88235294117647 DEFAULT_DCA_buy_percentage_18 = 5.55555555555556 DEFAULT_DCA_buy_percentage_19 = 5.26315789473684 DEFAULT_DCA_buy_percentage_20 = 5 DEFAULT_DCA_buy_percentage_21 = 4.76190476190476 DEFAULT_DCA_buy_percentage_22 = 4.54545454545455 DEFAULT_DCA_buy_percentage_23 = 4.34782608695652 DEFAULT_DCA_buy_percentage_24 = 4.16666666666667 DEFAULT_DCA_buy_percentage_25 = 4 DEFAULT_DCA_buy_percentage_26 = 3.84615384615385 DEFAULT_DCA_buy_percentage_27 = 3.7037037037037 DEFAULT_DCA_buy_percentage_28 = 3.57142857142857 DEFAULT_DCA_buy_percentage_29 = 3.44827586206897 DEFAULT_DCA_buy_percentage_30 = 3.33333333333333 DEFAULT_DCA_buy_percentage_31 = 3.2258064516129 DEFAULT_DCA_buy_percentage_32 = 3.125 DEFAULT_DCA_buy_percentage_33 = 3.03030303030303 DEFAULT_DCA_buy_percentage_34 = 2.94117647058824 DEFAULT_DCA_buy_percentage_35 = 2.85714285714286 DEFAULT_DCA_buy_percentage_36 = 2.77777777777778 DEFAULT_DCA_buy_percentage_37 = 2.7027027027027 DEFAULT_DCA_buy_percentage_38 = 2.63157894736842 DEFAULT_DCA_buy_percentage_39 = 2.56410256410256 DEFAULT_DCA_buy_percentage_40 = 2.5 DEFAULT_DCA_buy_percentage_41 = 2.4390243902439 DEFAULT_DCA_buy_percentage_42 = 2.38095238095238 DEFAULT_DCA_buy_percentage_43 = 2.32558139534884 DEFAULT_DCA_buy_percentage_44 = 2.27272727272727 DEFAULT_DCA_buy_percentage_45 = 2.22222222222222 DEFAULT_DCA_buy_percentage_46 = 2.17391304347826 DEFAULT_DCA_buy_percentage_47 = 2.12765957446808 DEFAULT_DCA_buy_percentage_48 = 2.08333333333333 DEFAULT_DCA_buy_percentage_49 = 2.04081632653061 DEFAULT_DCA_buy_percentage_50 = 2 DEFAULT_DCA_buy_percentage_51 = 1.96078431372549 DEFAULT_DCA_buy_percentage_52 = 1.92307692307692 DEFAULT_DCA_buy_percentage_53 = 1.88679245283019 DEFAULT_DCA_buy_percentage_54 = 1.85185185185185 DEFAULT_DCA_buy_percentage_55 = 1.81818181818182 DEFAULT_DCA_buy_percentage_56 = 1.78571428571429 DEFAULT_DCA_buy_percentage_57 = 1.75438596491228 DEFAULT_DCA_buy_percentage_58 = 1.72413793103448 DEFAULT_DCA_buy_percentage_59 = 1.69491525423729 DEFAULT_DCA_buy_percentage_60 = 1.66666666666667 DEFAULT_DCA_buy_percentage_61 = 1.63934426229508 DEFAULT_DCA_buy_percentage_62 = 1.61290322580645 DEFAULT_DCA_buy_percentage_63 = 1.58730158730159 DEFAULT_DCA_buy_percentage_64 = 1.5625 DEFAULT_DCA_buy_percentage_65 = 1.53846153846154 DEFAULT_DCA_buy_percentage_66 = 1.51515151515151 DEFAULT_DCA_buy_percentage_67 = 1.49253731343284 DEFAULT_DCA_buy_percentage_68 = 1.47058823529412 DEFAULT_DCA_buy_percentage_69 = 1.44927536231884 DEFAULT_DCA_buy_percentage_70 = 1.42857142857143 DEFAULT_DCA_buy_percentage_71 = 1.40845070422535 DEFAULT_DCA_buy_percentage_72 = 1.38888888888889 DEFAULT_DCA_buy_percentage_73 = 1.36986301369863 DEFAULT_DCA_buy_percentage_74 = 1.35135135135135 DEFAULT_DCA_buy_percentage_75 = 1.33333333333333 DEFAULT_DCA_buy_percentage_76 = 1.31578947368421 DEFAULT_DCA_buy_percentage_77 = 1.2987012987013 DEFAULT_DCA_buy_percentage_78 = 1.28205128205128 DEFAULT_DCA_buy_percentage_79 = 1.26582278481013 DEFAULT_DCA_buy_percentage_80 = 1.25 DEFAULT_DCA_buy_percentage_81 = 1.23456790123457 DEFAULT_DCA_buy_percentage_82 = 1.21951219512195 DEFAULT_DCA_buy_percentage_83 = 1.20481927710843 DEFAULT_DCA_buy_percentage_84 = 1.19047619047619 DEFAULT_DCA_buy_percentage_85 = 1.17647058823529 DEFAULT_DCA_buy_percentage_86 = 1.16279069767442 DEFAULT_DCA_buy_percentage_87 = 1.14942528735632 DEFAULT_DCA_buy_percentage_88 = 1.13636363636364 DEFAULT_DCA_buy_percentage_89 = 1.12359550561798 DEFAULT_DCA_buy_percentage_90 = 1.11111111111111 DEFAULT_DCA_buy_percentage_91 = 1.0989010989011 DEFAULT_DCA_buy_percentage_92 = 1.08695652173913 DEFAULT_DCA_buy_percentage_93 = 1.0752688172043 DEFAULT_DCA_buy_percentage_94 = 1.06382978723404 DEFAULT_DCA_buy_percentage_95 = 1.05263157894737 DEFAULT_DCA_buy_percentage_96 = 1.04166666666667 DEFAULT_DCA_buy_percentage_97 = 1.03092783505155 DEFAULT_DCA_buy_percentage_98 = 1.02040816326531 DEFAULT_DCA_buy_percentage_99 = 1.01010101010101 DEFAULT_DCA_buy_percentage_100 = 1 # # SELL SETTINGS # # # What is the minimum profit we want to make on this trade? # DEFAULT_DCA_A_sell_strategy = GAIN DEFAULT_DCA_A_sell_value = 5.5 # # Do we have a Bullish Cross? # DEFAULT_DCA_B_sell_strategy_label = FRANKENSTEINERCROSS DEFAULT_DCA_B_sell_strategy = EMACROSS DEFAULT_DCA_B_sell_value = 1.50 DEFAULT_DCA_B_sell_value_limit = 20 # # DEFAULT_DCA_trailing_profit_type = GROW DEFAULT_DCA_trailing_profit = 0.35 DEFAULT_DCA_trailing_profit_rebound_count = 0 # # Profits # # If set to true, Profit Trailer will look at the highest bid order with enough volume rather than just the highest bid order. DCA_orderbook_profit_calculation = true DEFAULT_DCA_max_profit = 8.75 # The profit percentage above which the bot will attempt to sell a pair if it has not sold for xx minutes, defined on the line above this. DEFAULT_DCA_take_profit_percentage = 5.5 # The percentage of price deviation allowed from the DEFAULT_take_profit_percentage before resetting the DEFAULT_take_profit_wait_time. DEFAULT_DCA_take_profit_reset_percentage_move = 0.25 # The time period to wait define in minutes while the profit percentage remains above xx percent, defined on the line below this, but has not yet sold. DEFAULT_DCA_take_profit_wait_time = 10 # In the arm we put a mark that reaches at the value. If the price falls on the fire value, the coin is sold. # # Indicates the selling value after the coin has previously risen to the arm value but has fallen back to the fire value. # The value DEFAULT_combined_cancel_pending_trigger must be higher than the Fire value, otherwise the coin will be sold directly after a cancel pending if the value is smaller. # # # Pending Orders # # If x amount of time in minutes has passed since you bought a coin, create a pending order for that pair DEFAULT_DCA_pending_order_wait_time = 0 DEFAULT_DCA_combined_cancel_pending_trigger = 0.5 # If the price has dropped x% since we bought a coin and we have not sold it (and it's in the dca log), # create limit sell order for that pair at a price equivalent to your GAIN strategy sell_value. DEFAULT_DCA_pending_order_price_drop_trigger = -6 # Choose to combine pending orders for the same coin into one item in the pending log or keep them as separate items. DEFAULT_DCA_combine_pending_orders = true # # Stop loss triggers # # Set the value that will trigger a stop loss order. If the value of a coin drops below the set percentage it will be automatically sold for a loss. DEFAULT_DCA_stop_loss_trigger = 0 # Set the amount of minutes that the bot is not allowed to buy a coin after it was sold by stop loss trigger. DEFAULT_DCA_stop_loss_timeout = 60 # If set to true, Stoploss in DCA will behave the same as in pairs. once the set percentage is reached, the coin will sell as a stoploss. # If set to false, stoploss will not occur until DCA is complete. DCA_stop_before_complete = false # Set to true to sell all of your coins in the DCA Log IMMEDIATELY for current market prices. DEFAULT_DCA_panic_sell_enabled = false |
Indicators
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 | # Always uses 5 minute candles SOM_trigger_length = 288 # # Standard Deviation BB_std = 2 # Define how many candles to look back BB_length = 20 # Define the period (in seconds) used by all BB calculation of ProfitTrailer. BB_candle_period = 300 # # Define how many candles back to look and see if the SMA lines just crossed. SMA_cross_candles = 12 # Define the period (in seconds) used to calculate the SMA lines SMA_candle_period = 14400 # Define the SMA time frame (in candles) used to calculate the fast SMA line. SMA_fast_length = 50 # Define the SMA time frame (in candles) used to calculate the slow SMA line. SMA_slow_length = 200 # # Define how many candles back to look and see if the EMA lines just crossed. EMA_cross_candles = 80 # Define the period (in seconds) used to calculate the EMA lines. EMA_candle_period = 300 # Define the EMA time frame (in candles) used to calculate the fast EMA line. EMA_fast_length = 8 # Define the EMA time frame (in candles) used to calculate the slow EMA line. EMA_slow_length = 13 # # Define the period (in seconds) used to calculate the RSI lines. RSI_candle_period = 300 # Define the RSI time frame (in candles) used by all RSI calculations RSI_length = 2 # # Define the period (in seconds) used to calculate the STOCH. STOCH_candle_period = 300 # Define the Stochastics RSI time frame (in candles) used by all STOCHRSI calculations STOCH_length = 14 # The Stochastic Oscillator (STOCH) is range bound between 0 and 100. # Both K and D represent lines on a price action chart. # The first line (known as K) displays the current close (ie. the percentage of the # price at closing) in relation to the price range (high/low) along the number of # candles used to look back along the price action chart. STOCH_K = 1 # The second line (known as D) is a simple moving average of the first line, typically # based on the last three candle periods for smoothing. STOCH_D = 1 # STOCHRSI_candle_period = 900 STOCHRSI_rsi_length = 14 STOCHRSI_stoch_length = 14 # STOCHRSID_candle_period = 900 STOCHRSID_rsi_length = 14 STOCHRSID_stoch_length = 14 STOCHRSID_K = 3 STOCHRSID_D = 3 # STOCHRSIK_candle_period = 900 STOCHRSIK_rsi_length = 14 STOCHRSIK_stoch_length = 14 STOCHRSIK_K = 3 # STOCHRSICROSS_candle_period = 900 STOCHRSICROSS_rsi_length = 14 STOCHRSICROSS_stoch_length = 14 STOCHRSICROSS_K = 3 STOCHRSICROSS_D = 3 STOCHRSICROSS_cross_candles = 2 # # Define the period (in seconds) used to calculate the MACD lines. MACD_candle_period = 300 # Define the MA time frame (in candles) used to calculate the fast MACD line. MACD_fast_length = 12 # Define the MA time frame (in candles) used to calculate the slow MACD line. MACD_slow_length = 26 # Define the time frame (in days) of the EMA (Exponential Moving Average) of the MACD MACD_signal = 9 # # Define the period (in seconds) used to calculate OBV. OBV_candle_period = 300 # Total count of candles used to calculate the OBV values, e.g. 15 means we have 15 OBV values OBV_length = 50 # The number (integer) of the first OBV value used for the calculation of the percentage change. OBV_signal = 1 # # Define our own named indicators # # Define how many candles back to look and see if the EMA lines just crossed. GOLDENCROSS_cross_candles = 500 # Define the period (in seconds) used to calculate the EMA lines. GOLDENCROSS_candle_period = 300 # Define the EMA time frame (in candles) used to calculate the fast EMA line. GOLDENCROSS_fast_length = 50 # Define the EMA time frame (in candles) used to calculate the slow EMA line. GOLDENCROSS_slow_length = 200 # # Define how many candles back to look and see if the EMA lines just crossed. DEATHCROSS_cross_candles = 500 # Define the period (in seconds) used to calculate the EMA lines. DEATHCROSS_candle_period = 300 # Define the EMA time frame (in candles) used to calculate the fast EMA line. DEATHCROSS_fast_length = 50 # Define the EMA time frame (in candles) used to calculate the slow EMA line. DEATHCROSS_slow_length = 100 # # Define how many candles back to look and see if the EMA lines just crossed. LONGTERMTREND_cross_candles = 288 # Define the period (in seconds) used to calculate the EMA lines. LONGTERMTREND_candle_period = 300 # Define the EMA time frame (in candles) used to calculate the fast EMA line. LONGTERMTREND_fast_length = 21 # Define the EMA time frame (in candles) used to calculate the slow EMA line. LONGTERMTREND_slow_length = 55 # # Define how many candles back to look and see if the EMA lines just crossed. SHORTTERMTREND_cross_candles = 144 # Define the period (in seconds) used to calculate the EMA lines. SHORTTERMTREND_candle_period = 300 # Define the EMA time frame (in candles) used to calculate the fast EMA line. SHORTTERMTREND_fast_length = 8 # Define the EMA time frame (in candles) used to calculate the slow EMA line. SHORTTERMTREND_slow_length = 13 # # Define how many candles back to look and see if the EMA lines just crossed. FRANKENSTEINERCROSS_cross_candles = 500 # Define the period (in seconds) used to calculate the EMA lines. FRANKENSTEINERCROSS_candle_period = 300 # Define the EMA time frame (in candles) used to calculate the fast EMA line. FRANKENSTEINERCROSS_fast_length = 3 # Define the EMA time frame (in candles) used to calculate the slow EMA line. FRANKENSTEINERCROSS_slow_length = 12 # # Define the period (in seconds) used by all BB calculation of ProfitTrailer. THYSBBWIDTH_candle_period = 300 # Standard Deviation THYSBBWIDTH_std = 2.5 # Define how many candles to look back THYSBBWIDTH_length = 5 # # Define the period (in seconds) used to calculate the MACD lines. DOABROWNIEMACD_candle_period = 300 # Define the MA time frame (in candles) used to calculate the fast MACD line. DOABROWNIEMACD_fast_length = 12 # Define the MA time frame (in candles) used to calculate the slow MACD line. DOABROWNIEMACD_slow_length = 26 # Define the time frame (in days) of the EMA (Exponential Moving Average) of the MACD DOABROWNIEMACD_signal = 9 |