Login Page - Create Account

Support Board


Date/Time: Thu, 28 Nov 2024 17:32:32 +0000



Post From: Help with Alert

[2023-04-20 12:11:59]
Sawtooth - Posts: 4120
1. Comparing the current second's volume with the volume 301 seconds ago is not the same as comparing the current 5 min volume with the previous 5 min volume.

2. ID1.SG1[-1] is the previous second not the current second, so this will not reveal volume building.

3. Spreadsheet syntax is not the same as Alert syntax.
ID1.SG1[-1]>ID1.SG1[-301] becomes ID1.SG1@4>ID1.SG1@303

4. Use a 5 min chart, and compare the previous bar's volume to the current bar's volume.