SITI RUZIANA BINT Abd rahman
SITI RUZIANA BINT Abd rahman
eneyhsacowomqowlobclwghombuduqlfmh
SITI RUZIANA BINT Abd rahman
SITI RUZIANA BINT Abd rahman
SITI RUZIANA BINT Abd rahman | 17 November, 2018

//+------------------------------------------------------------------+ //| MACD Sample expert class | //+------------------------------------------------------------------+ class CSampleExpert { .......... //+------------------------------------------------------------------+ //| Initialization and checking for input parameters | //+------------------------------------------------------------------+ bool CSampleExpert::Init() { .................. Describe the key stages of the method implementation using block comments. For example: ................. //--- create MACD indicator if(m_handle_macd==INVALID_HANDLE) if((m_handle_macd=iMACD(NULL,0,12,26,9,PRICE_CLOSE))==INVALID_HANDLE) { printf("Error creating MACD indicator"); return(false); } ................. description.

No attached files