Forum

Can you convert this small Pinescript indicator into MT5 ?

Hi I'm looking to someone that can convert this indicator into an MT5 : If you help me, I will share my strategy with you :-D Thanks // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // @version=5 indicator( 'Test' , overlay= true

Issue to plot value from my array in my indicator

Hi, I have create a new indicator, it is my first one and I have an issue to display the value in my chart. The value is stock in my array Buffer_yhat1 and the value comes from my function -> nadaraya(close, ArraySize(close), h) Can you help me ? Here is the code