Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Forex trading with functional programming

7 views
Skip to first unread message

Janzo

unread,
Jun 16, 2008, 6:47:31 AM6/16/08
to
Hello everybody:

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

Pascal J. Bourguignon

unread,
Jun 16, 2008, 8:04:58 AM6/16/08
to
Janzo <juanm...@gmail.com> writes:

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__

Janzo

unread,
Jun 16, 2008, 8:54:08 AM6/16/08
to
On Jun 16, 2:04 pm, p...@informatimago.com (Pascal J. Bourguignon)
wrote:

> Janzo <juanman...@gmail.com> writes:
> > Hello everybody:
>
> > 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?
>
> Learn to use google!
>

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.

Michael Sperber

unread,
Jun 17, 2008, 2:52:07 AM6/17/08
to

Janzo <juanm...@gmail.com> writes:

> 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

Janzo

unread,
Jun 17, 2008, 5:32:08 AM6/17/08
to
Thanks Mike
I found this, exactly what I was searching :)
http://fxtrade.oanda.com/forex_trading/fxtrade/api_trading.shtml

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:

pnkf...@gmail.com

unread,
Jun 17, 2008, 1:03:11 PM6/17/08
to
What you probably want to do is to hook into into the C++
functionality via a Foreign Function Interface (FFI).

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

0 new messages