Login Page - Create Account

Support Board


Date/Time: Sat, 04 May 2024 04:56:33 +0000



Post From: Stop trading after a lost

[2017-10-21 22:50:43]
User29926 - Posts: 92
Thanks tomgilb for the code block.

I`m still trying to get it modified correctly to work..

O cell code:
=IF(QO3>QO4,TRUE,IF(OR(QQ3>QQ4,INT(A3)>INT(A4)),FALSE,O4))

P cell code:
=IF(AND(O3,O4=FALSE),1,IF(AND(QO3,QO3>QO4),P4+1,IF($H$90= 1,0,P4)))

$H$90= 1 is the switch that should set it zero

Currently the P cell is stuck on True even while the O cell is still False

$J$28 cell code:
=IF($J35=0, 0 ,IF ($P$3 = 1, 1,0) )
Date Time Of Last Edit: 2017-10-21 23:02:06