Topics
Forum Topics not found
Replies
Edward357Johnson
21 Feb 2025, 09:24
Hi there! I'd be happy to help you with this. It's great that you're diving into coding to customize your TradingView indicators. Let's see if we can figure out how to replicate the plotshape function in cAlgo.
In Pine Script, the plotshape function is used to plot shapes on the chart based on certain conditions. To achieve a similar effect in cAlgo, you can use the AddArrow method to draw arrows on the chart.
@Edward357Johnson
Edward357Johnson
21 Feb 2025, 09:24
( Updated at: 22 Feb 2025, 04:16 )
Hi there! I'd be happy to help you with this. It's great that you're diving into coding to customize your TradingView indicators. Let's see if we can figure out how to replicate the plotshape function in cAlgo.
In Pine Script, the plotshape function is used to plot shapes on the chart based on certain conditions. To achieve a similar myOneonta Portal effect in cAlgo, you can use the AddArrow method to draw arrows on the chart.
@Edward357Johnson
Edward357Johnson
20 Feb 2025, 05:28
( Updated at: 21 Feb 2025, 04:32 )
Upon receipt of the ProtoOASymbolChangedEvent message, you typically need to update your symbol MyThedaCare Login list to reflect the changes. Issuing a new ProtoOASymbolsListReq request is indeed the correct action to take. This will ensure that your application has the latest symbol information.
@Edward357Johnson
Edward357Johnson
18 Feb 2025, 07:53
Hello!
Thanks for the info I will try to figure it out for more.
@Edward357Johnson
Edward357Johnson
18 Feb 2025, 07:53
( Updated at: 19 Feb 2025, 09:17 )
Hello!
Thanks for the info I will try to figure it out for more.
Best Regards,
edward
@Edward357Johnson
Edward357Johnson
14 Feb 2025, 10:45
( Updated at: 18 Feb 2025, 03:43 )
Hello!
It sounds like you're encountering an issue with running a multi-timeframe Commodity Channel Index (CCI) on the cloud, which works fine on your desktop. The error Frontline IEP indicates a MissingMethodException, suggesting that the method CommodityChannelIndex is not found in the cloud environment.
This could be due to a version mismatch or unsupported feature in the cloud environment. I recommend reaching out to your cloud provider or the support team for your trading platform to confirm if multi-timeframe CCI is supported in the cloud.
@Edward357Johnson
Edward357Johnson
13 Feb 2025, 11:47
( Updated at: 14 Feb 2025, 18:18 )
AI tools like ChatGPT are popular among traders, but they have limitations for developing trading strategies in cTrader. ChatGPT lacks real-time market data access, a deep understanding of cTrader’s API, and generates incomplete code. It also can't perform thorough strategy optimization, risk management, or ensure security and reliability. Specialized tools and human expertise are necessary for robust, profitable trading strategies.
@Edward357Johnson
Edward357Johnson
12 Feb 2025, 10:33
( Updated at: 14 Feb 2025, 18:22 )
Hello!
That sounds like a fantastic feature! Implementing "Visual Scripts" using drag and drop Nodes in cTraders Algo would greatly enhance user experience and accessibility. Users could easily create complex algorithms without needing deep programming knowledge, similar to many game engines and 3D software.
By providing a list of Nodes corresponding to built-in member methods and allowing users to connect these nodes with inputs and outputs, it would streamline the process and make it more intuitive.
@Edward357Johnson
Edward357Johnson
22 Feb 2025, 06:23
Hello!
Yes, for a plugin that reads multiple price data with multiple timeframes, you typically need to refresh the MarketData command in the timer event to ensure the data is up-to-date. This approach helps maintain accurate and current information for your analysis or trading strategies.
@Edward357Johnson