Trading Strategy button

Login or Register

Please login or register in order to view and post in the Forum.

2 posts / 0 new
Last post
SPetkov
Last seen: 11 months 1 week ago
Joined: 08/14/2016 - 08:54
Trading Strategy button

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

0
cpayne
Last seen: 1 year 1 month ago
Joined: 03/30/2009 - 00:00
Trading Strategy from Button

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.