I would like to have the moving averages on an advanced chart displayed at all times, along with the rate of change, either on the chart itself or in a separate box.
In a different charting program (ErlangerQuote) I was able to do this using the formula:
MOV(C, 15, 0, 3) - MOV(C, 15, 3, 3)
which essentially took the moving average of the current candle and subtracted the moving average value from three candles prior to get the rate of change. Rising was a positive number, falling was a negative number. Cells could even be color coded.
However, after much experimentation I cannot find a way to do this with eSignal. I am not even able to constantly display the current moving average value on the chart either with the cursor window or snapshot. I must be missing something somewhere.....
Any help would be greatly appreciated.
BTW using eSignal v7.1
In a different charting program (ErlangerQuote) I was able to do this using the formula:
MOV(C, 15, 0, 3) - MOV(C, 15, 3, 3)
which essentially took the moving average of the current candle and subtracted the moving average value from three candles prior to get the rate of change. Rising was a positive number, falling was a negative number. Cells could even be color coded.
However, after much experimentation I cannot find a way to do this with eSignal. I am not even able to constantly display the current moving average value on the chart either with the cursor window or snapshot. I must be missing something somewhere.....
Any help would be greatly appreciated.
BTW using eSignal v7.1
Comment