API functions: Strategy
API function for strategy operations
Written by Marco SalernoLast update 10 days ago
Strategy Functions | |
---|---|
strategy | This operation returns the data from the Summary, Current Holdings and Statistics tabs of a strategies or books. |
strategy()
Wrapper for GET /strategy/{id}
This operation returns the data from the following pages:
Summary
Holdings
Statistics
Performance
Risk Measurements
Trading (except for simulated books)
The only parameter is the id of the strategy or book.
p123api.Client().strategy(
strategy_id=id
)
Go to:
All p123api functions
Technical API reference
Did this answer your question?