Ok I used to subscribe to a service the had proprietary subscription based indicators that I would like to replicate the structure meaning how it shows on TOS and not necessarily duplicate but modify.
Here is what the look was and for that indicator. I haven't messed around with any lower ones like this but would like to get a start. Any help is appreciated.
View attachment 24999
If your question is:
What is the syntax to create a dashboard like your image?
Here are examples that can be used as a template:
https://usethinkscript.com/threads/oscillator-dashboard.18913/#post-142546
If your question is:
What logic does your image use to determine each line of the dashboard?
How would that be possible to determine from an image?
Code cannot be created based on images and general descriptions.
It would be like asking to build a house from a picture.
House construction needs detail blueprints.
Script construction requires detailed specifications.
You can create your own dashboard, based on what you want to indicate.
For instance, on your "RSI" dashboard line: you can indicate bullish when RSI crossing above oversold, or crossing above midpoint, or crossing above its average, or positive when in the oscillator zone between 40 & 80. Whatever conditions are favorable to your strategy. You can put in your dashboard.
You can decide your filters and then build your dashboard using the syntax in the link of examples provided.