//+------------------------------------------------------------------+
//|                                                       Noname.mq4 |
//|                        Copyright 2022, MetaQuotes Software Corp. |
//|                                             https://www.mql5.com |
//+------------------------------------------------------------------+
#property copyright "Copyright 2022, MetaQuotes Software Corp."
#property link      "https://www.mql5.com"
#property version   "1.00"

#property indicator_separate_window
int init() { return(0); }
int deinit() { return(0); }
int start() { return(0); }