Skip to content

leif-erickson/wintersection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Docker Compose

  • first run may need to create logs, config.json (copy from template)

Frequtrade

  • change botname in config.json
  • create new folder from _template
  • update .env with new CONFIG and STRATEGY
  • enable telegram and api is desired
  • change the pair_white/blacklists
  • change pairlists (i.e. stat/dynamic)

Exchange

    "exchange": {
        "name": "<from env>",
        "key": "<from env>",
        "secret": "<from env>",

Telegram

  • from bot father, (token below)
    "telegram": {
        "enabled": true,
        "token": "<from env>",
        "chat_id": "<from env>",
        "allow_custom_messages": true,
        "notification_settings": {
            "status": "silent",
            "warning": "on",
            "startup": "off",
            "entry": "silent",
            "entry_fill": "on",
            "entry_cancel": "silent",
            "exit": {
                "roi": "silent",
                "emergency_exit": "on",
                "force_exit": "on",
                "exit_signal": "silent",
                "trailing_stop_loss": "on",
                "stop_loss": "on",
                "stoploss_on_exchange": "on",
                "custom_exit": "silent",
                "partial_exit": "on"
            },
            "exit_cancel": "on",
            "exit_fill": "off",
            "protection_trigger": "off",
            "protection_trigger_global": "on",
            "strategy_msg": "off",
            "show_candle": "off"
        },
        "reload": true,
        "balance_dust_level": 0.01
    }

About

explore trading bots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors