Author: The program website
0 Views
0 Downloads
0 Favorites
NeuroPlus
ÿþ//+------------------------------------------------------------------+

//|                                                        neuro.mq5 |

//|                        Copyright 2015, MetaQuotes Software Corp. |

//|                                             https://www.mql5.com |

//+------------------------------------------------------------------+

#property copyright "The program website"

#property link      "https://www.mql5.com/ru/market/product/11550"

#property version   "4.17"

///#property description "0H;8 >H81:C? 0?8H8B5 <=5 2 ;8G:C 8;8 =0 D>@C<!"

//#property description "ABL E>@>H0O 845O? 8H8B5, 2AQ 2>7<>6=>! "

//#property description "0H5 <=5=85 8 >F5=:0 >G5=L 206=K!"

#property description "Found a bug? Write to me in PM or on the forum!"

#property description "There is a good idea? Write, anything is possible!"

#property description "YOUR OPINION OR ASSESSMENT IS VERY IMPORTANT"







int PrevPeriod;

//+------------------------------------------------------------------+

//| Expert initialization function                                   |

//+------------------------------------------------------------------+

int OnInit()

  {

//---



//---

   return(0);

  }

//+------------------------------------------------------------------+

//| Expert deinitialization function                                 |

//+------------------------------------------------------------------+

void OnDeinit(const int reason)

  {





  }

//+------------------------------------------------------------------+

//| Expert tick function                                             |

//+------------------------------------------------------------------+ 

void OnTick()

  {





  }

//+------------------------------------------------------------------+

//| ChartEvent function                                              |

//+------------------------------------------------------------------+

void OnChartEvent(const int id,

                  const long &lparam,

                  const double &dparam,

                  const string &sparam)

  {

//---



  }

//+------------------------------------------------------------------+

//|                                                                  |

//+------------------------------------------------------------------+

void OnTrade()

  {



  }

//+------------------------------------------------------------------+

Comments