Order Commands and Placing an Order
December 30, 2018 1:51 pmOrder Commands and Placing an Order NewSingleOrderRequestMessage class provides different static methods to create an order command to submit... View Article
Order Commands and Placing an Order NewSingleOrderRequestMessage class provides different static methods to create an order command to submit... View Article
Strategy Logging During the development phase, it is common practice to insert logging statement within the strategy code to... View Article
Strategy Order Event The Blitz strategy framework provides the order state change event through a callback event mechanism. The... View Article
General Strategy Indication It is evident that most of the strategy order initiating decision is triggered from the market... View Article
Strategy Custom Command and its Execution Strategy sometimes needs to publish some custom commands to be reflected to the... View Article
Strategy Input parameter validation This is important to validate all the inputs parameter against the constraint that is defined... View Article
Strategy Instrument Variable assignment validation All strategy must define at least one Instrument Variable for trading transaction. The strategy... View Article
Strategy Publish Parameter (Variable) Strategy sometimes needs to publish some important indicator value to the trader for information purpose.... View Article
Strategy Input Parameter (Variable) Strategy implementation class need to expose user input variables which is necessary to control the... View Article
Common Strategy Event Functions BlitzTrader trading system development API (BTS API) exposes following event-driven methods that your strategy implementation... View Article