candlestick pattern signal: accuracy

Created at 23 Jan 2016, 12:38
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
MaVe's avatar

MaVe

Joined 24.08.2015

candlestick pattern signal: accuracy
23 Jan 2016, 12:38


Dear Spotware

I am trying to get a candlestick pattern signal more accurate.
Is it correct to use the following parameter:

[Parameter("PipSize", DefaultValue = 1E-05)]
        public double PipSize { get; set; }

and where do I integrate this parameter into the DrawText function to generate the signal?

ChartObjects.DrawText("BearishEngulfing" + index, downText, index, high, VerticalAlignment.Top, HorizontalAlignment.Center, Colors.Red);

(I use the Last method of DataSeries class to access current and previous values)


@MaVe
Replies

MaVe
23 Jan 2016, 14:19

RE:

Solved the problem.

The questions above aren't relevant anymore.

 

MaVe


@MaVe