Login Page - Create Account

Support Board


Date/Time: Fri, 31 Jan 2025 15:39:13 +0000



Post From: Question about sc.TradeAndCurrentQuoteSymbol and attached orders

[2019-05-10 06:43:37]
pappe88 - Posts: 22
I have a working automated trading study on the mini contracts. I'd like to execute on the micro.

Automated Trading From an Advanced Custom Study: Submitting and Managing Orders for Different Symbol and/or Trade Account

states that attached orders are more or less not supported, when submitting orders for a different symbol or account.

Does that only apply to the use of sc.BuyOrder and the sc.SellOrder and a directly specified symbol when submitting or is it possible to set sc.TradeAndCurrentQuoteSymbol and/or the corresponding setting in chart settings and have full support for the position?

I'd rather write a seperate micro study which just copies and executes buy and sell signals from the main study running on the mini chart, than reimplement attached order logic.
Wich way, do you think, is the better approach?