How do I use a table style indicator with no colour variables to grab?
-
The file is attached I would like to use.
0_1502783524136_TraderTykhev1.00.ex4 -
Indicators normally have output buffers and they put their values there, so that the EA can grab them from there. Some indicators may not use those output buffers, they can only print objects on the chart. In this case you can only work with the objects - https://fxdreema.com/examples#Chart-Objects
To test the output buffers of an indicator, I recommend to use the Trace block - https://fxdreema.com/demo/mt4-trace-multiple