sync
This commit is contained in:
parent
3b53f2888c
commit
6be1c76d6b
37
config.json.baud
Normal file
37
config.json.baud
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"max_open_trades": 5,
|
||||||
|
"stake_currency": "BTC",
|
||||||
|
"stake_amount": 0.0015,
|
||||||
|
"dry_run": false,
|
||||||
|
"minimal_roi": {
|
||||||
|
"35": 0.0,
|
||||||
|
"30": 0.05,
|
||||||
|
"25": 0.010,
|
||||||
|
"20": 0.015,
|
||||||
|
"15": 0.020,
|
||||||
|
"10": 0.025,
|
||||||
|
"5": 0.030,
|
||||||
|
"0": 0.035
|
||||||
|
},
|
||||||
|
"stoploss": -0.05,
|
||||||
|
"bid_strategy": {
|
||||||
|
"ask_last_balance": 0.0
|
||||||
|
},
|
||||||
|
"exchange": {
|
||||||
|
"name": "bittrex",
|
||||||
|
"key": "c7abd3e05621466f83c77dcc3c327cea",
|
||||||
|
"secret": "006ddad4d7b24c58861417b6a277a73c",
|
||||||
|
"pair_whitelist": ["BTC_EDG", "BTC_ETC", "BTC_MTL", "BTC_OK", "BTC_PAY", "BTC_PIVX", "BTC_SNT", "BTC_XZC", "BTC_VTC", "BTC_XLM", "BTC_SWT",
|
||||||
|
"BTC_MER", "BTC_FTC", "BTC_INCNT", "BTC_TIX", "BTC_RCN", "BTC_RLC", "BTC_TKN", "BTC_TRST", "BTC_MLN", "BTC_TIME", "BTC_LUN",
|
||||||
|
"BTC_ARDR"]
|
||||||
|
},
|
||||||
|
"telegram": {
|
||||||
|
"enabled": true,
|
||||||
|
"token": "461094382:AAHJyxQbsarsQGrQgVf5RfFC5s1nHCTGzTc",
|
||||||
|
"chat_id": "309637645"
|
||||||
|
},
|
||||||
|
"initial_state": "running",
|
||||||
|
"internals": {
|
||||||
|
"process_throttle_secs": 5
|
||||||
|
}
|
||||||
|
}
|
@ -77,14 +77,19 @@ def populate_buy_trend(dataframe: DataFrame) -> DataFrame:
|
|||||||
dataframe.loc[
|
dataframe.loc[
|
||||||
(
|
(
|
||||||
(dataframe['rsi'] < 35) &
|
(dataframe['rsi'] < 35) &
|
||||||
|
(dataframe['adx'] > 29) &
|
||||||
(dataframe['fastd'] < 35) &
|
(dataframe['fastd'] < 35) &
|
||||||
(dataframe['adx'] > 30) &
|
(dataframe['fastd'] > 0) &
|
||||||
(dataframe['plus_di'] > 0.5)
|
(dataframe['plus_di'] > 0.1)
|
||||||
) |
|
) |
|
||||||
(
|
(
|
||||||
(dataframe['adx'] > 65) &
|
(dataframe['adx'] > 65) &
|
||||||
(dataframe['plus_di'] > 0.5)
|
(dataframe['plus_di'] > 0.5)
|
||||||
),
|
),
|
||||||
|
# (dataframe['tema'] <= dataframe['blower']) &
|
||||||
|
# (dataframe['rsi'] < 35) &
|
||||||
|
# (dataframe['fastd'] < 48) &
|
||||||
|
# (dataframe['adx'] > 29),
|
||||||
'buy'] = 1
|
'buy'] = 1
|
||||||
|
|
||||||
return dataframe
|
return dataframe
|
||||||
@ -97,18 +102,21 @@ def populate_sell_trend(dataframe: DataFrame) -> DataFrame:
|
|||||||
:return: DataFrame with buy column
|
:return: DataFrame with buy column
|
||||||
"""
|
"""
|
||||||
dataframe.loc[
|
dataframe.loc[
|
||||||
(
|
# (
|
||||||
(
|
# (
|
||||||
(crossed_above(dataframe['rsi'], 70)) |
|
# (crossed_above(dataframe['rsi'], 70)) |
|
||||||
(crossed_above(dataframe['fastd'], 70))
|
# (crossed_above(dataframe['fastd'], 80))
|
||||||
) &
|
# ) &
|
||||||
(dataframe['adx'] > 10) &
|
# (dataframe['adx'] < 30) &
|
||||||
(dataframe['minus_di'] > 0)
|
# (dataframe['minus_di'] > 0)
|
||||||
) |
|
# ) |
|
||||||
(
|
# (
|
||||||
(dataframe['adx'] > 70) &
|
# (dataframe['adx'] > 70) &
|
||||||
(dataframe['minus_di'] > 0.5)
|
# (dataframe['minus_di'] > 0.5)
|
||||||
),
|
# ),
|
||||||
|
(crossed_above(dataframe['rsi'], 70))|
|
||||||
|
(crossed_above(dataframe['fastd'], 80)) &
|
||||||
|
(dataframe['adx'] > 31),
|
||||||
'sell'] = 1
|
'sell'] = 1
|
||||||
return dataframe
|
return dataframe
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ def default_conf():
|
|||||||
"key": "key",
|
"key": "key",
|
||||||
"secret": "secret",
|
"secret": "secret",
|
||||||
"pair_whitelist": ["BTC_EDG", "BTC_ETC", "BTC_MTL", "BTC_OK", "BTC_PAY", "BTC_PIVX", "BTC_SNT", "BTC_XZC", "BTC_VTC", "BTC_XLM", "BTC_SWT",
|
"pair_whitelist": ["BTC_EDG", "BTC_ETC", "BTC_MTL", "BTC_OK", "BTC_PAY", "BTC_PIVX", "BTC_SNT", "BTC_XZC", "BTC_VTC", "BTC_XLM", "BTC_SWT",
|
||||||
"BTC_MER", "BTC_FTC", "BTC_INCNT", "BTC_TIX", "BTC_RCN", "BTC_RLC", "BTC_TKN", "BTC_TRST", "BTC_MLN", "BTC_TIME", "BTC_LUN"]
|
"BTC_MER", "BTC_FTC", "BTC_INCNT", "BTC_TIX", "BTC_RCN", "BTC_RLC", "BTC_TKN", "BTC_TRST", "BTC_MLN", "BTC_TIME", "BTC_LUN", "BTC_WAVES"]
|
||||||
},
|
},
|
||||||
"telegram": {
|
"telegram": {
|
||||||
"enabled": True,
|
"enabled": True,
|
||||||
|
Loading…
Reference in New Issue
Block a user