Login Page - Create Account

Support Board


Date/Time: Tue, 01 Jul 2025 13:40:06 +0000



Post From: Order quantity

[2015-11-07 14:07:07]
Sawtooth - Posts: 4231
An example formula for J26 to allow different entry/exit quantities:
=IF(OR(K3,M3),100,IF(OR(L3,N3),500,0))

If your exits are the total position, you could also use cell J29, instead of L3,N3.