I want to calculate the value of Money Flow Oscillator and display it in MarketWatch.
My code worked perfectly in study but in watchlist column it always gave me wrong numbers.
Can somebody help, please?
My code is a simple as one line:
It can also be rephrased as below:
My code worked perfectly in study but in watchlist column it always gave me wrong numbers.
Can somebody help, please?
My code is a simple as one line:
MoneyFlowOscillator()."MoneyFlowOsc"
It can also be rephrased as below:
input length = 20;
plot scan = MoneyFlowOscillator();