
OANDA broker integration support
Hey,
I just read OANDA broker integration support is planed for Version.0.9
I probably don't need to say that this would be absolutely superb!!!
I'm struggling with these issue my self since quite a while.
Is there is already some plan on how to accomplish this?
Are you planing to use the official Oanda API?
Have you read this?
-------------------------------------
PricingOANDA charges an initial licensing fee of USD $600, which entitles the customer to two free months of access to one API library for testing and implementation. After these two months, a monthly fee applies. The monthly fee is USD $600, discounted by USD $50 for every USD $1M in monthly volume of currency traded from the account.
Note that customers with accounts exceeding USD $12M in volume in a month are entitled to free usage of the API for the next month.
------------------------------------
In my opinion these fees are way to high!!
I already programed a soft GUI API through OCR etc. ( doesn't work anymore since the changed some fronts etc. )
then I tried to read the quotes etc. from memory directly ( works for a couple seconds then memory gets moved around by JVM

)
Now I'm checking if one could use the Java access bridge
http://java.sun.com/javase/technologies/accessibility/accessbridge/ ( I'm not very optimistic so far )
It's really hard to do some kind of screen scraping since they use Java...
I'm curious to hear your plans