Bitcoin Forum
April 16, 2024, 10:35:31 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 [28] 29 »
  Print  
Author Topic: Isis ATP [Automated Trading Platform] - Discussion  (Read 45223 times)
Aido
Sr. Member
****
Offline Offline

Activity: 248
Merit: 250


1. Collect underpants 2. ? 3. Profit


View Profile
May 23, 2013, 01:40:45 PM
 #541

Any thoughts? Using AidoAtp by the way

I think we need to switch to v2 of the MtGox API. This is not a user config and has to be done in code.

Interesting Bash command line, try it Wink:
bitcoin-cli sendtoaddress 1Aidan4r4rqoCBprfp2dVZeYosZ5ryVqH6 `bitcoin-cli getbalance`
1713306931
Hero Member
*
Offline Offline

Posts: 1713306931

View Profile Personal Message (Offline)

Ignore
1713306931
Reply with quote  #2

1713306931
Report to moderator
1713306931
Hero Member
*
Offline Offline

Posts: 1713306931

View Profile Personal Message (Offline)

Ignore
1713306931
Reply with quote  #2

1713306931
Report to moderator
1713306931
Hero Member
*
Offline Offline

Posts: 1713306931

View Profile Personal Message (Offline)

Ignore
1713306931
Reply with quote  #2

1713306931
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713306931
Hero Member
*
Offline Offline

Posts: 1713306931

View Profile Personal Message (Offline)

Ignore
1713306931
Reply with quote  #2

1713306931
Report to moderator
paulthetafy
Hero Member
*****
Offline Offline

Activity: 820
Merit: 1000


View Profile
May 24, 2013, 04:10:11 AM
 #542

hmm is that a big change?  I can't get either MtGox or BTC-e to work now Sad

I did find that there was a recent fix for this null pointer exception in V1... https://github.com/timmolter/XChange/issues/107... but presumably that requires a rebuild of ATP?
Aido
Sr. Member
****
Offline Offline

Activity: 248
Merit: 250


1. Collect underpants 2. ? 3. Profit


View Profile
May 24, 2013, 06:57:17 AM
 #543

it's a necessary change. v1 is being deprecated by XChange.

Interesting Bash command line, try it Wink:
bitcoin-cli sendtoaddress 1Aidan4r4rqoCBprfp2dVZeYosZ5ryVqH6 `bitcoin-cli getbalance`
erpbridge
Legendary
*
Offline Offline

Activity: 954
Merit: 1000


View Profile
May 25, 2013, 06:18:45 AM
 #544

OK, I created a new topic ATP [Advanced Trading Platform] for discussing future development of ATP.

IsisATP and AidoATP specific issues may still be discussed here in this topic although development will be slow or halted.

So is this thread being closed and both Isis and Aido are closing down?
Aido
Sr. Member
****
Offline Offline

Activity: 248
Merit: 250


1. Collect underpants 2. ? 3. Profit


View Profile
May 25, 2013, 05:10:46 PM
 #545

A couple of new commits in develop branch:

commit ce76b9da94be491cf368611e396d5a8fb5ebe269

    Fixed 'IllegalArgumentException: currencyPair is not valid' caused by FTC and CNC

commit d6a4c2d28ee5d71842d103ef04967493be32b233

    Use v2 MtGox API




Interesting Bash command line, try it Wink:
bitcoin-cli sendtoaddress 1Aidan4r4rqoCBprfp2dVZeYosZ5ryVqH6 `bitcoin-cli getbalance`
bobthebuilder18
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
May 26, 2013, 03:22:59 PM
 #546

A couple of new commits in develop branch:

commit ce76b9da94be491cf368611e396d5a8fb5ebe269

    Fixed 'IllegalArgumentException: currencyPair is not valid' caused by FTC and CNC

commit d6a4c2d28ee5d71842d103ef04967493be32b233

    Use v2 MtGox API





Hi,

just tried the latest commit, I get error connecting though:

