and one more thing=)if you dont mind=) create some delta to trigger switching.
there was no need to switch from 0.0067 to 0.0068 i guess...i lost more than i get in this case.if i can specify delta like 0.001 then it wil be switching only when 0.0075>0.0065 for example...
Search this thread for dynamicswitching description.
For example
https://bitcointalk.org/index.php?topic=769239.msg10399045;topicseen#msg10399045First you have to increase switchtime in your config for several minutes, second to play with dynamicswitchpower,dynamicswitchpivot, dynamicswitchoffset parameters.
was reading this -
Edit: I just made dynamic switching a bit more flexible. It will also extend the switch time now if profit margins are too low. It's "pivot" point defaults to 115% margin, but you can set it with "dynamicswitchingpivot", using decimal presentation (e.g. 1.5 for 150% margin as pivotpoint). From this, it will create an offset for my original formula, which you can also specify with "dynamicswitchingoffset", but has priority over the pivot value, so only use it if necessary.
Revised formula: Dynamic switchtime = ("switchtime" / ((best entry price / currently running price) ^ "dynamicswitchpower")) + "dynamicswitchingoffset"
Where "dynamicswitchingoffset" defaults to: "switchtime" - ("switchtime" * (1/"dynamicswitchingpivot") ^ "dynamicswitchpower)).
(Thanks a lot, Wolfram Alpha Cheesy )
So it may best to just turn "dynamicswitching": true , and don't care about the others. But if you think you know better values, feel free to set & test them.
but i can't see this parameters in your config.do i need to add them manually?