Pages:
Author

Topic: Chrome Browser extension: MtGox trading bot - page 13. (Read 72509 times)

newbie
Activity: 42
Merit: 0
Just released a new version of my (free) trading bot modification: https://github.com/TobbeLino/GoxTradingBotTobli

It now also has a chart!

Yeah, but where? Smiley
I just upgraded and i don't see it...

There's an icon in the popup-window (in the upper right corner)!
hero member
Activity: 518
Merit: 500
I've just pushed some changes to my version (chart with trends, buy/sell thresholds etc).
The version is experimental one - however offset works fine - so Your BTC should be safe if You properly configure the bot.

You might consider doing versions for other exchanges that have APIs e.g. bitstamp - probably minimal code changes for a potentially much bigger market
member
Activity: 74
Merit: 10
Just released a new version of my (free) trading bot modification: https://github.com/TobbeLino/GoxTradingBotTobli

It now also has a chart!

Yeah, but where? Smiley
I just upgraded and i don't see it...
newbie
Activity: 42
Merit: 0
Just released a new version of my (free) trading bot modification: https://github.com/TobbeLino/GoxTradingBotTobli

It now also has a chart!

newbie
Activity: 42
Merit: 0
If you want to turn it into a standalone app, Node.js would be the way to go...

Yes, someting like that... Maybe in the future! Smiley
member
Activity: 74
Merit: 10

Yes, probably was some problem delivering the data... Now it is working great! After a time of testing, I think you deserve a little donation Smiley... Thanks for your work!

Do you think that would be easy turning the extension into some independent html/javascript elements? In order to, for example, host the files on a local webserver and run it from any device, without the need of having chrome and this pluging on every computer/device! I tried with the original extension, but this seems to be a little more tricky (with progress fetch log, etc)...

I'm not sure how hard that would be to make it into a server version.
I can definitely see the advantage, and I agree it would be nice!
But since extensions are javascript-code, it's normally not suited for running on a server right away.
I'll have think about that, and how it could be done without too much hassle...

If you want to turn it into a standalone app, Node.js would be the way to go... Nice job BTW
legendary
Activity: 1183
Merit: 1000
anyone got one of these that hooks up to btc-e? tried but its a little beyond me

Either Version 3 or Version 4 of my bot found here: https://bitcointalksearch.org/topic/m.2051530 will have BTCE integration. We plan te release a version every couple of weeks, and version 2 (stills in the thread) is almost done for prime time. If you are among the early adopters, we will include all of these upgrades for you free of charge as they are released Smiley.

Best.
hero member
Activity: 514
Merit: 500
anyone got one of these that hooks up to btc-e? tried but its a little beyond me
legendary
Activity: 965
Merit: 1000
I played with phonegap for btc-e :

https://bitcointalksearch.org/topic/collab-for-phonegap-app-for-btc-e-135392

Since phonegap is practically a server running on a device (could also be a pc browser), and the app ist just a website,

the javascript might be used for a mobile app?

I can give you the current sources, and fetching the depth is just 4 lines of javascript.
newbie
Activity: 42
Merit: 0

Yes, probably was some problem delivering the data... Now it is working great! After a time of testing, I think you deserve a little donation Smiley... Thanks for your work!

Do you think that would be easy turning the extension into some independent html/javascript elements? In order to, for example, host the files on a local webserver and run it from any device, without the need of having chrome and this pluging on every computer/device! I tried with the original extension, but this seems to be a little more tricky (with progress fetch log, etc)...

I'm not sure how hard that would be to make it into a server version.
I can definitely see the advantage, and I agree it would be nice!
But since extensions are javascript-code, it's normally not suited for running on a server right away.
I'll have think about that, and how it could be done without too much hassle...
member
Activity: 117
Merit: 10
bitarchitect

I've just downloaded it, and I love the way it loads the data... congrats Wink! (well, thank everyone modding and coding this extension, not only you, of course!).
However, I'm having problems with trading interval; when selecting some on the options panel, if different from 1hour, it automatically changes itself to 1hour! It's a strange bug!

Anyone has checked it?


EDIT: Now seems to be ok.. bizarre :/


Thanks, I haven't seen any problem changing interval (but it may ju be that I don't do that very often once it's set Smiley I'll see if other experience the same...
(and right now it seems that MtGox have a bit problem to deliver any data...)

Yes, probably was some problem delivering the data... Now it is working great! After a time of testing, I think you deserve a little donation Smiley... Thanks for your work!

Do you think that would be easy turning the extension into some independent html/javascript elements? In order to, for example, host the files on a local webserver and run it from any device, without the need of having chrome and this pluging on every computer/device! I tried with the original extension, but this seems to be a little more tricky (with progress fetch log, etc)...
newbie
Activity: 42
Merit: 0