Code:
2013-05-26 17:09:16,101 : Aido ATP has started successfully
2013-05-26 17:09:16,105 : Entering simulation mode. Trades will not be executed.
2013-05-26 17:09:16,106 : Using trend following to decide some trades.
2013-05-26 17:09:16,508 : Connecting to MtGox Exchange
2013-05-26 17:09:17,236 : WARNING: Testing connection to exchange MtGox
Exception in thread "Thread-3" com.xeiam.xchange.ExchangeException: Error calling getAccountInfo(): Identification required to access private API
at com.xeiam.xchange.mtgox.v2.service.account.polling.MtGoxPollingAccountService.getAccountInfo(MtGoxPollingAccountService.java:89)
at org.aido.atp.AccountManager.refreshAccounts(AccountManager.java:121)
at org.aido.atp.AccountManager.run(AccountManager.java:101)
at java.lang.Thread.run(Thread.java:722)

Is it connected to v2 API?

Thanks for the great too by the way! Smiley

Regards,
Aido
Sr. Member
****
Offline Offline

Activity: 248
Merit: 250


1. Collect underpants 2. ? 3. Profit


View Profile
May 26, 2013, 03:40:16 PM
 #547

Exception in thread "Thread-3" com.xeiam.xchange.ExchangeException: Error calling getAccountInfo(): Identification required to access private API

Please double check your API key and secret.


at com.xeiam.xchange.mtgox.v2.service.account.polling.MtGoxPollingAccountService.getAccountInfo(MtGoxPollingAccountService.java:89)

Yes, it is now using v2 of MtGox API.

Interesting Bash command line, try it Wink:
bitcoin-cli sendtoaddress 1Aidan4r4rqoCBprfp2dVZeYosZ5ryVqH6 `bitcoin-cli getbalance`
bobthebuilder18
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
May 26, 2013, 06:26:48 PM
 #548

Thanks,

I re-generated API keys and now everything is OK. Strange thing though that the key was OK and indeed working with GoxTradingBot...

Is it possible to implement buy/sell on two EMAs crossing like on Goomboo's Journal?

Thanks again
Aido
Sr. Member
****
Offline Offline

Activity: 248
Merit: 250


1. Collect underpants 2. ? 3. Profit


View Profile
May 26, 2013, 07:48:03 PM
 #549

Is it possible to implement buy/sell on two EMAs crossing like on Goomboo's Journal?

Maybe the MACD_Positive and MACD_Negative parameters will be of use here.


Interesting Bash command line, try it Wink:
bitcoin-cli sendtoaddress 1Aidan4r4rqoCBprfp2dVZeYosZ5ryVqH6 `bitcoin-cli getbalance`
bobthebuilder18
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
May 26, 2013, 08:02:54 PM
 #550

Yea thought of that, will try to figure out something and post results..

BR
Aido
Sr. Member
****
Offline Offline

Activity: 248
Merit: 250


1. Collect underpants 2. ? 3. Profit


View Profile
May 26, 2013, 09:13:18 PM
 #551

New version of AidoATP available in master branch on github. No major changes other than being built with the now stable version of XChange 1.7.0

Interesting Bash command line, try it Wink:
bitcoin-cli sendtoaddress 1Aidan4r4rqoCBprfp2dVZeYosZ5ryVqH6 `bitcoin-cli getbalance`
paulthetafy
Hero Member
*****
Offline Offline

Activity: 820
Merit: 1000


View Profile
May 26, 2013, 09:23:02 PM
 #552

Great work.  I'll try it this week again with Gox and BTC-e - Last week I couldn't get BTC-e to buy or sell anything (it errored but I have lost the logs).  Don't want to try it again right now with LTC / BTC doing some crazy rises Smiley
Kosmatik
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 31, 2013, 04:15:54 PM
 #553

nvm
Ianwhitbread
Member
**
Offline Offline

Activity: 101
Merit: 10


View Profile
June 04, 2013, 09:19:11 AM
 #554

Nvm

What does that mean ?
Aido
Sr. Member
****
Offline Offline

Activity: 248
Merit: 250


1. Collect underpants 2. ? 3. Profit


View Profile
June 04, 2013, 09:38:34 AM
 #555

I think it means "nevermind". But why bother post that?

Interesting Bash command line, try it Wink:
bitcoin-cli sendtoaddress 1Aidan4r4rqoCBprfp2dVZeYosZ5ryVqH6 `bitcoin-cli getbalance`
Ianwhitbread
Member
**
Offline Offline

Activity: 101
Merit: 10


View Profile
June 04, 2013, 10:13:49 AM
 #556

Yes I did wonder that, oh nevermind!  Shocked

Thanks
id10tothe9
Hero Member
*****
Offline Offline

Activity: 623
Merit: 500



View Profile
August 16, 2013, 01:31:08 PM
 #557

