Comme indiqué, Interactive Brokers propose désormais des stratégies Algo, moyennant un versement initial de minimum 10 000 $. Il faut cependant bénèficier d'un Backround de programmation assez important (maîtrise de C++ et Java API). Voici le type de stratégies qu'ils proposent :
Algo Strategy
|
Parameters
|
For US Stocks:
|
|
Arrival Price
(ArrivalPx) |
Max percentage: maxPctVol
(double in a range 0.01 to 0.5)
Urgency/Risk aversion: riskAversion
(Valid values: Get Done; Aggressive; Neutral; Passive)
Attempt completion by EOD: forceCompletion (boolean)
|
Percentage of Volume
(PctVol) |
Target Percentage: pctVol
(double in a range 0.01 to 0.5) |
Volume-Weighted Average Price
(Vwap) |
Max Percentage: maxPctVol
(double in a range 0.01 to 0.5) |
Time-Weighted Average Price
(Twap) |
Trade when: strategyType
(Valid values: Marketable; Matching Midpoint; Matching Same Side; Matching Last |
For US Options:
|
|
Balance Impact and Risk
(BalanceImpactRisk) |
Max percentage: maxPctVol
(double in a range 0.01 to 0.5)
Urgency/Risk aversion: riskAversion
(Valid values: Get Done; Aggressive; Neutral; Passive)
Attempt completion by EOD: forceCompletion (boolean)
|
Minimize Impact
(MinImpact) |
Max Percentage: maxPctVol
(double in a range 0.01 to 0.5) |