Magiccode2022
Magiccode2022
Hello Placed in front of any indicator [1] gives the data of the last closed candle, otherwise it returns the online data. In the website below, you can see all...
Hi Very thanks ........................... def check(market): handler = TA_Handler( screener="crypto", interval= Interval.INTERVAL_5_MINUTES, symbol=market, exchange="COINEX", ) handler.add_indicators([ "Candle.Engulfing.Bearish[1]", "Candle.Engulfing.Bullish[1]", ]) analysis = handler.get_analysis() pattern_count = 0 for key, value in analysis.indicators.items():...
Market=BTCUSDT RUN THIS FUNCTUON FROM WEB FORM Only change market Example : ETHUSDT