Login Page - Create Account

Support Board


Date/Time: Mon, 16 Sep 2024 19:16:42 +0000



Post From: reversals with no position

[2015-09-29 00:25:44]
dominikos - Posts: 106
I want to use spreadsheet for automated strategy and it is not clear to me how to properly implement an order reversal. In spreadsheet, I can use buyexit/sellentry or sellexit/buyentry columns however I suspect that they won't be executed properly since I would need exit to be executed before any new entry and it seems that columns are parsed in the order.
Another alternative is to use order reversals but it is not clear how the reversal would work if there is no position. What is the best way to implement it?