Rikj000 / MoniGoMani

Isn't that what we all want? Our money to go many? Well that's what this framework/strategy hopes to do for you! By giving you & HyperOpt a lot of signals to alter the weights from.

Home Page:https://monigomani.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐞 BugFix `mgm-hurry download_static_pairlist`

Rikj000 opened this issue Β· comments

Forgot to test the updates to the new download_static_pairlist command, I'll be ironing these out as first because they also break the up command.

INFO - πŸ’¨ πŸ’¨ πŸ’¨
       πŸ‘‰ Download Top Volume Static Pairlist
       πŸ’¨ πŸ’¨ πŸ’¨
INFO - πŸ€– Generating new static pairlist...
? How much pairs would you like in your TopVolumeStaticPairList? (1 - 200) 15
WARNING - 🀷 No "/mnt/Windows/Users/Rik/Desktop/Rikj-Home/Projects/temp/freqtrade-mgm/user_data/mgm-config-hyperopt.json" file found in the "user_data" directory. Please run: mgm-hurry setup
INFO - πŸ‘‰ Added 9 extra days to the timerange for the "startup_candle_count"
Traceback (most recent call last):
  File "/mnt/Windows/Users/Rik/Desktop/Rikj-Home/Projects/temp/freqtrade-mgm/./monigomani/mgm-hurry", line 979, in <module>
    fire.Fire(MGMHurry)
  File "/home/rikj000/.local/lib/python3.9/site-packages/fire/core.py", line 141, in Fire
    component_trace = _Fire(component, args, parsed_flag_args, context, name)
  File "/home/rikj000/.local/lib/python3.9/site-packages/fire/core.py", line 466, in _Fire
    component, remaining_args = _CallAndUpdateTrace(
  File "/home/rikj000/.local/lib/python3.9/site-packages/fire/core.py", line 681, in _CallAndUpdateTrace
    component = fn(*varargs, **kwargs)
  File "/mnt/Windows/Users/Rik/Desktop/Rikj-Home/Projects/temp/freqtrade-mgm/./monigomani/mgm-hurry", line 127, in up
    self.download_static_pairlist()
  File "/mnt/Windows/Users/Rik/Desktop/Rikj-Home/Projects/temp/freqtrade-mgm/./monigomani/mgm-hurry", line 584, in download_static_pairlist
    static_pairlist = self.freqtrade_cli.download_static_pairlist(
  File "/mnt/Windows/Users/Rik/Desktop/Rikj-Home/Projects/temp/freqtrade-mgm/monigomani/user_data/mgm_tools/mgm_hurry/FreqtradeCli.py", line 282, in download_static_pairlist
    retrieve_json_object['pairlist'][1]['min_days_listed'] = min_days_listed
KeyError: 'pairlist'

Fixed with commit: a6375f0