
Topics
Replies
PanagiotisCharalampous
07 Dec 2023, 13:14
Hi there,
This is a known issue and will be fixed soon. In the meanwhile, try restarting your computer. Sometimes it works.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2023, 13:08
RE: RE: How to Reference a non interactive Trend Line object
Giorgi_1 said:
PanagiotisCharalampous said:
Hi there,
Can you please share the complete cBot code? Are these lines drawn by the same cBot?
Best regards,
Panagiotis
Hi Panagiotis!
The lines were being drawn on cBot A, and the Print out on cBot B. I've now combined them, and they're working as expected.
So, essentially there is no issue. However, can you confirm that a non interactive Chart object can only be referenced by it's own cBot? And is that how it's meant to execute? In my mind, Chart.FindAllObjects would find all objects on the chart, regardless of their origin, perhaps my understanding is wrong?
Many Thanks,
Hi Giorgi,
That is correct. Non interactive objects are only accessible by the algo that created them.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2023, 06:41
Hi there,
Can you please share the complete cBot code and your broker so that we can reproduce this behavior?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2023, 06:37
Hi there,
Can you please share the complete cBot code? Are these lines drawn by the same cBot?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2023, 06:34
Hi there,
You can use the Reverse() method
https://help.ctrader.com/ctrader-automate/references/Trading/Positions/Position/?h=reverse#reverse-2
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2023, 06:32
Hi there,
You can use Security List Request to retrieve a list of symbols
https://help.ctrader.com/fix/specification/#security-list-request-msgtype35x
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Dec 2023, 06:51
Hi Hussam,
You have a business relationship with your broker, not with cTrader. Please talk to your broker.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Dec 2023, 06:49
Hi there,
Can you record a video demonstrating this behavior?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Dec 2023, 06:27
Hi there,
The position's volume is available in ProtoOAPosition.ProtoOATradeData
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Dec 2023, 06:22
Hi DelFonseca,
You can post this in the Suggestions section. Here it will be lost.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Dec 2023, 06:20
Hi there,
If you want to create a live cTrader account, you need to contact a broker that offers cTrader. You can find some here.
Best regards,
@PanagiotisCharalampous
PanagiotisCharalampous
05 Dec 2023, 06:48
Hi there,
You should contact FTMO regarding this question.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Dec 2023, 06:46
Hi Hussam,
You should contact your broker regarding this matter.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Dec 2023, 06:46
( Updated at: 21 Dec 2023, 09:23 )
Hi there,
You can find Market Replay here

Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Dec 2023, 06:46
( Updated at: 21 Dec 2023, 09:23 )
Hi there,
You can find Market Replay here

Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Dec 2023, 11:24
Hi there,
Unfortunately it is a lot of work to create a comprehensive example. If I find some time later, I will.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Dec 2023, 09:13
Hi there,
If you are planning to use Open API, you can use any operating system you want.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Dec 2023, 09:11
Hi there,
You should create your own structure where you should save the status of your position and keep track of what happened e.g.
public class PositionDetails
{
public Position position;
public bool PartialTPTriggered;
}
Then keep a list with one entry per position. When the partial tp is triggered set the PartialTPTriggered for that position to true. If it is triggered, do not trigger it again for that position.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Dec 2023, 08:59
Hi there,
Backtesting is only available on cTrader Automate.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2023, 13:21
Hi there,
We contacted you on your cTrader ID email some days ago regarding this matter. Please check.
Best regards,
Panagiotis
@PanagiotisCharalampous