Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

❓ Can you export MoniGoMani settings to a remote "vanilla" (Docker) Freqtrade instance? #202

Closed
dystopy opened this issue Nov 29, 2021 · 1 comment
Labels
Question Further information is requested

Comments

@dystopy
Copy link

dystopy commented Nov 29, 2021

Hey !

First of all, many thanks for this project, it's really helful to optimize my strategies.

Currently, I have 2 instances of Freqtrade : 1 on Rasp. Pi4 arch, which is my "production" instance, based on "vanilla" last version of freqtrade.
As you may know, Pi4 would be quite limited if I wanted to hyperopt, so that's why I have a "on the go" instance of MoniGoMani/Freqtrade on an AMD64, just in order to hyperopt & backtest.

Here my question : is it possible to export all hyperopted values & settings from my MoniGoMani instance to my "vanilla" Freqtrade instance ?

I saw the issue #197, it's quite clear I just have to copy/paste 5 configurations files, but I'm not sure if it's compatible with a vanilla freqtrade instance.

Thanks !

@Rikj000 Rikj000 changed the title Export MoniGoMani settings to remote "vanilla" Freqtrade instance ❓ Can you export MoniGoMani settings to a remote "vanilla" (Docker) Freqtrade instance? Dec 4, 2021
@Rikj000 Rikj000 added the Question Further information is requested label Dec 4, 2021
@Rikj000
Copy link
Owner

Rikj000 commented Dec 4, 2021

Here my question : is it possible to export all hyperopted values & settings from my MoniGoMani instance to my "vanilla" Freqtrade instance ?

This currently isn't possible with docker because it will always install the latest version of Freqtrade which currently isn't supported by MGM (See issue; #91 (comment))

However you can do the following:

  • Do a clean source install of MGM on your main machine & RPi (Easiest/Recommended)
  • Do a clean source install of MGM on your main machine & a clean source install of Freqtrade on your RPi on the exact same commit as the Freqtrade used by MGM on your main machine + make sure to also install the dependency package versions used in that specific commit.

Then HyperOpt/Backtest on your main machine.
Once done copy over the changed config files to your RPi & dry/live run on there.

But indeed, docker is not supported at this point in time, not with MGM & not with vanilla Freqtrade + MGM.

@Rikj000 Rikj000 closed this as completed Dec 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants