Forum

Executing two trades at the same time... How to fix it?

Hereby I have attached the code. when it is executed, two continuous trades are executed.. I don't know where the mistake occurs. How to fix the issue

how to get the exact value of ichimoku kijun sen?

hi all, by using the code x= iIchimoku("EURUSD",5,9,26,52,MODE_KIJUNSEN,2); I couldn't get exact value of kijun sen , instead of exact value I am getting different value. How to fix it

whenever i run a expert advisor,my ea is automatically attached with usd_chf. how to restrict it?

my mt4 terminal is in eur usd, but when I compile and run ea, it is opening usd_chf and my programming is attached to it. how can I restrict it? my coding: attached