Yaqoub Yousef / Publications
Forum
Possible loss of data due to type conversion [solved]
int bandsHandle = iBands ( _Symbol , PERIOD_CURRENT , BB_Period, BB_Deviation, 0 , PRICE_CLOSE ); double bbUpper[]; double bbMiddle[]; double bbLower[]; CopyBuffer (bandsHandle, 0 , 0 , 1 , bbUpper); CopyBuffer (bandsHandle, 1 , 0
How do I make profit appear above the candle?
hi vereyone How do I make profit appear above the candle? can anyone help me to get this code plz