Support Board
Date/Time: Tue, 26 Nov 2024 06:51:19 +0000
Post From: Ticks per minute
[2024-01-04 00:59:14] |
countryboy92 - Posts: 91 |
In another post, it was recommended to use this formula to calculate the ticks per minute: I'm using a 20 tick chart. I tried the formula =(H-L)/20, but I am getting a #Name error. -------------------------------------------------------------------- There is not a direct indicator that does this. But you can calculate it out. You would need to start with a time-based chart that is set to the time for which you want to calculate the number of ticks and is set to a time that also matches the time you are looking for. Then just find the High minus the Low and divide by the Tick Size. The easiest way to do the calculation is to use the Spreadsheet Formula, as it can reference the Tick Size for the chart, so your formula would be: =(H - L) / TICKSIZE You can then use any number of studies to display the information in another chart. |