1 Answer
<p id="isPasted">To add new trading sessions to indicators on trading platforms like TradingView or cTrader, you generally need to modify the indicator's settings or code. This involves defining the new session start and end times, potentially with specific time zones, and specifying how the session is visually represented on the chart. </p><p>Steps for modifying indicators:</p><p>1. Access Indicator Settings:</p><p>On platforms like TradingView, you can often find the indicator settings by clicking the settings icon next to the indicator's name. In cTrader Algo, you'll navigate to the "Indicators" tab and then the "New" button to modify indicator code. </p><p>2. Define New …</p>