Advertisement
Guest User

Untitled

a guest
Mar 13th, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.96 KB | None | 0 0
  1. INDICATORS
  2.  
  3. #Period in seconds
  4. BB_period = 600
  5. BB_sma = 24
  6.  
  7. SMA_period = 300
  8. SMA_1 = 24
  9. SMA_2 = 12
  10.  
  11. EMA_period = 300
  12. EMA_1 = 24
  13. EMA_2 = 12
  14.  
  15. #@~~ AUTOPT EOF
  16.  
  17. PAIRS
  18.  
  19.  
  20.  
  21.  
  22. #Define the market we are trading
  23. MARKET = BTC
  24.  
  25.  
  26. ALL_trading_enabled = true
  27.  
  28. ALL_enabled_pairs = ALL
  29. BNBBTC_trading_enabled = false
  30. #ALL_hidden_pairs = BNBBTC
  31. #ALL_enabled_pairs = XRPBTC, ETHBTC
  32.  
  33.  
  34.  
  35. #THIS IS THE MINIMUM VALUE OF ANY COIN THAT YOU WOULD LIKE TO TRADE
  36. ALL_min_buy_volume = 280
  37.  
  38.  
  39. #MINIMUM BTC BALLANCE - CHANGE THIS IF YOU HAVE AN AMOUNT IN BITTREX
  40. ALL_min_buy_balance = 0
  41.  
  42.  
  43. #THIS IS THE AMOUNT OF COINS YOU WANT TO TRADE AT ONCE (START SMALL)
  44.  
  45. #@~~ AUTOPT SECTION_START CURRENT ==========================
  46. #@~~ AUTOPT RANGE: SIDEWAY
  47. ALL_max_cost = 0.0023
  48. ALL_max_trading_pairs = 30
  49. ALL_buy_strategy = EMAGAIN
  50. ALL_buy_value = -0.4
  51. ALL_trailing_buy = 0.15
  52. ALL_sell_strategy = GAIN
  53. ALL_sell_value = 0.80
  54. ALL_trailing_profit = 0.115
  55. #@~~ AUTOPT SECTION_END CURRENT ============================
  56.  
  57. #@~~ AUTOPT SECTION_START THEMOON ==========================
  58. #@~~ AUTOPT RANGE: THEMOON
  59. #@~~ ALL_max_cost = 0.0043
  60. #@~~ ALL_max_trading_pairs = 35
  61. #@~~ ALL_buy_strategy = EMAGAIN
  62. #@~~ ALL_buy_value = -0.2
  63. #@~~ ALL_trailing_buy = 0.35
  64. #@~~ ALL_sell_strategy = GAIN
  65. #@~~ ALL_sell_value = 1.00
  66. #@~~ ALL_trailing_profit = 0.115
  67. #@~~ AUTOPT SECTION_END THEMOON ============================
  68.  
  69. #@~~ AUTOPT SECTION_START BULLISH ==========================
  70. #@~~ AUTOPT RANGE: BULLISH
  71. #@~~ ALL_max_cost = 0.0033
  72. #@~~ ALL_max_trading_pairs = 35
  73. #@~~ ALL_buy_strategy = EMAGAIN
  74. #@~~ ALL_buy_value = -0.3
  75. #@~~ ALL_trailing_buy = 0.25
  76. #@~~ ALL_sell_strategy = GAIN
  77. #@~~ ALL_sell_value = 0.90
  78. #@~~ ALL_trailing_profit = 0.115
  79. #@~~ AUTOPT SECTION_END BULLISH ============================
  80.  
  81. #@~~ AUTOPT SECTION_START SIDEWAY ==========================
  82. #@~~ AUTOPT RANGE: SIDEWAY
  83. #@~~ ALL_max_cost = 0.0023
  84. #@~~ ALL_max_trading_pairs = 30
  85. #@~~ ALL_buy_strategy = EMAGAIN
  86. #@~~ ALL_buy_value = -0.4
  87. #@~~ ALL_trailing_buy = 0.15
  88. #@~~ ALL_sell_strategy = GAIN
  89. #@~~ ALL_sell_value = 0.80
  90. #@~~ ALL_trailing_profit = 0.115
  91. #@~~ AUTOPT SECTION_END SIDEWAY ============================
  92.  
  93. #@~~ AUTOPT SECTION_START BEARISH ==========================
  94. #@~~ AUTOPT RANGE: BEARISH
  95. #@~~ ALL_max_cost = 0.0013
  96. #@~~ ALL_max_trading_pairs = 30
  97. #@~~ ALL_buy_strategy = EMAGAIN
  98. #@~~ ALL_buy_value = -0.49
  99. #@~~ ALL_trailing_buy = 0.35
  100. #@~~ ALL_sell_strategy = GAIN
  101. #@~~ ALL_sell_value = 0.80
  102. #@~~ ALL_trailing_profit = 0.115
  103. #@~~ AUTOPT SECTION_END BEARISH ============================
  104.  
  105. #@~~ AUTOPT SECTION_START BADBEAR ==========================
  106. #@~~ AUTOPT RANGE: BADBEAR
  107. #@~~ ALL_max_cost = 0.0013
  108. #@~~ ALL_max_trading_pairs = 25
  109. #@~~ ALL_buy_strategy = EMAGAIN
  110. #@~~ ALL_buy_value = -0.49
  111. #@~~ ALL_trailing_buy = 0.35
  112. #@~~ ALL_sell_strategy = GAIN
  113. #@~~ ALL_sell_value = 0.80
  114. #@~~ ALL_trailing_profit = 0.115
  115. #@~~ AUTOPT SECTION_END BADBEAR ============================
  116.  
  117. #This prevents the bot from buying low Satoshi coins--AKA PUMPS
  118. ALL_min_buy_price = 0.00005
  119.  
  120. #@~~ AUTOPT INCLUDE_START lowpumpdca_bina ==========================
  121. #@~~ AUTOPT - MTIME 1520984254
  122. # median volume is 181.3 of 200.0
  123. ADXBTC_sell_only_mode = true
  124. # median volume is 71.2 of 200.0
  125. AEBTC_sell_only_mode = true
  126. # regression: correlation 0.0000, trend -0.4759%
  127. AEBTC_DCA_enabled = false
  128. # median volume is 151.2 of 200.0
  129. AIONBTC_sell_only_mode = true
  130. # median volume is 67.4 of 200.0
  131. AMBBTC_sell_only_mode = true
  132. # regression: correlation 0.0000, trend -1.2884%
  133. AMBBTC_DCA_enabled = false
  134. # median volume is 164.8 of 200.0
  135. APPCBTC_sell_only_mode = true
  136. # regression: correlation 0.0000, trend -0.4994%
  137. APPCBTC_DCA_enabled = false
  138. # median volume is 89.8 of 200.0
  139. ARKBTC_sell_only_mode = true
  140. # median volume is 168.5 of 200.0
  141. ARNBTC_sell_only_mode = true
  142. # regression: correlation 0.0000, trend -1.4612%
  143. ARNBTC_DCA_enabled = false
  144. # median volume is 120.1 of 200.0
  145. ASTBTC_sell_only_mode = true
  146. # regression: correlation 0.0000, trend -8.4207%
  147. ASTBTC_DCA_enabled = false
  148. # median volume is 62.9 of 200.0
  149. BATBTC_sell_only_mode = true
  150. # regression: correlation 0.0000, trend -0.8138%
  151. BATBTC_DCA_enabled = false
  152. # regression: correlation 0.0070, trend -2.0937%
  153. BCCBTC_DCA_enabled = false
  154. # regression: correlation 0.0002, trend -2.5685%
  155. BCDBTC_DCA_enabled = false
  156. # median volume is 111.1 of 200.0
  157. BLZBTC_sell_only_mode = true
  158. # regression: correlation 0.0000, trend -11.1448%
  159. BLZBTC_DCA_enabled = false
  160. # median volume is 27.3 of 200.0
  161. BNTBTC_sell_only_mode = true
  162. # regression: correlation 0.0000, trend -2.1200%
  163. BQXBTC_DCA_enabled = false
  164. # regression: correlation 0.0000, trend -3.2313%
  165. BRDBTC_DCA_enabled = false
  166. # median volume is 137.8 of 200.0
  167. BTGBTC_sell_only_mode = true
  168. # median volume is 115.0 of 200.0
  169. BTSBTC_sell_only_mode = true
  170. # median volume is 48.4 of 200.0
  171. CDTBTC_sell_only_mode = true
  172. # median volume is 36.0 of 200.0
  173. CHATBTC_sell_only_mode = true
  174. # median volume is 127.0 of 200.0
  175. CMTBTC_sell_only_mode = true
  176. # regression: correlation 0.0000, trend -0.9893%
  177. CMTBTC_DCA_enabled = false
  178. # median volume is 82.9 of 200.0
  179. CTRBTC_sell_only_mode = true
  180. # median volume is 183.2 of 200.0
  181. DASHBTC_sell_only_mode = true
  182. # regression: correlation 0.0126, trend -1.7205%
  183. DGDBTC_DCA_enabled = false
  184. # median volume is 57.3 of 200.0
  185. DLTBTC_sell_only_mode = true
  186. # regression: correlation 0.0000, trend -2.9836%
  187. DLTBTC_DCA_enabled = false
  188. # median volume is 54.5 of 200.0
  189. DNTBTC_sell_only_mode = true
  190. # median volume is 35.7 of 200.0
  191. EDOBTC_sell_only_mode = true
  192. # median volume is 176.4 of 200.0
  193. ELFBTC_sell_only_mode = true
  194. # regression: correlation 0.0000, trend -1.8524%
  195. ELFBTC_DCA_enabled = false
  196. # median volume is 127.8 of 200.0
  197. ENGBTC_sell_only_mode = true
  198. # regression: correlation 0.0001, trend -1.6998%
  199. ENGBTC_DCA_enabled = false
  200. # median volume is 101.1 of 200.0
  201. ENJBTC_sell_only_mode = true
  202. # regression: correlation 0.0000, trend -0.8056%
  203. EOSBTC_DCA_enabled = false
  204. # regression: correlation 0.0002, trend -3.3763%
  205. ETCBTC_DCA_enabled = false
  206. # regression: correlation 0.0065, trend -0.4263%
  207. ETHBTC_DCA_enabled = false
  208. # median volume is 34.7 of 200.0
  209. EVXBTC_sell_only_mode = true
  210. # regression: correlation 0.0000, trend -5.9665%
  211. EVXBTC_DCA_enabled = false
  212. # median volume is 59.7 of 200.0
  213. FUELBTC_sell_only_mode = true
  214. # regression: correlation 0.0000, trend -2.3270%
  215. FUELBTC_DCA_enabled = false
  216. # median volume is 131.5 of 200.0
  217. FUNBTC_sell_only_mode = true
  218. # regression: correlation 0.0000, trend -0.9505%
  219. FUNBTC_DCA_enabled = false
  220. # median volume is 128.2 of 200.0
  221. GASBTC_sell_only_mode = true
  222. # regression: correlation 0.0002, trend -2.9123%
  223. GASBTC_DCA_enabled = false
  224. # median volume is 135.6 of 200.0
  225. GTOBTC_sell_only_mode = true
  226. # regression: correlation 0.0000, trend -0.3459%
  227. GTOBTC_DCA_enabled = false
  228. # regression: correlation 0.0001, trend -4.5141%
  229. HSRBTC_DCA_enabled = false
  230. # median volume is 166.7 of 200.0
  231. ICNBTC_sell_only_mode = true
  232. # regression: correlation 0.0000, trend -1.0402%
  233. ICNBTC_DCA_enabled = false
  234. # regression: correlation 0.0000, trend -0.6224%
  235. ICXBTC_DCA_enabled = false
  236. # regression: correlation 0.0001, trend -1.6924%
  237. INSBTC_DCA_enabled = false
  238. # regression: correlation 0.0000, trend -0.5040%
  239. IOSTBTC_DCA_enabled = false
  240. # median volume is 62.6 of 200.0
  241. KMDBTC_sell_only_mode = true
  242. # regression: correlation 0.0001, trend -1.1132%
  243. KMDBTC_DCA_enabled = false
  244. # median volume is 134.0 of 200.0
  245. KNCBTC_sell_only_mode = true
  246. # median volume is 115.3 of 200.0
  247. LENDBTC_sell_only_mode = true
  248. # median volume is 135.6 of 200.0
  249. LINKBTC_sell_only_mode = true
  250. # median volume is 94.9 of 200.0
  251. LRCBTC_sell_only_mode = true
  252. # regression: correlation 0.0011, trend -0.2817%
  253. LTCBTC_DCA_enabled = false
  254. # median volume is 138.3 of 200.0
  255. LUNBTC_sell_only_mode = true
  256. # median volume is 52.5 of 200.0
  257. MANABTC_sell_only_mode = true
  258. # regression: correlation 0.0000, trend -3.6617%
  259. MANABTC_DCA_enabled = false
  260. # median volume is 156.8 of 200.0
  261. MCOBTC_sell_only_mode = true
  262. # regression: correlation 0.0002, trend -7.6855%
  263. MCOBTC_DCA_enabled = false
  264. # median volume is 49.7 of 200.0
  265. MDABTC_sell_only_mode = true
  266. # median volume is 37.6 of 200.0
  267. MODBTC_sell_only_mode = true
  268. # regression: correlation 0.0001, trend -1.3617%
  269. MODBTC_DCA_enabled = false
  270. # median volume is 47.8 of 200.0
  271. MTHBTC_sell_only_mode = true
  272. # regression: correlation 0.0000, trend -1.3228%
  273. MTLBTC_DCA_enabled = false
  274. # regression: correlation 0.0002, trend -5.1280%
  275. NANOBTC_DCA_enabled = false
  276. # median volume is 36.3 of 200.0
  277. NAVBTC_sell_only_mode = true
  278. # regression: correlation 0.0000, trend -1.5004%
  279. NAVBTC_DCA_enabled = false
  280. # regression: correlation 0.0005, trend -2.0738%
  281. NEBLBTC_DCA_enabled = false
  282. # regression: correlation 0.0001, trend -6.2974%
  283. NULSBTC_DCA_enabled = false
  284. # median volume is 64.8 of 200.0
  285. OAXBTC_sell_only_mode = true
  286. # median volume is 146.7 of 200.0
  287. OSTBTC_sell_only_mode = true
  288. # regression: correlation 0.0000, trend -1.0524%
  289. OSTBTC_DCA_enabled = false
  290. # median volume is 61.9 of 200.0
  291. PIVXBTC_sell_only_mode = true
  292. # regression: correlation 0.0000, trend -4.2253%
  293. POABTC_DCA_enabled = false
  294. # median volume is 145.2 of 200.0
  295. POEBTC_sell_only_mode = true
  296. # regression: correlation 0.0000, trend -1.1676%
  297. POEBTC_DCA_enabled = false
  298. # median volume is 83.8 of 200.0
  299. POWRBTC_sell_only_mode = true
  300. # median volume is 171.7 of 200.0
  301. PPTBTC_sell_only_mode = true
  302. # median volume is 134.5 of 200.0
  303. QSPBTC_sell_only_mode = true
  304. # median volume is 41.8 of 200.0
  305. RCNBTC_sell_only_mode = true
  306. # regression: correlation 0.0000, trend -1.1137%
  307. RCNBTC_DCA_enabled = false
  308. # median volume is 33.7 of 200.0
  309. RDNBTC_sell_only_mode = true
  310. # regression: correlation 0.0001, trend -1.3874%
  311. RDNBTC_DCA_enabled = false
  312. # median volume is 71.4 of 200.0
  313. REQBTC_sell_only_mode = true
  314. # regression: correlation 0.0000, trend -0.4221%
  315. REQBTC_DCA_enabled = false
  316. # median volume is 47.3 of 200.0
  317. RLCBTC_sell_only_mode = true
  318. # regression: correlation 0.0001, trend -3.9414%
  319. RLCBTC_DCA_enabled = false
  320. # median volume is 133.9 of 200.0
  321. RPXBTC_sell_only_mode = true
  322. # regression: correlation 0.0000, trend -0.8424%
  323. RPXBTC_DCA_enabled = false
  324. # median volume is 120.0 of 200.0
  325. SALTBTC_sell_only_mode = true
  326. # regression: correlation 0.0000, trend -0.3926%
  327. SALTBTC_DCA_enabled = false
  328. # median volume is 50.0 of 200.0
  329. SNGLSBTC_sell_only_mode = true
  330. # regression: correlation 0.0000, trend -1.6726%
  331. SNGLSBTC_DCA_enabled = false
  332. # median volume is 35.9 of 200.0
  333. SNMBTC_sell_only_mode = true
  334. # regression: correlation 0.0000, trend -10.0173%
  335. SNMBTC_DCA_enabled = false
  336. # median volume is 112.2 of 200.0
  337. SNTBTC_sell_only_mode = true
  338. # median volume is 87.0 of 200.0
  339. STEEMBTC_sell_only_mode = true
  340. # regression: correlation 0.0000, trend -13.3333%
  341. STORMBTC_DCA_enabled = false
  342. # median volume is 169.1 of 200.0
  343. SUBBTC_sell_only_mode = true
  344. # regression: correlation 0.0000, trend -9.0067%
  345. SUBBTC_DCA_enabled = false
  346. # median volume is 112.8 of 200.0
  347. TNBBTC_sell_only_mode = true
  348. # median volume is 37.3 of 200.0
  349. TNTBTC_sell_only_mode = true
  350. # regression: correlation 0.0000, trend -28.6872%
  351. TNTBTC_DCA_enabled = false
  352. # median volume is 110.4 of 200.0
  353. TRIGBTC_sell_only_mode = true
  354. # regression: correlation 0.0000, trend -4.2751%
  355. TRIGBTC_DCA_enabled = false
  356. # regression: correlation 0.0000, trend -1.1206%
  357. TRXBTC_DCA_enabled = false
  358. # regression: correlation 0.0001, trend -10.3812%
  359. VENBTC_DCA_enabled = false
  360. # median volume is 72.3 of 200.0
  361. VIABTC_sell_only_mode = true
  362. # regression: correlation 0.0000, trend -1.7906%
  363. VIABTC_DCA_enabled = false
  364. # median volume is 112.4 of 200.0
  365. VIBBTC_sell_only_mode = true
  366. # median volume is 195.9 of 200.0
  367. VIBEBTC_sell_only_mode = true
  368. # median volume is 93.3 of 200.0
  369. WABIBTC_sell_only_mode = true
  370. # regression: correlation 0.0000, trend -1.9588%
  371. WABIBTC_DCA_enabled = false
  372. # regression: correlation 0.0000, trend -0.3557%
  373. WAVESBTC_DCA_enabled = false
  374. # median volume is 49.2 of 200.0
  375. WINGSBTC_sell_only_mode = true
  376. # regression: correlation 0.0000, trend -7.2678%
  377. WINGSBTC_DCA_enabled = false
  378. # regression: correlation 0.0021, trend -2.7087%
  379. XMRBTC_DCA_enabled = false
  380. # regression: correlation 0.0000, trend -2.3204%
  381. XVGBTC_DCA_enabled = false
  382. # median volume is 53.0 of 200.0
  383. XZCBTC_sell_only_mode = true
  384. # regression: correlation 0.0012, trend -1.3299%
  385. XZCBTC_DCA_enabled = false
  386. # median volume is 28.3 of 200.0
  387. YOYOBTC_sell_only_mode = true
  388. # regression: correlation 0.0000, trend -2.5012%
  389. YOYOBTC_DCA_enabled = false
  390. # median volume is 132.8 of 200.0
  391. ZECBTC_sell_only_mode = true
  392. # regression: correlation 0.0017, trend -0.2640%
  393. ZECBTC_DCA_enabled = false
  394. # median volume is 160.8 of 200.0
  395. ZRXBTC_sell_only_mode = true
  396. # regression: correlation 0.0001, trend -5.5479%
  397. ZRXBTC_DCA_enabled = false
  398.  
  399. #@~~ AUTOPT INCLUDE_END lowpumpdca_bina ==========================
  400.  
  401. #@~~ AUTOPT INCLUDE_START balancekeeper_bina ==========================
  402. #@~~ AUTOPT - MTIME 1520984592
  403. # BCPTBTC; Profit: -0.9601013468462536; next DCA balance bind: 0; balance left: 0.61686074
  404.  
  405. # WTCBTC; Profit: -2.3344778254649423; next DCA balance bind: 0.008243164; balance left: 0.608617576
  406.  
  407. # IOTABTC; Profit: -2.423905260258885; next DCA balance bind: 0.0085206; balance left: 0.600096976
  408.  
  409. # LSKBTC; Profit: -2.8144624410151753; next DCA balance bind: 0.007941440000000001; balance left: 0.592155536
  410.  
  411. # NEOBTC; Profit: -2.9967147995061505; next DCA balance bind: 0.006337799999999999; balance left: 0.5858177360000001
  412.  
  413. # GXSBTC; Profit: -5.378352151906318; next DCA balance bind: 0; balance left: 0.5858177360000001
  414.  
  415. # STRATBTC; Profit: -12.085093398824142; next DCA balance bind: 0; balance left: 0.5858177360000001
  416.  
  417.  
  418. #@~~ AUTOPT INCLUDE_END balancekeeper_bina ==========================
  419.  
  420.  
  421.  
  422. #Safety Triggers
  423. ALL_panic_sell_enabled = false
  424. ALL_sell_only_mode = false
  425.  
  426.  
  427. #---------------------------------------------------------------
  428. #Enable DCA for all pairs with a balance
  429. ALL_DCA_enabled = -1.5
  430. #---------------------------------------------------------------
  431. #THIS SECTION CONTROLS SOM
  432.  
  433. #Turn on sell only mode if BTC price drops x% amount
  434. ALL_btc_price_drop_trigger = 10
  435.  
  436. #Turn off sell only mode if BTC price goes back up to x% amount
  437. ALL_btc_price_drop_recover_trigger = 8
  438.  
  439. #Turn on sell only mode if BTC price rises x% amount
  440. ALL_btc_price_rise_trigger = 10
  441.  
  442. #Turn off sell only mode if BTC price comes back down to x% amount
  443. ALL_btc_price_rise_recover_trigger = 8
  444.  
  445. #If x amount of time in minutes has passed since you bought a coin, create a pending order for that pair, This enabled the bot to buy this pair again without selling the old one
  446. ALL_pending_order_wait_time = 0
  447.  
  448. #Cancel pending order for specified coin if avg profit reaches specified amount
  449. ALL_combined_cancel_pending_trigger = 0
  450.  
  451. #set this if you want to stop loss at a certain %
  452. All_stop_loss_trigger = 0
  453.  
  454. #Max spread % between lowest ask and highest bid to allow a new buy order if spread is too big, most likely there was a coin dump/pump and you are buying too high
  455. ALL_max_buy_spread = 1.5
  456.  
  457.  
  458.  
  459. #@~~ AUTOPT EOF
  460.  
  461. DCA
  462.  
  463. #--------------------------------------------------------------#
  464. #BUY SETTINGS #
  465.  
  466. # DCA MEAN DOLLAR COST AVERAGING THIS STRATAGY BUYS MORE COINS
  467. # IF THE INITIAL BUY PRICE DUMPS A CERtAN PERCANTAGE TO BRING UP
  468. # THE AVERAGE LOSS OF THE COIN MAKeS IT EASIER FOR IT TO RECOVER
  469. # AND MAKE A PROFIT
  470.  
  471. #@~~ AUTOPT SECTION_START CURRENT ==========================
  472. #@~~ AUTOPT RANGE: SIDEWAY
  473. enabled = true
  474. max_cost = 0.40
  475. max_buy_times = 9
  476. buy_strategy = ANDERSON
  477. buy_style = DOUBLEDOWN
  478. buy_trigger_1 = -4
  479. buy_trigger_2 = -3.5
  480. buy_trigger_3 = -3
  481. buy_trigger_4 = -3
  482. buy_trigger_5 = -3
  483. buy_trigger_6 = -2.5
  484. buy_trigger_7 = -2
  485. buy_trigger_8 = -2
  486. buy_trigger_9 = -2
  487. sell_strategy = GAIN
  488. sell_value = .40
  489. trailing_profit = 0.05
  490. #@~~ AUTOPT SECTION_END CURRENT ============================
  491.  
  492. #@~~ AUTOPT SECTION_START THEMOON ==========================
  493. #@~~ AUTOPT RANGE: THEMOON
  494. #@~~ enabled = true
  495. #@~~ max_cost = 0.60
  496. #@~~ max_buy_times = 9
  497. #@~~ buy_strategy = ANDERSON
  498. #@~~ buy_style = DOUBLEDOWN
  499. #@~~ buy_trigger_1 = -3
  500. #@~~ buy_trigger_2 = -3
  501. #@~~ buy_trigger_3 = -3
  502. #@~~ buy_trigger_4 = -2.5
  503. #@~~ buy_trigger_5 = -2.5
  504. #@~~ buy_trigger_6 = -2.5
  505. #@~~ buy_trigger_7 = -2
  506. #@~~ buy_trigger_8 = -2
  507. #@~~ buy_trigger_9 = -2
  508. #@~~ sell_strategy = GAIN
  509. #@~~ sell_value = .40
  510. #@~~ trailing_profit = 0.05
  511. #@~~ AUTOPT SECTION_END THEMOON ============================
  512.  
  513. #@~~ AUTOPT SECTION_START BULLISH ==========================
  514. #@~~ AUTOPT RANGE: BULLISH
  515. #@~~ enabled = true
  516. #@~~ max_cost = 0.50
  517. #@~~ max_buy_times = 9
  518. #@~~ buy_strategy = ANDERSON
  519. #@~~ buy_style = DOUBLEDOWN
  520. #@~~ buy_trigger_1 = -3.5
  521. #@~~ buy_trigger_2 = -3
  522. #@~~ buy_trigger_3 = -3
  523. #@~~ buy_trigger_4 = -3
  524. #@~~ buy_trigger_5 = -3
  525. #@~~ buy_trigger_6 = -3
  526. #@~~ buy_trigger_7 = -2.5
  527. #@~~ buy_trigger_8 = -2
  528. #@~~ buy_trigger_9 = -2
  529. #@~~ sell_strategy = GAIN
  530. #@~~ sell_value = .40
  531. #@~~ trailing_profit = 0.05
  532. #@~~ AUTOPT SECTION_END BULLISH ============================
  533.  
  534. #@~~ AUTOPT SECTION_START SIDEWAY ==========================
  535. #@~~ AUTOPT RANGE: SIDEWAY
  536. #@~~ enabled = true
  537. #@~~ max_cost = 0.40
  538. #@~~ max_buy_times = 9
  539. #@~~ buy_strategy = ANDERSON
  540. #@~~ buy_style = DOUBLEDOWN
  541. #@~~ buy_trigger_1 = -4
  542. #@~~ buy_trigger_2 = -3.5
  543. #@~~ buy_trigger_3 = -3
  544. #@~~ buy_trigger_4 = -3
  545. #@~~ buy_trigger_5 = -3
  546. #@~~ buy_trigger_6 = -2.5
  547. #@~~ buy_trigger_7 = -2
  548. #@~~ buy_trigger_8 = -2
  549. #@~~ buy_trigger_9 = -2
  550. #@~~ sell_strategy = GAIN
  551. #@~~ sell_value = .40
  552. #@~~ trailing_profit = 0.05
  553. #@~~ AUTOPT SECTION_END SIDEWAY ============================
  554.  
  555. #@~~ AUTOPT SECTION_START BEARISH ==========================
  556. #@~~ AUTOPT RANGE: BEARISH
  557. #@~~ enabled = true
  558. #@~~ max_cost = 0.08
  559. #@~~ max_buy_times = 0
  560. #@~~ buy_strategy = ANDERSON
  561. #@~~ buy_style = DOUBLEDOWN
  562. #@~~ buy_trigger_1 = -5
  563. #@~~ buy_trigger_2 = -10
  564. #@~~ buy_trigger_3 = -15
  565. #@~~ buy_trigger_4 = -15
  566. #@~~ sell_strategy = GAIN
  567. #@~~ sell_value = .40
  568. #@~~ trailing_profit = 0.05
  569. #@~~ AUTOPT SECTION_END BEARISH ============================
  570.  
  571. #@~~ AUTOPT SECTION_START BADBEAR ==========================
  572. #@~~ AUTOPT RANGE: BADBEAR
  573. #@~~ enabled = true
  574. #@~~ max_cost = 0.04
  575. #@~~ max_buy_times = 0
  576. #@~~ buy_strategy = ANDERSON
  577. #@~~ buy_style = DOUBLEDOWN
  578. #@~~ buy_trigger_1 = -15
  579. #@~~ buy_trigger_2 = -15
  580. #@~~ buy_trigger_3 = -15
  581. #@~~ sell_strategy = GAIN
  582. #@~~ sell_value = .40
  583. #@~~ trailing_profit = 0.05
  584. #@~~ AUTOPT SECTION_END BADBEAR ============================
  585.  
  586. # THIS TELLS THE BOT TO WAIT TIll IT FALLS ANOTHER .1 in Value
  587. # Before it buys protecting you from further drops in value
  588. # before buying.
  589. trailing_buy = 0.0777
  590.  
  591.  
  592. pending_order_wait_time = 0
  593. ignore_sell_only_mode = true
  594.  
  595.  
  596. #SAFTEY SETTINGS#
  597. # max spread % between lowest ask and highest bid to allow a new buy order
  598. # if spread is too big, most likely there was a coin dump/pump and you are buying too high
  599. max_buy_spread = 2
  600.  
  601. stop_loss_trigger = 0
  602.  
  603.  
  604. #@~~ AUTOPT EOF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement