News Plots
API reference for sovai.plots.news.news_plots
Functions
create_plot_news_sent_price()
create_plot_news_sent_price()def create_plot_news_sent_price(ticker, variable, df_price, df_news)plot_above_sentiment_returns()
plot_above_sentiment_returns()def plot_above_sentiment_returns(df_news = None, tickers = None)fetch_and_prepare_data()
fetch_and_prepare_data()def fetch_and_prepare_data(ticker, variables)calculate_sharpe_ratio()
calculate_sharpe_ratio()def calculate_sharpe_ratio(returns, risk_free_rate = 0.02)calculate_max_drawdown()
calculate_max_drawdown()calculate_strategy_performance()
calculate_strategy_performance()calculate_accuracy()
calculate_accuracy()optimize_parameters()
optimize_parameters()create_plot()
create_plot()plot_news_daily()
plot_news_daily()dash_news_ts_analysis()
dash_news_ts_analysis()Last updated