Login Page - Create Account

Support Board


Date/Time: Sat, 15 Mar 2025 23:30:38 +0000



Post From: spreadsheet systeme trading different order quantity for buy and sell

[2022-07-24 12:36:05]
Sawtooth - Posts: 4184
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.