am trying to apply EMA formula and based on condition adding new column for BUY or SELL using Pandas, but i see redraw issue is there.... once i get BUY or SELL signal....after few seconds its disappearing. please help
when I apply EMA on pandas dataframe....and got 2 separate column for buy and sell condition...am facing redraw issue during live market data In 5 mins candle data When buy sell condition matches...sell or buy is appearing in previous row and immediately disappearing mostly candle make high above previous candle and close below previous candle.
In 5 mins candle data When buy sell condition matches...sell or buy is appearing in previous row and immediately disappearing mostly candle make high above previous candle and close below previous candle.