Currently, I can only figure out how to execute a predefined strategy with stops and profit takers if I have the DOM open. Is it possible to do that via a button on the chart? Ie, I'd like to be able to execute a strategy without opening the DOM.
Thanks in advance
First, you will need to make sure the configuration variable "TradingStrategies" is set to true..
Then setup a Signal Action (left below) that in turn submits a Trading Order (right below) that submits your order and attaches your strategy...
Then add a Button to your chart with purpose of "Execute Signal Action".... and choose the Signal Action you created from the list.