Hi Kuroth
,
I'm glad you are enjoying your bot, it makes us very happy when people both understand and enjoy our products
.
We don't have a fixed ETA on the back testing after the release of V2, but like everything we have been working on, it will be brought out the door as fast as we can make it while maintaining quality standards. Back testing is the feature that I personally most want to see on V2 actually.
I like the idea of higher time frames, I read Gomboo's post and I think it's worth it to add those; the problem however, is that the EMA model requires 144 data points, so, if we where to use a 24 hour frame, that is 144 days of data that we need and we are not sure whether the exchange API's will throttle us or if we can actually hold data that far back. We'll take a better look at it and let you know. Please know we are taking a serious look at this.
Please let us know if you need anything at all, we are here to make your experience as fun and profitable as possible
.
Pablo.
I have been learning how the bot works by watching it make decisions. I think there is room for improvement with just a few extra features.
Is there any chance that the tables that show up showing the Time, Price, Diff could be outputted in some other form? CSV or just as a regular HTML web page that gets re-generated with ongoing measurements of diff?
The reason I ask is because the bot gives valuable information that can make it
extremely trivial to make a profit at any setting. The issue is the chrome plugin seems to generate a valid web page with "all the details" but the page itself is not directly accessible.
I am a fan of automation and would very much love to get my hands on the data spit out by the B-Bot in "popup.html". I have been trading manually alongside the B-Bot in a different account and that has netted me about 10 to 15 BTC in the last two days. But the B-Bot has actually lost .3 BTC in a test account (originally with 4.5 BTC) in the same time frame.
-------------------------
The reason I ask is because I noticed that the B-Bot pays close attention to the differences between the two EMA lines to determine the crossover. Both going up and down. The shape of the curve and the steepness can be determined from simply looking at the difference values. What I haven't seen yet is any form of the bot tracking what the original entry point was. (Maybe it does, but it doesn't give any indication of what that value might be)
I assumed the "Stop Trading Loss" feature was implemented as a way to trigger some kind of percentage where the bot would execute a trade. The only problem is it does not appear to work. (I am unsure)
I place very low settings on the bot to see if it would trigger trades even with a drop of 1%+ (my stop loss setting) and it seems to follow the curve even when it drops more than 1% (in my favor).
So there seems to be a very critical feature missing from B-Bot v2 beta. It follows EMA fine but it loses plenty of trading opportunities. (as evidence on my other account where I gained nearly 15 BTC by follow the EMA lines manually)
--------------------
If I could pull out that table data as a popup.html that keeps tabs on the diff data it would be a godsend. Is there any way to pull it open in any (full featured) browser?