You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2024. It is now read-only.
having spent a bit of time around algo trading platforms I am keen to take a look at your framework and see how I could contribute long term. I cloned the master branch from your github repository, however it is not building in eclpise as a number of the imports were missing (quickly corrected), some packages are not resolvable (he import org.aido.atp.ATPMtGoxExchange cannot be resolved) as well as a number of packages mismatches (The declared package "org.aido.atp" does not match the expected package "org.aido.atp.polling").
I could go round a manually fix everything up but seems i might have misses a step:
Here is what I did
install java 7 and added to eclpise
Switch to the Git Repository Exploring perspective in Eclipse.
Clone a Git Repository and type the URI https://github.com/aido/AidoATP.git
right-click the repository and select Import Maven Projects.... `
Hi,
having spent a bit of time around algo trading platforms I am keen to take a look at your framework and see how I could contribute long term. I cloned the master branch from your github repository, however it is not building in eclpise as a number of the imports were missing (quickly corrected), some packages are not resolvable (he import org.aido.atp.ATPMtGoxExchange cannot be resolved) as well as a number of packages mismatches (The declared package "org.aido.atp" does not match the expected package "org.aido.atp.polling").
I could go round a manually fix everything up but seems i might have misses a step:
Here is what I did
install java 7 and added to eclpise
Switch to the Git Repository Exploring perspective in Eclipse.
Clone a Git Repository and type the URI https://github.com/aido/AidoATP.git
right-click the repository and select Import Maven Projects.... `
any points would be very helpful.
Regards
Douggie