Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Get Indicator Output from DataBox

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Get Indicator Output from DataBox

    Hi,
    I'm trying to build a strategy using the plots from an indicator.

    The DataBox returns a value on the signal bar, and n/a on non signal bars

    Similar to this

    Click image for larger version

Name:	image.png
Views:	73
Size:	2.4 KB
ID:	1317996


    The chart plots it provides are drawn with OnRender, rather than drawing objects.

    When i the indicator to strategy builder i get these errors
    Click image for larger version

Name:	image.png
Views:	54
Size:	8.3 KB
ID:	1317997
    How do i get the signals into a strategy?

    #2
    Hello yertle,

    It looks like that indicator is not made in a way to be used with a strategy. For the builder the plot would need to have a value for each bar so it can be used in price conditions. The N/A means no value was set for that bar so the builder would have problems doing comparisons with that plot. It additionally seems the way that indicator is coded is causing an issue when using it with the builder and causing a compile error.

    That indicator may be able to be used in manual coding because you can check if the plot has a valid value in manual coding. You could create a condition which checks if there is a value for the plot, if so you can then also check the value and do an action.

    If this is a third party item you purchased or are having developed for you I would suggest to contact the developer to ask that the put in a specific plot for signals. Make sure that plot has a default value in addition to setting a signal value, and to also test it while using the builder to make sure the error you pictured is not present.



    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    88 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    134 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    119 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    67 views
    0 likes
    Last Post PaulMohn  
    Working...
    X