Support Board
Date/Time: Sun, 19 Jan 2025 00:27:56 +0000
Post From: Spreadsheet Entries and Exits
[2018-02-26 20:22:33] |
User241198 - Posts: 6 |
Is it possible for a Spreadsheet to Autotrade and send to the market a Stop-Limit Entry and a Market Exit? I want the values of these orders to be sent only on the open of a new bar as follows: • Buy Entry = (SD0.ID2@3 + 4*(J21)) [Must be a Buy-Stop Order] Buy Exit = (SD0.ID3@3 - 4*(J21)) [Must be a Market Stop Order] • Sell Entry = (SD0.ID3@3 - 4*(J21)) [Must be a Sell-Stop Order] Sell Exit = (SD0.ID2@3 + 4*(J21)) [Must be a Market Stop Order] Also, is it possible to cancel these orders if the Market-Stop order price is traded before the Stop-Limit price is traded? Is it possible to reset the Market Stop orders to B/E after entry and has traded a target of 4*(J21)? Any help, guidance, references or links are appreciated. |