There is no simple way at the moment. You would need to build your own store and licensing system. There is a plan for a cTrader Store but it will not come any time soon.
As shown in the image, my cbot is called “stop10”, but I can't find it in the dropdown list as you mentioned! So where can I find the log of my cbot???
Hi there,
The first screenshot comes from the Trade section, the second comes from the Algo section. If you will run the cBot in the algo section, you will not see the logs in the Trade section but in the Algo section.
Unfortunately there is no way to set names for lines manually drawn on the chart.
Best regards,
Panagiotis
Hello,
Thank you for responding. If i want to create an algo with two mannually drawn trendlines (line-A and line-B). Logic is if the price crossed below Line-A buy the ticker and if the price touches the Line-B close the position.
Is this possible to implement? this needs algo to read the mannuaaly drawn trendline, identify it and calculate the price based on the line. Point me if there are any examples/documentation on this on how to implement this.
Hi there,
Yes it is possible to do this but there is no specific documentation for this since this is rudimentary algebra and not a cTrader specific issue. A trendline's equation is ax+b, you need to use it to find the value of the trendline on each bar and determine if the price has crossed it or not.
1. You can get chart height in prices using Chart.TopY and Chart.BottomY 2. You can get chart height in pixels using Chart.Height 3. Chart.ScrollChanged allows to track changes in TopY and BottomY
Best Regards,
Panagiotis
Hi,
Does this work for any chart type like Heikin Ahsi? Because I only get zero when I run to get these values, Chart.TopY and Chart.BottomY, Chart.Height
Thanks in advance.
Hi there,
Yes it should. Share your code and your selected timeframe so that we can reproduce this behavior.
The Windows application has been released 13 years ago, while the Mac application was released just last year. Therefore it is expected that the Windows application will be more mature. Nevertheless, the Mac product team is working to add all the missing features to the Mac application.
Could you pleasesend us some troubleshooting information the next time this happens? Please paste a link to this discussion inside the text box before you submit it.
Thanks for your response, but I can't find my cBot in the location you mentioned. As shown in the image, my cBot is called “stop4”, but it's not in the algo section.
This is because the displayed logs are for the moving average. Choose your cBot in the relevant dropdown list
This website uses cookies to enhance site navigation, analyze site usage, and assist in our marketing efforts. By clicking “Accept All” you are providing your consent to our use of all cookies. Alternatively, please provide your choice by pressing “Customize Cookies”. For more information, please read our Privacy policy
PanagiotisCharalampous
02 Sep 2024, 06:06
Hi there,
There is no simple way at the moment. You would need to build your own store and licensing system. There is a plan for a cTrader Store but it will not come any time soon.
Best regards,
Panagiotis
@PanagiotisCharalampous