Friends

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

min
Registered at MQL5.community
min
Added topic How to get indicator name
Is there any way to get indicator name suppose i have MACD.mq4 indicator and i want to print its name i.e. "MACD.mq4" is it possible? is there any variable or any function ? thanks
min
Added topic get count of Custom Indicators
I want to know how many indicators are applied in a chart. For example i have 2 custom indicators . ind1 and ind2 if i apply first indicator then it should print "no of indicators 1" and if i again apply second indicator it should print
min
Added topic If there is any way to execute the EA in desired time
We can apply expert advisor in any chart. But the problem is when tick changed then only the EA is executed. If there is any way to execute the EA in desired time. For example i would like to monitor a file which holds new order information and if
min
Added topic Is it possible to sendorder from one EA to Multiple Accounts?
Hi all, Is it possible to sendorder from one EA to Multiple Accounts. For example i have run one metatrader terminal and one of chart i have applied ExpertAdvisor which sends Order to the logged account. But i want to send the same order to multiple
min
Added topic how to get High price of multiple currency pairs from a single chart?
Hi all, I want Open, Close, High, Low and Volum of multiple currency pair . It is possible? I am using the below expert code. I run the code in chart USDJPY,M5. It is printing the values in every 5 minutes when the bar is added. Now i have to open