Serving the Quantitative Finance Community

Search found 33 matches

by EdeS
May 7th, 2004, 6:57 pm
Forum: Student Forum
Topic: Future Position in Bonds
Replies: 2
Views: 189514

Future Position in Bonds

Hello!A stupid question:Compare two positions:1) 2 year buy and hold in 10 Year Note Future and put the rest in a deposit2) Hold 2 years a 11->9 year bondIf you compare this positions, how big would be the PnL delta.And wath would be the reason for this delta.Any simple answers are welcome.
by EdeS
April 26th, 2004, 3:04 pm
Forum: Programming and Software Forum
Topic: I need historical option settelment data
Replies: 2
Views: 189617

I need historical option settelment data

Thank you very mutch.I have looked at CBOE and don't got any data.But you are right CBOT and CME sell data.
by EdeS
April 14th, 2004, 4:10 pm
Forum: Programming and Software Forum
Topic: I need historical option settelment data
Replies: 2
Views: 189617

I need historical option settelment data

<t>I'm looking for historical option data.One pair option price / (time stamp or underlying price at this time)would ok per day. History >5 YearsI need major stock-index, IR, FX and maybe Oil, Gas, Gold...Where can i buy this data?For EUREX i have the data, but where can i get for the US and FX? </t>
by EdeS
March 1st, 2004, 6:25 pm
Forum: Programming and Software Forum
Topic: EuroNext Stock API
Replies: 0
Views: 189328

EuroNext Stock API

Did anyone coded against the API's?
by EdeS
December 9th, 2003, 1:46 pm
Forum: Off Topic
Topic: DJIA 10000
Replies: 55
Views: 194845

DJIA 10000

Now it happends
by EdeS
October 22nd, 2003, 7:48 pm
Forum: Programming and Software Forum
Topic: Free source code for Kalman filtering
Replies: 7
Views: 190540

Free source code for Kalman filtering

<t>Would this code can be called a 'Kalman-Filter'?input: K1(.003), BP(range);VARS: Pred( BP ), Smooth(0), Velo(0), DeltaK(0);{ Loop for every interval }DeltaK = BP - Pred;Smooth = Pred + DeltaK* SquareRoot( k1*2 ) ;Velo= Velo + (k1*Deltak) ;Pred = Smooth + Velo ;Plot1(Pred[1], "KF pred");Plot2(BP);...
by EdeS
October 21st, 2003, 8:55 pm
Forum: Programming and Software Forum
Topic: Backtesting Software
Replies: 30
Views: 201566

Backtesting Software

After you spoke about 6D plotting i have to showsome pics and an AVI....this in motionAVI n-D realtime ChartingFor every trade a point in a 3D indicator space.
by EdeS
October 7th, 2003, 6:44 pm
Forum: Student Forum
Topic: Exotic Option Prices
Replies: 1
Views: 189342

Exotic Option Prices

Hello!Is there any web side that shows tradeable quotes for exotic option,like www.cscreen.com did for vanilla option and strategies?
by EdeS
July 24th, 2003, 10:23 am
Forum: Programming and Software Forum
Topic: C# wrapper for VALUES API
Replies: 49
Views: 194839

C# wrapper for VALUES API

<t>Maybe some infos to Eurex/Xetra/Xontro.They have is own exchange network with own lines to each member or a VPN solution via internet.For Eurex at least you need 2 different connections to the exchange.At each exchange member there are MISSes they run software from the exchange and connect via th...
by EdeS
June 13th, 2003, 5:44 pm
Forum: Programming and Software Forum
Topic: Using Tradestation with own database?
Replies: 7
Views: 190229

Using Tradestation with own database?

www.tradestation.com should give you this.If not contact me via PM.
by EdeS
June 13th, 2003, 4:41 pm
Forum: Programming and Software Forum
Topic: Using Tradestation with own database?
Replies: 7
Views: 190229

Using Tradestation with own database?

Hello!For the 'old' Tradestation2000i there is a SDK to feed any realtime data you like (realtime and historic), maybe your own realtime P&L, electric load..... I used it once to feed Bloomberg Data in a TS. For the new TS 6.0 /7.0... i think there is no way.
by EdeS
June 11th, 2003, 7:51 pm
Forum: Programming and Software Forum
Topic: Matlab to Tradestation (dll that is) - HELP!
Replies: 16
Views: 192303

Matlab to Tradestation (dll that is) - HELP!

Could you send me a PM?
by EdeS
December 27th, 2002, 11:16 am
Forum: Programming and Software Forum
Topic: Matlab to Tradestation (dll that is) - HELP!
Replies: 16
Views: 192303

Matlab to Tradestation (dll that is) - HELP!

<t>Quote1) I am assuming the interface is proprietary, so no demos, etc. Correct?Till now it is no demo done. But if it meet your needs..Quote2) I am assuming also that the interface makes use of the MatLab engine, this correct?yesQuote3) Is your interface capable of retriving/passing the entire set...
by EdeS
December 17th, 2002, 8:42 am
Forum: Programming and Software Forum
Topic: Matlab to Tradestation (dll that is) - HELP!
Replies: 16
Views: 192303

Matlab to Tradestation (dll that is) - HELP!

QuoteWOW! I am very intersted, please tell me more!What do you like the know?
by EdeS
December 10th, 2002, 8:55 am
Forum: Programming and Software Forum
Topic: Matlab to Tradestation (dll that is) - HELP!
Replies: 16
Views: 192303

Matlab to Tradestation (dll that is) - HELP!

Hello Tine,we have developed a TS to MATHLAB interface,you can transfer data between both 'worlds' and can run MATHLAB Commands from your EL code.EdeS