Closed MaheshPunna closed 3 years ago
var candle_Chart = Chart2D.Chart.Candlestick<int, int, int, int, DateTime, string>
(
open : open,
high : high,
low : low,
close: close,
X : date,
Name: "K",
IncreasingColor : upcolor,
DecreasingColor : dncolor,
//Increasing :FinanceMarker.init(MarkerColor:Color.fromString("black"), LineColor:upcolor, LineWidth:1, LineDash :StyleParam.DrawingStyle.Solid),
//Decreasing :FinanceMarker.init(MarkerColor:dncolor, LineColor:dncolor, LineWidth:1, LineDash :StyleParam.DrawingStyle.Solid),
ShowLegend : false,
Line : Line.init
(
//Colorscale:colorscale,
//Color : Color.fromColorScaleValues
UseDefaults : false
);
//Increasing :FinanceMarker.init(MarkerColor:Color.fromString("black"), LineColor:upcolor, LineWidth:1, LineDash :StyleParam.DrawingStyle.Solid), //Decreasing :FinanceMarker.init(MarkerColor:dncolor, LineColor:dncolor, LineWidth:1, LineDash :StyleParam.DrawingStyle.Solid),
The param : Increasing /Decreasing isnot work.
@kMutagene
@neilyoung2008 please open a new issue with a well formatted reproducible code example, as well as information about the version, language, and os you are using.
The same behavior is observed for Chart.OHLC
Current Behavior:
Expected Behavior: