Forum

GMMA and BBAND, coding solution

#property indicator_chart_window #property indicator_buffers 3 #property indicator_color1 Red #property indicator_color2 Blue #property indicator_color3 Brown #property indicator_width1 2 #property indicator_width2 2 #property indicator_width3 2 double shortMA[]; double longMA[]; double

How to solve it?

//+------------------------------------------------------------------+ //| for lim indi 2.mq4 | //| Copyright 2022, MetaQuotes Software Corp. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "Copyright 2022, MetaQuotes Software

help me correct it

#property indicator_chart_window #property indicator_buffers 3 #property indicator_color1 Red #property indicator_color2 Blue #property indicator_color3 Green double PSAR[]; double IKH[]; double BB[]; double RSI[]; double MACD[]; double STO[]; double ADX[]; double CCI[]; double Buy[]; double Sell[];