Can you explain what are the differences by sharing a screenshot of the cTrader indicator and explain what you would expect to see instead?
Best regards,
Panagiotis
these are the same images for gold (XAUUSD) on both platforms on the 1 hour timeframe , i want the one in ctrader to look exactly like that of tradingview , more importantly i want it to respond as fast as tradingview. because tradingview calculates indicators whenever their values change even when their values are obtained from a timeframe different than that of the displayed chart. For example, this indicator in tradingview sums up the momentum oscillator value of the 5 mins chart and the momentum oscillator value of the 1 hour chart while the displayed chart here is the 1 hour timeframe, so it gives an early entry signal (crossover or crossunder zero line) on the 1 hour chart when compared to using the 1 hour oscillator by itself. However, when i tried doing the same idea in ctrader, i found that even when i added the value of the 5 mins oscillator to the 1 hour oscillator , the chart did not respond until after the completion of a full chart period/candlestick (1 hour in this case). So how can i rewrite the code to make it as responsive as tradingview ?
karimemad94
31 Dec 2024, 16:51 ( Updated at: 02 Jan 2025, 07:06 )
RE: indicator not working as expected
PanagiotisCharalampous said:
these are the same images for gold (XAUUSD) on both platforms on the 1 hour timeframe , i want the one in ctrader to look exactly like that of tradingview , more importantly i want it to respond as fast as tradingview. because tradingview calculates indicators whenever their values change even when their values are obtained from a timeframe different than that of the displayed chart. For example, this indicator in tradingview sums up the momentum oscillator value of the 5 mins chart and the momentum oscillator value of the 1 hour chart while the displayed chart here is the 1 hour timeframe, so it gives an early entry signal (crossover or crossunder zero line) on the 1 hour chart when compared to using the 1 hour oscillator by itself. However, when i tried doing the same idea in ctrader, i found that even when i added the value of the 5 mins oscillator to the 1 hour oscillator , the chart did not respond until after the completion of a full chart period/candlestick (1 hour in this case). So how can i rewrite the code to make it as responsive as tradingview ?
@karimemad94