• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

basic doubt

Joined
12/22/06
Messages
13
Points
11
What exactly will be the difference between a trading algorithm and a execution strategy ?

The following listed below:
Close, Spread (Pairs) Trading, Crossing, Slicer, Cap/Floor Price, Discretion, Pegging, Delta Hedge, Gamma Hedge, Small Order, Percent of Volume, Long/Short, Risk Arbitrage, Statistical Arbitrage, Index Arbitrage, Arrival Price, Order Staging Model, Sensitivity, TVOL, TWAP, VWAP

please highlight on the fact that what these above mentioned will be called.
evaluation criteria , a strategy or an algorithm
 
Algo TYpes

Exec algos take a large order and search for liquidity in dark pools and try to minimize market impact by breaking up the order.

The other style has no trade in mind when starting, but looks at the historical and realtime data and the models it has, looking for trading opportunities.

There are no industry standard terms for each, but are understood in context.

Hope that helps.
B
 
Back
Top