mqltools / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
mqltools
Added topic Another problem with indicators buffers (variation)
#property copyright "" #property link "" #property version "1.00" #property indicator_separate_window #property indicator_buffers 2 #property indicator_plots 2 #property
mqltools
Added topic CopyBuffer problem (bug?)
#property copyright "" #property link "" #property version "1.00" #property indicator_separate_window #property indicator_buffers 1 #property indicator_plots 1 #property
mqltools
Added topic Possible mql5 bug - string
I'm modifying PositionInfoSample.mq5, and I added comment display capability. The following code DOESN'T work: const string a = m_position.InfoString(POSITION_COMMENT); m_label_info[14].Description(a); The displayed result is: "Comment: 1". The
: