Open jechazelle opened 3 years ago
Hi,
I would like to know if it's possible to draw a pattern (XABCD) to detect a harmonic pattern?
I know it's possible to draw in tradingViewWidget :
tradingViewWidget.chart.createMultipointShape( // indicator points [ {time: pointTime1, price: pointPrice1}, {time: pointTime2, price: pointPrice2}, {time: pointTime3, price: pointPrice3}, {time: pointTime4, price: pointPrice4}, {time: pointTime5, price: pointPrice5} ], // settings/overrrides { shape: 'xabcd_pattern' } )
Thank your for this library !
Yes, it is possible, you can create an overlay for XABCD.
XABCD
@lakshanperera , do you have any sample code or examples ?
Hi,
I would like to know if it's possible to draw a pattern (XABCD) to detect a harmonic pattern?
I know it's possible to draw in tradingViewWidget :
Thank your for this library !