Friends

Add friends via their profile or user search and you will be able to see if they are online

blustacker
Added topic Another CPanelDialog
Hi, Is it possibel to have 2 CPanelDialog on a chart? i mean i have a main CPanelDialog to have all the conditions of an EA, when i "check" the check box "view status", another CPanelDialog will appear with all status of the ea within it, the problem
blustacker
Added topic clear struct array
Hi, i want to ask on how to clear the array. struct TradeData {          string comment;          string symbol;          string
blustacker
Added topic Symbol Specifications
Hi, Is it possible for an EA to get Symbol Specifications on a client terminal? Thanks
blustacker
Added topic MA_Shift
Hi everyone, can someone of you enlighten me about the MA_Shift on iMA. I dont have any idea. Thanks
blustacker
Registered at MQL5.community
blustacker
Added topic Function return array
Hi, Does anyone here tried to create a function that returns an array? Instead of creating a function that returns ticket number, open price for a specific logic, store all of the necessary data on array returned to a function. Thanks