Support Board
Date/Time: Sat, 28 Dec 2024 01:17:25 +0000
[User Discussion] - Color Bar ... Alert - Ticksize
View Count: 1001
[2016-01-08 07:30:38] |
nicktrader - Posts: 721 |
Hi all, need a liitle help. This formula I'd like to use =L[-1]> L (only as an example) but I want it improve a little. Case 1: "L" should not lower than 3 Ticks Case 2 "L" should lower than min 10 Ticks Many thanks for help |
[2016-01-08 14:30:35] |
Sawtooth - Posts: 4143 |
Your conditions are not clear. Please explain further. The formula will include this: TICKSIZE*3 Here's the documentation for Simple Alerts: http://www.sierrachart.com/index.php?page=doc/doc_StudyChartAlertsAndScanning.php |
[2016-01-08 14:59:59] |
nicktrader - Posts: 721 |
Hi tomgilb, many thanks for help. I know that documentation but it is not clear enough for myself. I try to explain it in words. Condition> Alert on if lower 3 ticks Low of previous candle = 10600 Current low = 10598 ==> Difference = 2 Ticks ==> Alert on Low of previous candle = 10600 Current low = 10595 ==> Difference = 5 Ticks ==> NO Alert Many thanks |
[2016-01-08 15:15:29] |
Sawtooth - Posts: 4143 |
Try this: =AND(L<L[-1],L[-1]-L<TICKSIZE*3) |
[2016-01-08 16:11:49] |
nicktrader - Posts: 721 |
Many thanks for help.
|
To post a message in this thread, you need to log in with your Sierra Chart account: