I know I can do this by attaching basic controls directly to the a Grid on the chart, but it 's a pain (for instance, cant type numbers fields because of conflicts with UI shortcuts). I looked at the AddOn framework, and it's really great - the controls look very helpful.
Option 1: Embed AddOn UI in the chart as a second panel (for ref to the strategy)
I want to embed the controls from the AddOn framework in an indicator so that I can directly reference the strategy of the indicator. However, for the life of me I cannot figure out how to embed it. Is this possible, and is there a sample that shows me how to do this? I can attach buttons to a grid but the most I can seem to do is attach to to somewhere on the chart.
Option 2: Floating window
I can also make a floating window, but I can't figure out how to reference an active strategy for reading of values and setting of values. Is this possible?
Any help is welcome,

Comment