Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 17:47:33 +0000



Post From: Stop trading after a lost

[2017-10-24 02:17:52]
User29926 - Posts: 92
Update:
I thought I had it working correctly, but started having issues with it flipping back to True thus turning off the trading even after the indicator value reset it.

Current O3 cell code:
=IF(OY3>OY4,TRUE,IF(OR(PA3>PA4,$H$90= 1),FALSE,O4))

Current P3 Cell code:
=IF(AND(O3,O4=FALSE),1,IF(AND(O3,OY3>OY4),P4+1,IF(AND(O3,O4),P4,0)))

Current J28 code:
=$P$3

tomgilb any idea why the $P$3 keeps going back to True after the indicator value resets it?

Causing no more trading after the 1 lost is posted?
$H$90 is normally False, until multiple indicators value sets it to True.

When that happens I need P3 to reset to false "0" and allow trading again.
$H$90 will go back to False "0" when the multiple indicators values are back in alignment again.
But I need the P3 to stay False when $H$90 goes back to False, so trading can continue until another lost happens.
Date Time Of Last Edit: 2017-10-24 04:30:49