Read Information from a custom dashboard indicator?
-
Hi,
I am trying to determine if I upload a custom indicator that produces a dashboard on the chart, can I configure an EA to read results from the indicator to use as a condition. Not sure what to enter (no buffers).
Any advice?
Thanks!
-
@jjtrader Look in your object list, if the information is there it will tell you the type, you can get this information by using object on chart and use in conditions.
-
@jstap Thank you! I have identified the objects in the table. But, the order switches around depending on the trend strength. Please see this example...
https://fxdreema.com/shared/Fhw5QQx9d
I am just trying to get it to draw a line when the conditions are met to test. - Not working

Here is a screenshot of the indicator and the indicator file is attached. My goal is to set up a filter and only trade the top pair listed for buys and the bottom air listed for sells.

Any advise would be appreciated!
-
@jstap PS - here is a screenshot of the objects list on my chart.

-
@jjtrader The problem is that the information is text not numeric, I'll have a look at what you can do:
https://fxdreema.com/shared/F7CljLlce

-
@jjtrader This is how to do it, check the modify variables block, the code string to double removes the + & % but keeps the -, copy what you need to create for what you need, good luck.