Support Board
Date/Time: Mon, 03 Nov 2025 12:05:49 +0000
Post From: Spreadsheet System - Reverse Position with single order
| [2023-02-18 13:51:33] |
| Sawtooth - Posts: 4285 |
|
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 |
