Login Page - Create Account

Support Board


Date/Time: Thu, 30 Jan 2025 09:50:49 +0000



Post From: If loss, then ONLY enter in Opposite direction

[2017-10-31 03:09:03]
User606491 - Posts: 164
Using the spreadsheet system for trading:

I would like to add a formula that says if the last trade was a "SELL" and that trade lost money, then the next trade must be a "BUY" (or cannot be a "SELL")

J44: tells me profit/loss on ht prior trade
J7: tells me whether the prior trade was profitable

But, how do I tell SC that the next trade must be a BUY?


Here's what I've got so far:
if(and($j$44<0,$j$7<0),and($j$4>0,$j$5>0,$j$8>0),???)


thank you.