amirfutures
New member
Hello, I'm trying to write the following formula using multi time-frame. Plotting it on a 5 min chart, using 15 min data.
Thanks
Code:
rec AccVol = (AccVol[1]+volume)/2;
plot MyVol = AccVol;
Thanks