Hung Dinh Van
Hung Dinh Van
Friends 1
Hung Dinh Van
Added topic HistoryDealGetDouble(ticket, DEAL_PROFIT) always = 0.0?
Hi all, My funtion: double ProfitCheck( long const magic_number) {    double profit= 0.0 ;    HistorySelect ( 0 , TimeCurrent ());    int trades_total = HistoryDealsTotal ();       for ( int i= 0 ; i
Hung Dinh Van
Registered at MQL5.community
Hung Dinh Van
Added topic Problem with double/double
Hi all, I have a problem with code: #property indicator_separate_window      // Indicator is drawn in the main window #property indicator_buffers 2        // Number of buffers #property