I've just downloaded it, and I love the way it loads the data... congrats Wink! (well, thank everyone modding and coding this extension, not only you, of course!).
However, I'm having problems with trading interval; when selecting some on the options panel, if different from 1hour, it automatically changes itself to 1hour! It's a strange bug!

Anyone has checked it?


EDIT: Now seems to be ok.. bizarre :/


Thanks, I haven't seen any problem changing interval (but it may ju be that I don't do that very often once it's set Smiley I'll see if other experience the same...
(and right now it seems that MtGox have a bit problem to deliver any data...)
member
Activity: 117
Merit: 10
bitarchitect
Hello!
I decided to make my own modification of the original trading bot extension.
Feel free to test it:
https://github.com/TobbeLino/GoxTradingBotTobli

It's free, and it has the following enhancements:
- Set sample intervals for the EMA calculations and trading (5 min, 10 min, 15 min, 30 min, 1 hour, 2 hours, 3 hours)

- Decide when to trade after trend switch (1, 2 or 3 samples above thresholds)

- Separate buy and sell thresholds

- Trade in fiat currencies other than USD

- Keep an amount of BTC away from trading

- Detect and eliminate peaks/invalid samples from MtGox

- Possibility to disable actual trading (the bot does everything, except the actual trading). Good for testing if e.g. a changed sample interval will cause a trend switch and would trigger an immediate trade.

- Plus a bit nicer GUI and Options-page...

- There are also some extra safety-checks to avoid erroneous trading (check that user info/funds has been properly loaded, and that all data has been fetched before calculating EMAs and trading. With the original extension, trades COULD happen based on old data under certain circumstances, e.g. when the user changed the settings while data was loading)


Of course, I have to add the usual disclaimer: Use it at your own risk!
...but I'm using it myself, and I think it's working Smiley

It's free, but I did put a lot of hours in it, so if you like it feel free to make a small donation:
1LUqdAXvH9gbYemZKeiMrVJ5njhm6ZvKmF
Smiley

I've just downloaded it, and I love the way it loads the data... congrats Wink! (well, thank everyone modding and coding this extension, not only you, of course!).
However, I'm having problems with trading interval; when selecting some on the options panel, if different from 1hour, it automatically changes itself to 1hour! It's a strange bug!

Anyone has checked it?


EDIT: Now seems to be ok.. bizarre :/
newbie
Activity: 42
Merit: 0
You could just fork - mine version has now chart and other fixes - You could easilly decide what to get from it ...

Thanks, but there are a lot of internal fixes in my code (for stability and "trading safety") that I'd like to keep.
(I just took a quick look at your code, and I have quite a lot of differences that seem a bit tricky to merge... Smiley

newbie
Activity: 28
Merit: 0
You could just fork - mine version has now chart and other fixes - You could easilly decide what to get from it ...
newbie
Activity: 42
Merit: 0
Hello!
I decided to make my own modification of the original trading bot extension.
Feel free to test it:
https://github.com/TobbeLino/GoxTradingBotTobli

It's free, and it has the following enhancements:
- Set sample intervals for the EMA calculations and trading (5 min, 10 min, 15 min, 30 min, 1 hour, 2 hours, 3 hours)

- Decide when to trade after trend switch (1, 2 or 3 samples above thresholds)

- Separate buy and sell thresholds

- Trade in fiat currencies other than USD

- Keep an amount of BTC away from trading

- Detect and eliminate peaks/invalid samples from MtGox

- Possibility to disable actual trading (the bot does everything, except the actual trading). Good for testing if e.g. a changed sample interval will cause a trend switch and would trigger an immediate trade.

- Plus a bit nicer GUI and Options-page...

- There are also some extra safety-checks to avoid erroneous trading (check that user info/funds has been properly loaded, and that all data has been fetched before calculating EMAs and trading. With the original extension, trades COULD happen based on old data under certain circumstances, e.g. when the user changed the settings while data was loading)


Of course, I have to add the usual disclaimer: Use it at your own risk!
...but I'm using it myself, and I think it's working Smiley

It's free, but I did put a lot of hours in it, so if you like it feel free to make a small donation:
1LUqdAXvH9gbYemZKeiMrVJ5njhm6ZvKmF
Smiley
newbie
Activity: 28
Merit: 0
I've just pushed some changes to my version (chart with trends, buy/sell thresholds etc).
The version is experimental one - however offset works fine - so Your BTC should be safe if You properly configure the bot.
newbie
Activity: 40
Merit: 0
Looks like a good update.

Which update are you talking about?
hero member
Activity: 588
Merit: 500
Looks like a good update.
legendary
Activity: 1183
Merit: 1000
fible1 - are you the same fible on OTC? if so, i'll talk with you there tonight.

Yep, I'm the same fible1 from OTC Smiley. Just PM tonight, I'll be there starting around 4PM EDT.

Also if we miss each other, just PM me here and I'll log on, I check my PM's pretty regularly.

Best.
Pages:
Jump to: