Forum

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

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 "no of indicators 2" is it possible. please suggest me

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 new order information is added in the file then the

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 orders. Is that possible? please suggest me

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 many charts for other currency pairs. Is it possible