Forum

Hi guys! I have a problem with my EA code. How can I remove blinking?

Hi guys! I have a problem with my EA code. In my code I create and delete objects many times. so when I test it , It's blinking too much. Is there a way to fix it

How to use iMA to order when iMa crossover right before candle ?

I would like to make a EA which is when iMa crossover the Close[1] like right before candle then buy or sell depends on what former candlewas I tried to code but still i don't get it :(. I can't figure it out how to use iMa. this is my code. extern double volume1 = 1.0 ; //Lot사이즈(Buy) extern double

How to show on screen of total, sell, buy, Equity, Balance value?

Hi guys, I would like to show value of total, sell, buy, Equity, Balance! I tried to show AccountBalance using with AccountBalance(), but it shows default value of 10000, not my terminal showing value. Is there another fuction to show them? like AccountBalance(), AccountEquity, something like that