Login Page - Create Account

Support Board


Date/Time: Wed, 08 May 2024 21:35:21 +0000



Post From: Giving A Value to an Extension Line Until Future Intersect

[2020-01-10 16:59:47]
User236924 - Posts: 10
Hello to Sierra charts community,
For extension lines until future intersection such as non zero ask/bid volume, can you give these lines a value or track them somehow to use in a simple alert? As to say, when a candle closes above or below the extension line, an order can be submitted? This would be of TREMENDOUS help in my trading efforts. Thanks in advance...
Also...

How can you reference the previous BVAP, AVAP? Is this correct: BVAP(H,[-1])
Here was my code:

=AND(BVAP(H,[-1] > 0), AVAP(H,[-1] > 0), C > H[-1])

I'm trying to say if the previous bars' high is a non zero value, and if the current bar closes above that high. Thanks
Date Time Of Last Edit: 2020-01-13 18:29:10