I know SharpDX is not officially supported, but i can't find out this one little thing and maybe you guys can help explain it to me but i know this would help a lot of others out there because ive scoured the forums for an answer to this question.
Right now im trying to paint text rotated 45 degrees 25 bars back, thats it, I saw a forum post about this called TextRotationDX.zip Example, but i cant find it when attempting to add to chart.
I understand the concept of SharpDX, but not how to actually implement a basic line or text into an indicator that we can add to chart im confused about where the logic goes if we have the onbarupdate and onrender method
Premise: To paint a 45-degree SharpDX Draw Text 25 bars ago at the most recent high
1.) Are we required to handle all mouse movements so that when we drag the chart and resize the sharp DX object gets resized and repositioned actively?
2.) If we're using the onRender method where does the logic go? For example, if we draw a sharp DX line every time RSI is oversold at bottom of the bar to see if it breaks.
Where Im At?
Right now i have the TextRotationDXExamples and i imported them, but they don't seem to show up in indicators, so i can't actively test and tweak
I guess what im really asking for is one little example of a SharpDX object being drawn relative to the chart and not static to the window, just like if we drew a trendline or zig-zag on the chart, when we move and resize the chart, the object goes with it.
I know this is a lot to ask, but i see that the Graphical resources are used with SharpDX, and its BUTTERY SMOOTH even with hundreds of lines.
Lastly, Is SharpDX the only way to specify objects drawn like lines and Fibonacci ratios on the GPU
Im sorry, Im terrible
Sincerely,
Michael
Script I was talking about that wont show up in indicators:

Comment