Serving the Quantitative Finance Community

Search found 14 matches

by wdai03
August 11th, 2016, 5:35 pm
Forum: Trading Forum
Topic: State of algo fx trading at banks
Replies: 0
Views: 1243

State of algo fx trading at banks

Hi, Just wondering if anyone can offer their inside view on algo trading within banks for fx? I dont (didnt) really work for a house that had a strong electronic platform in anything. I feel like electronification for equities is pretty much done and things are just getting faster and faster with mo...
by wdai03
June 13th, 2015, 4:35 pm
Forum: Trading Forum
Topic: 3d graphs for trading/risk management?
Replies: 7
Views: 6827

3d graphs for trading/risk management?

Any traders here monitor the risk on their exotic/hybrid books using 3d graphs? Managed to implement some pretty cool graphing tools using java, now just need some cross risks/gamma to monitor. Any particular ones that cause traders headaches?
by wdai03
June 18th, 2012, 2:34 am
Forum: Trading Forum
Topic: Thoughts on developing a stop loss for a pairs trading system
Replies: 4
Views: 16380

Thoughts on developing a stop loss for a pairs trading system

Could you clarify what you mean by slippage? I'm quite interested in his question
by wdai03
June 15th, 2012, 7:41 am
Forum: Trading Forum
Topic: Pairs Trading vs. Portfolio Optimization
Replies: 7
Views: 16090

Pairs Trading vs. Portfolio Optimization

<t>That's kind of a wierd questionPairs trading is ultimately a market neutral strategy in which you bet on the spreadPortfolio Optimization is a minimum variance maximum expected return concept. Ultimately you are going to have market risk exposure unless:1)You're actively managing it and constantl...
by wdai03
June 15th, 2012, 6:16 am
Forum: Trading Forum
Topic: What kind of algo trades for FX?
Replies: 8
Views: 21600

What kind of algo trades for FX?

<t>Nice to see some responses on this, even though its ages ago@ Stew Thats kind of the view i have at the moment. I think most strategies tend to just fall into the category of mean reverting or momentum, even the higher frequency ones which just scalp the bid-ask most of the time really sort of fa...
by wdai03
December 2nd, 2011, 12:01 pm
Forum: Trading Forum
Topic: What kind of algo trades for FX?
Replies: 8
Views: 21600

What kind of algo trades for FX?

really? No one? bumbp
by wdai03
November 27th, 2011, 2:03 am
Forum: Trading Forum
Topic: What kind of algo trades for FX?
Replies: 8
Views: 21600

What kind of algo trades for FX?

<t>What kind of algo trades work for forex? For equities, things like pair trades work cause you end up just factoring out the market risk, but that doesn't really work with FX because if you pair trade a currency pair you just get another currency pair, and their is no reason why that should be a m...
by wdai03
June 10th, 2011, 4:41 am
Forum: Numerical Methods Forum
Topic: How do you test for unit root in an ARMA model?
Replies: 7
Views: 23574

How do you test for unit root in an ARMA model?

<t>Thanks for your help blade, and i appreciate your thoughtfulness, but you're just making me as confused as ever. I still don't really understand what the whole log thing is about. I mean i get that the normal procedure is to just look at log prices, but telling me not to worry about this doesn't ...
by wdai03
June 3rd, 2011, 11:00 am
Forum: General Forum
Topic: Statarb using returns vs pricing
Replies: 3
Views: 25076

Statarb using returns vs pricing

I see this is an old post but i'm actually having the exact same issue at the moment. Did you eventually get past it?
by wdai03
June 3rd, 2011, 11:00 am
Forum: General Forum
Topic: Statarb using returns vs pricing
Replies: 3
Views: 25076

Statarb using returns vs pricing

I see this is an old post but i'm actually having the exact same issue at the moment. Did you eventually get past it?
by wdai03
June 3rd, 2011, 11:00 am
Forum: General Forum
Topic: Statarb using returns vs pricing
Replies: 3
Views: 25076

Statarb using returns vs pricing

I see this is an old post but i'm actually having the exact same issue at the moment. Did you eventually get past it?
by wdai03
June 3rd, 2011, 10:46 am
Forum: Numerical Methods Forum
Topic: How do you test for unit root in an ARMA model?
Replies: 7
Views: 23574

How do you test for unit root in an ARMA model?

p.s. it'd be very helpful if anyone knows which paper first showed that stocks tend to be I(1). I'm hoping to have some sort of example that shows how we can test for unit roots in the price series of stocks, it'll make the concepts much more easier to understand
by wdai03
June 3rd, 2011, 10:42 am
Forum: Numerical Methods Forum
Topic: How do you test for unit root in an ARMA model?
Replies: 7
Views: 23574

How do you test for unit root in an ARMA model?

<t>Thanks for the help guys!I'm trying to get a better understanding of how the cointegration is actually calculated though. R gives the answer but i'm a bit confused on the actual process.I get the basic understanding of how cointegration works. First you need to check if the two time series of I(1...
by wdai03
June 3rd, 2011, 2:36 am
Forum: Numerical Methods Forum
Topic: How do you test for unit root in an ARMA model?
Replies: 7
Views: 23574

How do you test for unit root in an ARMA model?

<t>I know for the augmented fuller test, we use the formula Z_t= alpha + phi*Z_t-1 + rho1(Delta Z_t-1) + rho2(Delta Z_t-2) ... rho(p-1) (Delta Z_t-(p-1)) + a_tfor an AR(P) model(rho probably isn't the correct symbol but my knowledge of the greeks isn't very good, but the formula should be familiar)H...