ChartPoint2Point invoke issue !

Questions about MultiCharts .NET and user contributed studies.
radekj
Posts: 113
Joined: 28 Apr 2008
Has thanked: 20 times
Been thanked: 1 time

ChartPoint2Point invoke issue !

Postby radekj » 01 Apr 2021

if we create "ChartPoint" via barIndex/Price constructor
and we pass it to ChartPoint2Point() the result is always "nonsense"

without this functionality is not possible to make and indicator with CustomDraw Interface !


exampel:

var cp = new ChartPoint(1, 100.0); //<- here we pass barindex (param 1) and price (prama 2) to constructor
var mypointf = context.Environment.ChartPoint2Point(cp);

ciao
radekj

User avatar
Kate MultiCharts
Posts: 575
Joined: 21 Oct 2020
Has thanked: 7 times
Been thanked: 144 times

Re: ChartPoint2Point invoke issue !

Postby Kate MultiCharts » 07 Apr 2021

Hello radekj,

Could you please describe your issue and what you are trying to achieve in more detail?


Return to “MultiCharts .NET”