You'll actually need to call it for any time frame you are referencing. The user may have it on an hourly chart but using the daily RSI, so you'd want to call (in this care):SteveHopwood wrote:Ehup guys
Just starting to catch up after 4 extremely frustrating days without an internet connection.
Re the possible missing bars thingy, the version in post 1 that I uploaded last Thursday includes the iBars thingy. In int init()Code: Select all
//This forces the platform to 2048 bars of data - necessary if this is a new Empty4 installation iBars(NULL, Period() );
This should do the trick unless I have misunderstood George's post about this.
Code: Select all
iBars(NULL,RsiTdTf);