Develop a custom MT5 indicator that visualizes trend strength using a combination of ADX and price action. It should display as a panel on the chart with real-time updates.
Create a Python-based crypto trading bot that connects to the Binance API, executes trades based on a predefined strategy, and includes error handling and real-time data logging.
Implement and backtest a breakout trading strategy using historical EUR/USD data. Optimize parameters such as breakout thresholds, stop-loss, and take-profit levels for best risk-reward ratio.
Take an existing Pine Script strategy and rewrite it in NinjaScript 8 for use in NinjaTrader. Ensure the strategy matches original logic and includes backtesting capability.
Create a Pine Script indicator that identifies bullish and bearish divergences between price and RSI. It should highlight divergence points and send optional alerts.