Login Page - Create Account

Support Board


Date/Time: Fri, 09 May 2025 14:38:46 +0000



Post From: Order quantity

[2015-11-07 14:07:07]
Sawtooth - Posts: 4213
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.