Support Board
Date/Time: Thu, 06 Nov 2025 00:38:45 +0000
Post From: spreadsheet systeme trading different order quantity for buy and sell
| [2022-07-24 12:36:05] |
| Sawtooth - Posts: 4285 |
|
If you would rather use just one instance of the Spreadsheet System for Trading study, try this: J26: =IF(K3,BUYn,IF(M3,SELLn,0)) J82: =1 J83: =IF(AND(L3,J8>0,E3>J9),buyTPn,IF(AND(L3,J8>0,E3<J9),buySLn,IF(AND(N3,J8<0,E3<J9),sellTPn,IF(AND(N3,J8<0,E3>J9),sellSLn,0)))) These signals will be intrabar; for close-of-bar signals, change all row 3 references to row 4. |
