Pages:
Author

Topic: Isis ATP [Automated Trading Platform] - Discussion (Read 45225 times)

sr. member
Activity: 248
Merit: 250
1. Collect underpants 2. ? 3. Profit
No, this is the real Isis:

https://en.wikipedia.org/wiki/Isis

hero member
Activity: 532
Merit: 500
is this real ISIS?
sr. member
Activity: 248
Merit: 250
1. Collect underpants 2. ? 3. Profit
It still works?

Hi andrepcg,

Development on Aido ATP had been halted for several months years now so it is unlikely to still work.
newbie
Activity: 5
Merit: 0
It still works?
sr. member
Activity: 248
Merit: 250
1. Collect underpants 2. ? 3. Profit
it ain't  Smiley
newbie
Activity: 9
Merit: 0
I am starting to learn about automatic trading platforms....   Where is the frontier of this development happening right now???    Smiley
sr. member
Activity: 248
Merit: 250
1. Collect underpants 2. ? 3. Profit
Hi andrepcg,

Development on Aido ATP had been halted for several months now so it is unlike to still work.
full member
Activity: 230
Merit: 100
I'm unable to run this. I've set it up but when trying to run sim mode

Code:
C:\Users\Andre\Desktop\bitcoin\trading_bots\aido\bin>java -jar aidoatp.jar --simulation-mode=true
03:10:40,591 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
03:10:40,591 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
03:10:40,591 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/C:/Users/Andre/Deskto
p/bitcoin/trading_bots/aido/bin/aidoatp.jar!/logback.xml]
03:10:40,602 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@72af7b86 - URL [jar:file:/C:/Users/Andre/Desktop/bitcoin/tr
ading_bots/aido/bin/aidoatp.jar!/logback.xml] is not of type file
03:10:40,633 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
03:10:40,640 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.Con
soleAppender]
03:10:40,645 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
03:10:40,662 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder
.PatternLayoutEncoder] for [encoder] property
03:10:40,696 |-INFO in ch.qos.logback.core.ConsoleAppender[STDOUT] - Enabling JANSI WindowsAnsiOutputStream for the console.
03:10:40,696 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - Failed to create WindowsAnsiOutputStream. Falling back on the defa
ult stream. ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type org.fusesource.jansi.WindowsAnsiOutputStr
eam
        at ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type org.fusesource.jansi.WindowsAnsiOutputStre
am
        at      at ch.qos.logback.core.util.OptionHelper.instantiateByClassNameAndParameter(OptionHelper.java:73)
        at      at ch.qos.logback.core.util.OptionHelper.instantiateByClassNameAndParameter(OptionHelper.java:42)
        at      at ch.qos.logback.core.ConsoleAppender.getTargetStreamForWindows(ConsoleAppender.java:94)
        at      at ch.qos.logback.core.ConsoleAppender.start(ConsoleAppender.java:85)
        at      at ch.qos.logback.core.joran.action.AppenderAction.end(AppenderAction.java:96)
        at      at ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Interpreter.java:317)
        at      at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:196)
        at      at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:182)
        at      at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:62)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:149)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:135)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:99)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:49)
        at      at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:75)
        at      at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:148)
        at      at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:85)
        at      at org.slf4j.impl.StaticLoggerBinder.(StaticLoggerBinder.java:55)
        at      at org.slf4j.LoggerFactory.bind(LoggerFactory.java:128)
        at      at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:107)
        at      at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:295)
        at      at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:269)
        at      at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:281)
        at      at org.aido.atp.Application.(Application.java:54)
        at      at org.aido.atp.Application.getInstance(Application.java:67)
        at      at org.aido.atp.Application.main(Application.java:75)
Caused by: java.lang.ClassNotFoundException: org.fusesource.jansi.WindowsAnsiOutputStream
        at      at java.net.URLClassLoader$1.run(Unknown Source)
        at      at java.net.URLClassLoader$1.run(Unknown Source)
        at      at java.security.AccessController.doPrivileged(Native Method)
        at      at java.net.URLClassLoader.findClass(Unknown Source)
        at      at java.lang.ClassLoader.loadClass(Unknown Source)
        at      at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at      at java.lang.ClassLoader.loadClass(Unknown Source)
        at      at ch.qos.logback.core.util.OptionHelper.instantiateByClassNameAndParameter(OptionHelper.java:60)
        at      ... 24 common frames omitted
03:10:40,696 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rol
ling.RollingFileAppender]
03:10:40,698 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE]
03:10:40,712 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@619a0081 - Will use gz compression
03:10:40,718 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder
.PatternLayoutEncoder] for [encoder] property
03:10:40,719 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - Active log file name: aidoatp.log
03:10:40,719 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - File property is set to [aidoatp.log]
03:10:40,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.xeiam.xchange] to WARN
03:10:40,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [si.mazi.rescu] to WARN
03:10:40,721 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to DEBUG
03:10:40,721 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to Logger[ROOT]
03:10:40,721 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
03:10:40,721 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
03:10:40,721 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@45974736 - Registering current configuration as safe fallback poi
nt

2013-11-13 03:10:40,749 ←[34m:←[0;39m Aido ATP has started successfully
2013-11-13 03:10:40,752 ←[34m:←[0;39m Entering simulation mode. Trades will not be executed.
2013-11-13 03:10:40,753 ←[34m:←[0;39m Using trend following to decide some trades.
(stops here and does nothing)
C:\Users\Andre\Desktop\bitcoin\trading_bots\aido\bin>

This is my config: https://i.imgur.com/IYJZMHX.png

Log file says nothings wrong
member
Activity: 101
Merit: 10
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
hero member
Activity: 623
Merit: 500
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?
member
Activity: 101
Merit: 10
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

hero member
Activity: 623
Merit: 500
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!)
member
Activity: 101
Merit: 10
Yes I did wonder that, oh nevermind!  Shocked

Thanks
sr. member
Activity: 248
Merit: 250
1. Collect underpants 2. ? 3. Profit
I think it means "nevermind". But why bother post that?
member
Activity: 101
Merit: 10
Nvm

What does that mean ?
newbie
Activity: 42
Merit: 0
hero member
Activity: 820
Merit: 1000
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
sr. member
Activity: 248
Merit: 250
1. Collect underpants 2. ? 3. Profit
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
newbie
Activity: 17
Merit: 0
Yea thought of that, will try to figure out something and post results..

BR
sr. member
Activity: 248
Merit: 250
1. Collect underpants 2. ? 3. Profit
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.

Pages:
Jump to: