I have some custom buy and sell indicators in my ATS that can change values in a range in real time that can cause many buys and sells in a short time when the trade first starts.
Any ideas on the best way to smooth them out?
I thought I could do something like a moving average of the last X trades using a series with efsInternal. I see esignal has moving average functions sma, ema, wma, and vwma. I'm not sure which to use or how to code it.
Thanks for any help and ideas
Any ideas on the best way to smooth them out?
I thought I could do something like a moving average of the last X trades using a series with efsInternal. I see esignal has moving average functions sma, ema, wma, and vwma. I'm not sure which to use or how to code it.
Thanks for any help and ideas
Comment