Login Page - Create Account

Support Board


Date/Time: Wed, 25 Dec 2024 05:55:56 +0000



Post From: Order quantity

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