Bitcoin Forum
April 26, 2024, 02:24:28 PM *
News: Latest Bitcoin Core release: 27.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)
andrepcg
Full Member
***
Offline Offline

Activity: 230
Merit: 100



View Profile
November 13, 2013, 03:14:27 AM
 #561

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.<clinit>(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.<init>(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
1714141468
Hero Member
*
Offline Offline

Posts: 1714141468

View Profile Personal Message (Offline)

Ignore
1714141468
Reply with quote  #2

1714141468
Report to moderator
1714141468
Hero Member
*
Offline Offline

Posts: 1714141468

View Profile Personal Message (Offline)

Ignore
1714141468
Reply with quote  #2

1714141468
Report to moderator
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714141468
Hero Member
*
Offline Offline

Posts: 1714141468

View Profile Personal Message (Offline)

Ignore
1714141468
Reply with quote  #2

1714141468
Report to moderator
1714141468
Hero Member
*
Offline Offline

Posts: 1714141468

View Profile Personal Message (Offline)

Ignore
1714141468
Reply with quote  #2

1714141468
Report to moderator
1714141468
Hero Member
*
Offline Offline

Posts: 1714141468

View Profile Personal Message (Offline)

Ignore
1714141468
Reply with quote  #2

1714141468
Report to moderator
Aido
Sr. Member
****
Offline Offline

Activity: 248
Merit: 250


1. Collect underpants 2. ? 3. Profit


View Profile
November 13, 2013, 10:44:24 AM
 #562

Hi andrepcg,

Development on Aido ATP had been halted for several months now so it is unlike to still work.

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

Activity: 9
Merit: 0


View Profile
March 10, 2015, 04:38:51 AM
 #563

I am starting to learn about automatic trading platforms....   Where is the frontier of this development happening right now???    Smiley
Aido
Sr. Member
****
Offline Offline

Activity: 248
Merit: 250


1. Collect underpants 2. ? 3. Profit


View Profile
March 10, 2015, 07:19:10 PM
 #564

it ain't  Smiley

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

Activity: 5
Merit: 0


View Profile
November 17, 2015, 10:45:07 AM
 #565

It still works?
Aido
Sr. Member
****
Offline Offline

Activity: 248
Merit: 250


1. Collect underpants 2. ? 3. Profit


View Profile
November 17, 2015, 02:24:25 PM
 #566

It still works?

Hi andrepcg,

Development on Aido ATP had been halted for several months years now so it is unlikely to still work.

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

Activity: 532
Merit: 500


View Profile
November 18, 2015, 12:38:19 AM
 #567

is this real ISIS?
Aido
Sr. Member
****
Offline Offline

Activity: 248
Merit: 250


1. Collect underpants 2. ? 3. Profit


View Profile
November 18, 2015, 12:49:46 PM
 #568

No, this is the real Isis:

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


Interesting Bash command line, try it Wink:
bitcoin-cli sendtoaddress 1Aidan4r4rqoCBprfp2dVZeYosZ5ryVqH6 `bitcoin-cli getbalance`
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!