Yang / Publications
Forum
How to get the time of the new bar (right on current bar)?
I would like to draw a Trend (cf: the red line in the screenshot) which starts on the current bar and ends on the next new bar. I am using this function: ObjectCreate( trendName, OBJ_TREND ,window, timeStart, priceStart, timeStop, priceStop); I have probleme of getting the timeStop value. On Forex
EA to run on offline chart MT4
Hello, around one year ago I could make an EA work on an offline chart. But now I see it's not working anymore. After checking I see there is no tick data coming on the offline chart to trigger the EA to run start() function or onTick() function. Maybe this feature has been changed since the release
Adding an indicator on an other indicator window
Hi All, I am adding an indicator B on a window containing an other indicator A. I realize that indicator B has a different value than the one it would have if it was dropped alone. Do you know how I could extract indicator B values through an EA when B is dropped on indicator A? Many thanks for your