Forum

asynchronous object get values

Hi, In multiple chart applications, how do you get the objects value of a chart other than the current one?!!! thanks

HELP HELP HELP HELP ------->>> about ObjectGetValueByTime

Hi guys, I am working with 4 charts at the same time and each chart has own EA's.I attached a regression channel on a sub-window at each chart(for ex. on chart RSI(14)). OBJECTS VALUES have to be used in EA, so the code ----ObjectGetValueByTime----- should be considered. but this function works

HELP HELP HELP ::::: How to get Regression Channel value?

Hi guys, I,m trying to get regression channel value with this code below : ObjectCreate("trend_regression", OBJ_REGRESSION ,0,Time[200],0,Time[0],0); ObjectSet("trend_regression",OBJPROP_DEVIATION,1); Print("REG : ",ObjectGetValueByTime(ChartID(),"trend_regression",Time[0],0)); but I encounter with