Login Page - Create Account

Support Board


Date/Time: Wed, 19 Feb 2025 00:04:19 +0000



Post From: Automated Trading Help

[2020-12-28 21:18:52]
ershidu - Posts: 4
Only long, For example:

B(Open) C(High) D(Low) E(Last) K(Buy Entry) L(Buy Exit) P
barA B3 C3 D3 E3 K3 L3 P3
barB B4 C4 D4 E4 K4 L4 P4


When barA higher than barB, it will trigger a Buy order, so in K3:
=E3>E4

I use persistent variables to store the low of barB, so in P3:
=IF(K3,D4,P4)

I want to exit when the price lower than the low of barB, so in L3:
=AND($J$8>0,E3<P3)

But it show #CREF!

Where is the wrong?

How to modify buy exit (L3)?

Anyone can help me?
Date Time Of Last Edit: 2020-12-29 02:46:49