TradingView
capissimo
Jan 11, 2021 11:17 AM

Machine Learning: kNN-based Strategy (mtf) 

Bitcoin / United States DollarCoinbase

Description

This is a multi-timeframe version of the kNN-based strategy.

Release Notes

Added custom performance testing.

Release Notes

Updated signal filtering, added data normalization plus some minor fixes.

Release Notes

Price fix in the custom performance testing module.

Release Notes

Minor fix.
Comments
cjcmoney
how do you change this to a strategy so we can backtest it on the charts?
Tajus
Hi, I was wondering if the Long/short signals are project during a candle, at open or close? Thanx
klopotnik
hello, new to this.. can you show results of backtesting? or how to "edit it" to get the result?
razmuhammad433
Brother can we make this pine script in python
madhu1948menon
that was quick luv u bro
HakkiKonu
is there any progress about repainting?
Chamakuvangu
Teach Me Please
dynatique
Thanks @capissimo . for powerful and strong signals using Hyperbolic Tangent function and Overbought , Oversold levels.
dipiers
Hi @capissimo, does it repaint? I remember you confirmed it did but I am not sure if it does it anymore.
capissimo
@dipiers, you should understande the main principle of the algo: it collects data points and selects the ones that are the closest to the current bar's close price. Thus, it repaints. Repainting is yet to be solved. Hopefully, the local community would help.)
More