Let me apologize in advance for my poor English.
I'm looking for information about how to program a forex trading
system with scheme. Any idea or link you could give me?
Thanks
Learn to use google!
http://www.google.com/search?q=forex+trading+API
will give you for example: http://www.forex.com/forex-api.html
--
__Pascal Bourguignon__
API was just the word, but I didn't realize, I'm not perfect all the
time dude, anyway thanks for your "very nice" reply, oh you clever
mind.
> I'm looking for information about how to program a forex trading
> system with scheme. Any idea or link you could give me?
I imagine you'd to start with bindings for an API for accessing
market feeds. Such as:
https://loginabout.reuters.com/developer/ChoosingTheRightAPI.aspx
More specific information about what you're trying to do would probably
help.
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
But, the API is written in C++, I think I can wrap it with Lisp...
specifically: I want make the trading system (wich makes the
computations about what to do: buy, shell, wait...) in Lisp, and once
decided what to do use the C++ API (wrapped in Lisp??). I have to
learn how to do this with scheme :)
On Jun 17, 8:52 am, Michael Sperber <sper...@deinprogramm.de> wrote:
See the following page for a pretty thorough survey of the issues and
how various language implementations handled them circa 2004.
http://autocad.xarch.at/lisp/ffis.html
You could also use Google to do further searching, although I'm not
sure that the results that yields are superior to simply searching for
FFI in the user manuals for your favorite Scheme implementation(s).
http://www.google.com/search?q=scheme+FFI
On Jun 17, 5:32 am, Janzo <juanman...@gmail.com> wrote:
> Thanks Mike
> I found this, exactly what I was searching :)http://fxtrade.oanda.com/forex_trading/fxtrade/api_trading.shtml