Files
catalyst/zipline/finance
Eddie Hebert d41aff9a99 ENH: Provide a process_order method to override for custom slippage.
To make implementing a custom slippage model more straightforward,
provide a simulate method that will setup the calling of
`process_order`, which individual slippage models override to
do the unique slippage handling, where the simulate method handles
the boilerplate of checking order triggers, etc.
2013-06-13 19:01:00 -04:00
..