-
Notifications
You must be signed in to change notification settings - Fork 2k
RSI Backfiller Error #35
Comments
that would mean your |
You fixed it literally five minutes after I figured it out last night 😆 BTW I'm having trouble getting zenbot to trade so I can test the Poloniex logic, do the following vars (in default_logic.js) tell zenbot to only trade after (originally half a day?) a day and a half? Are these first run parameters or between each trade action?
I have been trying dropping mongo db's with nearly every update as well as importing db's to no avail. I'm just trying to test the trades, any suggestions on how to get zenbot to trade more frequently? Thanks |
between each trade action it waits 1.5 days by default. this is to keep the number of trades down, and reduce fees. set to 0 to disable, or to whatever ms you want, check the results with sim command. |
Does this feature still use the "maximum 6% loss" to protect funds or do the default settings make it so zenbot only every trades every 1.5 days no matter what? |
zenbot only trades when a trend is detected (rsi <= 30 or >= 70). min wait is an additional check, so it throttles the trade signals, and the min_performance is an additional check to ensure the trade "makes sense" (buy after price drops, sell after price gains) |
Ah I misunderstood the 0.06 value. I tinkered around with the values and I got it to work the way I intended, Thanks! |
I am getting the following error with the latest update while trying to use the new config_eth.js with config_defaults.js
Any idea what is causing this?
The text was updated successfully, but these errors were encountered: