Forum

Floating EA or indicator

Hello, Is it possible to make an indicator or an ea that create a window, which one can be undocked from the chart, and dragged in an other monitor? I am searching like 2 days now, and i can't figure out how to do this. Thanks

iHigh sometimes return ERR_HISTORY_NOT_FOUND - 4401

Hello, Sometimes i have a bug using functions iHigh, iLow, iClose on the current chart, and current Symbol. I use it like that (in an indicator): double HWeek = iHigh(Symbol(),PERIOD_W1,0); double LPWeek = iLow(Symbol(),PERIOD_W1,1); double LWeek = iLow(Symbol(),PERIOD_W1,0); Sometimes when