Login Page - Create Account

Support Board


Date/Time: Fri, 26 Apr 2024 11:29:51 +0000



Post From: Condition if Price close between n points from a level

[2019-09-11 20:18:20]
Sawtooth - Posts: 3976
Ghigh = 7750
Ghigh-5 = 7745
All trades in between, here.
Clow+5 = 7705
Glow = 7700

Use the same formulas, except in Simple Alert syntax:

Buy signal:
=AND(YourBuyEntryConditions,C<ID4.SG1-5,C>ID4.SG2+5)
Sell signal:
=AND(YourSellEntryConditions,C<ID4.SG1-5,C>ID4.SG2+5)
Where ID4.SG1 is the Ghigh, and ID4.SG2 is the Glow.