Seeking Advice: Trading Two Algorithms for SPX500 / US Treasury

Posted By: dr_panther

Seeking Advice: Trading Two Algorithms for SPX500 / US Treasury - 05/06/24 18:34

I'm planning to trade two algorithms, one for SPX500 and the other for US Treasury 10-Year Bonds. Given their distinct risk profiles, such as varying Sharpe Ratios, I'm looking for guidance on how to approach this effectively. What strategies or methodologies should I consider to balance the risk and optimize performance across both instruments?

Additionally, I'm unsure about setting the asset variables, particularly Pip and PipCost, for futures. Any insights or best practices in this regard would be greatly appreciated. Thanks in advance!
Posted By: AndrewAMD

Re: Seeking Advice: Trading Two Algorithms for SPX500 and US Treasur - 05/06/24 20:33

For the first question, I'd check out Robert Carver's book Systematic Trading, which goes into great detail on volatility / risk / reward management, maybe more detail than you'd expect from an average trading book.

Pip will be the smallest increment of the price you would see on the ticker feed. The configuration of PipCost depends on 1) your pip configuration and 2) whether you're using T8 (Contracts) or T6 (vanilla bars) for backtesting. The former makes use of the Multiplier value, and the latter is rather multiplied into PipCost.
Posted By: dr_panther

Re: Seeking Advice: Trading Two Algorithms for SPX500 and US Treasur - 05/06/24 21:09

Can you explain why the multiplier is negative for futures.
Posted By: AndrewAMD

Re: Seeking Advice: Trading Two Algorithms for SPX500 and US Treasur - 05/07/24 00:56

This way, the column in the asset list takes a different meaning when the value is positive.

Now, in the context of the script, the multiplier is actually positive. laugh
© 2024 lite-C Forums