Login Page - Create Account

Support Board


Date/Time: Mon, 12 May 2025 04:24:29 +0000



Post From: Graphic output from number bars

[2024-09-17 15:00:22]
User887126 - Posts: 88
For ACSIL, i want to take a trade if ask bid vol ratio is greater than 70% for example. what would be the function to use if i want to minimize the calculation time. i do not want to have to reference separate graph and add additional step in calculation. i want the script to pull the number as fast as possible and take a trade based on that information

Response to your last question: I want to be able to graph 3 inside level closest to the current bid level for example. Let's say that the 3 levels closest to current bid are 50, 100 and 150 (total is 300); at the next calculation the 3 level closest to current bid are 30, 80 and 130 (total is 240). i want to see -60 on the graph. basically, i am trying to gauge how many bids are getting pull at these 3 levels.

i tried the number bar calculated value study but it does not seem to be correct. i have it side by side to compare with my dom to check manually and the numbers does not match. Maybe it is easier to just get it in spreadsheet?