Forum

Time Series Forecast (TSF) - doesn´t move in the security window (real time)

Dear community, Does anyone know why the following TSF doesn´t move in EURUSD M1 automatically? Unfortunately it shows only the most recent values after new, manual compilation: //+------------------------------------------------------------------+ //| Time Series Forecast.mq4 | //| Copyright ©

Indicator on tick basis

Dear community, I would like to create a RSI indicator on tick basis rather than bars. Since e.g. " IndicatorCounted ()" counts only bars and there is no "Bid()" or "Ask()" (only "close()" etc.). Do you think it is possible to create a RSI on tick basis? Of course, I can use an array to count Bids