Support Board
Date/Time: Tue, 16 Sep 2025 05:52:08 +0000
Post From: Spreadsheet System - Reverse Position with single order
[2023-02-18 13:51:33] |
Sawtooth - Posts: 4263 |
To increase the order quantity on a reversal, or when scaling in, you need to use a formula in J26 that returns the new quantity, like this: =IF(J8<>0,2,1) This will start with 1 and return 2 when in a position. Or =IF(J8<>0,ABS(J8)*2,1) This will start with 1, and double the quantity when in a position. If you want to increase the order quantity to a daily max, see this example: https://www.sawtoothtrade.com/example-2.html |