This indicator it has somehow corrupted should be cycles

1
please, Mr. Mladen could you look at this indicator for me when installed on chart shows as a straight line instead of cycle with dots it was working fine but seems to have corrupted itself thanks in advance. 

Code: Select all

//+------------------------------------------------------------------+//|                                 cyclekroufrextremums 2.0.mq4.mq4 |//|                        Copyright 2016, MetaQuotes Software Corp. |//|                                              |//+------------------------------------------------------------------+#property copyright "Copyright 2016, MetaQuotes Software Corp."#property link      ""#property version   "1.00"#property strict#property indicator_chart_window//+------------------------------------------------------------------+//| Custom indicator initialization function                         |//+------------------------------------------------------------------+int OnInit()  {//--- indicator buffers mapping   //---   return(INIT_SUCCEEDED);  }//+------------------------------------------------------------------+//| Custom indicator iteration function                              |//+------------------------------------------------------------------+int OnCalculate(const int rates_total,                const int prev_calculated,                const datetime &time[],                const double &open[],                const double &high[],                const double &low[],                const double &close[],                const long &tick_volume[],                const long &volume[],                const int &spread[])  {//---   //--- return value of prev_calculated for next call   return(rates_total);  }//+------------------------------------------------------------------+//| ChartEvent function                                              |//+------------------------------------------------------------------+void OnChartEvent(const int id,                  const long &lparam,                  const double &dparam,                  const string &sparam)  {//---     }//+------------------------------------------------------------------+


Re: This indicator it has somehow corrupted should be cycles

2
m.baddeley wrote:please, Mr. Mladen could you look at this indicator for me when installed on chart shows as a straight line instead of cycle with dots it was working fine but seems to have corrupted itself thanks in advance.
HI
m.baddelay
You are Welcome here,thanks for joining us
then we like advise our users/visitors plz always try to make you queries/request in the belonging threads so that you can have early response,we frequently checking any requests/coding matters threads.
Indicator is just a tool.

Use it only if it can benefit you. Leave it if you don't know how to use it optimally.


Who is online

Users browsing this forum: Ahrefs [Bot], Amazon [Bot] and 11 guests