Need help - funds in settings, scaled buys, floating positions #9
-
Hello, Any help would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hello @MrAdamo glad you're trying things out and I'll be happy to help. Not sure if you manually updated the settings file or just typed things in the UI, but the easiest way to make sure things are correct are to open the settings json file with an editor (notepad, notepad++, etc...) once you do, ensure your "funds" and "funds_ledger" are set to 500 (shown below) The "funds" is your starting amount, and the "funds_ledger" is your current amount of base currency (when starting it's the same as funds, but when you make trades it will decrease and "inventory" will increase). Once you make the change and save the file, you can open the bot back up and "start" (either sandbox/regular) and things should correctly show in the status bar for profit. |
Beta Was this translation helpful? Give feedback.
-
also, as an answer to your other questions
hopefully this gets you into a better state for running, but feel free to ask more questions if I missed something |
Beta Was this translation helpful? Give feedback.
-
Thanks, I edited the file with notepad and now it shows 500 funds and 0 profits. |
Beta Was this translation helpful? Give feedback.
Hello @MrAdamo glad you're trying things out and I'll be happy to help. Not sure if you manually updated the settings file or just typed things in the UI, but the easiest way to make sure things are correct are to open the settings json file with an editor (notepad, notepad++, etc...)
once you do, ensure your "funds" and "funds_ledger" are set to 500 (shown below)
The "funds" is your starting amount, and the "funds_ledger" is your current amount of base currency (when starting it's the same as funds, but when you make trades it will decrease and "inventory" will increase). Once you make the change and save the file, you can open the bot back up and "start" (either sandbox/regular) and t…