Login Page - Create Account

Support Board


Date/Time: Fri, 14 Mar 2025 22:06:27 +0000



Post From: (x*ATR)BuyExit/SellExit Not Performing Correctly

[2022-06-27 18:46:19]
GG - Posts: 20
An example is the sell entry was 4593 and the exit was at 4589.75 when the ATR is 6.08. Then the same result was for when I changed the parameters to TP=(4*ATR).

The price never fell below 4593-(6.08*4) so it shouldn't have signaled a SellExit.



What's more; the Trade Activity Log are identical for both of the following formulas run over 12 years of data on Nasdaq.

SellExit:
=OR(AND($J$8 < 0, ID0.SG4@3 >= $J$9+(ID2.SG1@3*4)), AND($J$8 < 0, ID0.SG4@3 <= $J$9-(ID2.SG1@3*4)))
SellExit:
=OR(AND($J$8 < 0, ID0.SG4@3 >= $J$9+(ID2.SG1@3*4)), AND($J$8 < 0, ID0.SG4@3 <= $J$9-(ID2.SG1@3*8)))

You would think this change would tweak it even slightly if the above example was just a glitch.

Thanks again