Forum

SomeTimes IClose Value Get 0

hello all, Please Help me to solve this issue , I have attched screenshot for what I received from terimnal my code GetSymbolInRange[rw], GetSymbolOpenPrice[rw] - these array store symbol name and current Price GetSymbolOpenPrice[rw] = iClose(GetSymbolInRange[rw],PERIOD_M1,0); Print("Set Open

Bollinger band Issue

Hello everyone, Please Help me to solve the issue. I tried a lot . i want to get bollinger band Upper and Lowe Line Price, and i already tried to do *** Please Help| Thank you in advance

Market Order Modify

Hello all, I want to know, Is it possible to Modify Market Order Lot size with my expert adviser, Let assumed, I Opened 1 Lot size buy Order and now I want to close 0.5 Lot size. If Possible Let me know Thank you in advance

Ibarshift return -1

Hello all I have an issue to get ibarshift value. Actually my current chart is m1 and i get open value from h1. If i am working on future candle then i know i barshift is 0.but when i work on history bar Let say m1 chart current time 27 oct 2021-11:55 And i try to the value of 60bar it mean then

Scanner indicator

Hello everyone. I am creating a scanner. When my scanner call customer indicator for every symbol. then my terminal will hang. I don't know how my scanner indicator will work with terminal hang.. please suggest . I am using 160 symbol in one scanner. And call custom indicator. Please suggest me