Hi there
I'm new to trading and just got this bot to work. the bid/ask logics I tried (by copying them from the forum  Grin) were only causing losses. Did you find out what are good logics to use, or where can I learn enough about it to create my own logic?
(btw awesome bot, easy to run without installation and seems to have much more complex functions than the other ones I've been looking at!)

           ▀██▄ ▄██▀
            ▐█████▌
           ▄███▀███▄
         ▄████▄  ▀███▄
       ▄███▀ ▀██▄  ▀███▄
     ▄███▀  ▄█████▄  ▀███▄
   ▄███▀  ▄███▀ ▀███▄  ▀███▄
  ███▀  ▄████▌   ▐████▄  ▀███
 ███   ██▀  ██▄ ▄██  ▀██   ███
███   ███  ███   ███  ███   ███
███   ███   ███████   ███   ███
 ███   ███▄▄       ▄▄███   ███
  ███▄   ▀▀█████████▀▀   ▄███
   ▀████▄▄           ▄▄████▀
      ▀▀███████████████▀▀
DeepOnion★  Anonymity Guaranteed
★  Anonymous and Untraceable
★  Guard Your Privacy
      ▄▄██████████▄▄
    ▄███▀▀      ▀▀█▀   ▄▄
   ███▀              ▄███
  ███              ▄███▀   ▄▄
 ███▌  ▄▄▄▄      ▄███▀   ▄███
▐███  ██████   ▄███▀   ▄███▀
███▌ ███  ███▄███▀   ▄███▀
███▌ ███   ████▀   ▄███▀
███▌  ███   █▀   ▄███▀  ███
▐███   ███     ▄███▀   ███
 ███▌   ███  ▄███▀     ███
  ███    ██████▀      ███
   ███▄             ▄███
    ▀███▄▄       ▄▄███▀
      ▀▀███████████▀▀
Ianwhitbread
Member
**
Offline Offline

Activity: 101
Merit: 10


View Profile
August 17, 2013, 11:27:28 AM
 #558

I have stopped using this atp. Due to problems with Mtgox

But have been happy to use it in the pass

If you can get it working again, then. "Fair Play"
Still looking forward to the developmentsThat both Aldo and nova are doing

id10tothe9
Hero Member
*****
Offline Offline

Activity: 623
Merit: 500



View Profile
August 17, 2013, 04:27:25 PM
 #559

yeah the developments planned sound amazing.
but I'm lost on how to use these logics, are there some standard recommendations, or similar tools with instructions to learn how to use these logic sets and/or combine them?

           ▀██▄ ▄██▀
            ▐█████▌
           ▄███▀███▄
         ▄████▄  ▀███▄
       ▄███▀ ▀██▄  ▀███▄
     ▄███▀  ▄█████▄  ▀███▄
   ▄███▀  ▄███▀ ▀███▄  ▀███▄
  ███▀  ▄████▌   ▐████▄  ▀███
 ███   ██▀  ██▄ ▄██  ▀██   ███
███   ███  ███   ███  ███   ███
███   ███   ███████   ███   ███
 ███   ███▄▄       ▄▄███   ███
  ███▄   ▀▀█████████▀▀   ▄███
   ▀████▄▄           ▄▄████▀
      ▀▀███████████████▀▀
DeepOnion★  Anonymity Guaranteed
★  Anonymous and Untraceable
★  Guard Your Privacy
      ▄▄██████████▄▄
    ▄███▀▀      ▀▀█▀   ▄▄
   ███▀              ▄███
  ███              ▄███▀   ▄▄
 ███▌  ▄▄▄▄      ▄███▀   ▄███
▐███  ██████   ▄███▀   ▄███▀
███▌ ███  ███▄███▀   ▄███▀
███▌ ███   ████▀   ▄███▀
███▌  ███   █▀   ▄███▀  ███
▐███   ███     ▄███▀   ███
 ███▌   ███  ▄███▀     ███
  ███    ██████▀      ███
   ███▄             ▄███
    ▀███▄▄       ▄▄███▀
      ▀▀███████████▀▀
Ianwhitbread
Member
**
Offline Offline

Activity: 101
Merit: 10


View Profile
August 17, 2013, 04:38:15 PM
 #560

I think just wait
......

Best thing to do is keep it in sim mode and then play with the logic

This will be a massive learning tool
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 [28] 29 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!