Support Board
Date/Time: Sat, 07 Jun 2025 23:04:22 +0000
Post From: Spreadsheet System - Reverse Position with single order
[2023-02-18 13:51:33] |
Sawtooth - Posts: 4224 |
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 |