DislikedHi. I tried to create the Hoffman Retracement Bar indicator for MT5. But I keep on getting the warning: no indicator plot defined for indicator. Can someone please help me what to do? Here is the code: #property indicator_chart_window #property script_show_inputs...Ignored
- look at any mql5 indicator, even just a moving average and observe how it's written
- attached is a simple ma bands indicator, which mimics the bollinger bands at 1deviation
- in mt5, indicator plots are the number of separate things you will be drawing on the chart via drawing buffers
Attached File(s)