
Topics
Replies
PanagiotisCharalampous
16 Jun 2024, 05:57
RE: RE: IC markets return only 200 bars when calling MarketData.GetBars
lubiqet said:
I'm using it on line 27. It doesn't work. I tried also to put it into the while loop until the history is bigger than N, and it just goes forever.
PanagiotisCharalampous said:
Hi there,
You can use LoadMoreHistory() to load more data.
Best regards,
Panagiotis
This method only works in backtesting in v5.0
@PanagiotisCharalampous
PanagiotisCharalampous
16 Jun 2024, 05:56
Hi there,
Can you record a video demonstrating what you are experiencing?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
15 Jun 2024, 06:49
Hi there,
You can use LoadMoreHistory() to load more data.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
15 Jun 2024, 06:48
Hi ncel01,
This information is not available at the moment.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
15 Jun 2024, 06:46
Hi there,
This is not possible at the moment. Each application has it's own set of workspaces.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
15 Jun 2024, 06:43
RE: RE: cBot in cloud
w_den said:
PanagiotisCharalampous said:
Hi there,
Read below
https://help.ctrader.com/ctrader-algo/synchronisation/
Best regards,
Panagiotis
I see
in the description what you sended to me.
I don't have this option in my application.
Are there any requirements to have it?
Hi there,
This is only available in v5.0. Make sure you are using v5.0.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
15 Jun 2024, 06:42
Hi Robert,
Unfortunately your description of your problem is not clear. Try to enhance it with some screenshots and/or videos so that we can understand what you are experiencing.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
15 Jun 2024, 06:34
Hi there,
No it is not possible at the moment.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
15 Jun 2024, 06:34
Hi there,
No it is not possible at the moment.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Jun 2024, 12:22
Hi there,
Read below
https://help.ctrader.com/ctrader-algo/synchronisation/
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Jun 2024, 12:07
Hi there,
In history, you just see the executed deals. So you see entry and closing price. The stop loss price is just a trigger price for the relevant order, it's not relevant to the deal itself
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Jun 2024, 12:06
Hi there,
I am not sure how do you connect cloud execution and CLI execution. They are two separate things. What do you expect to see?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Jun 2024, 05:21
RE: RE: Universal Instance Creation Bug?
Clark22 said:
PanagiotisCharalampous said:
Hi there,
Your description is not clear. Can you please share some screenshots/videos that will help us understand what you are looking at?
Best regards,
Panagiotis
1 of the cbots in the list had two instances which i had created, and now all of the sample bots have instances for the same instruments, somehow automatically created by ctrader.
Hi there,
It's hard to help you without screenshots and steps to reproduce this behavior.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Jun 2024, 05:19
Hi there,
You can only program indicators on cTrader Desktop. If you are looking to assign the job to somebody, contact me at development@clickalgo.com.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Jun 2024, 05:17
Hi Alex,
There is a Python example in the link below
https://github.com/spotware/cTraderFixPy
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Jun 2024, 05:14
Hi there,
Try https://www.trade-copier.com. You can have one master and one slave account for free.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Jun 2024, 05:13
Hi there,
You need to ask your broker to link your account to a different cTrader ID.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Jun 2024, 05:12
RE: RE: My Strategy does not appear in search result even so it fulfills all requirements
Kaspricci said:
PanagiotisCharalampous said:
Hi there,
Do you have open positions?
Best regards,
Panagiotis
Not now. But every day I open new positions and close them. As you can see from my trading history.
As per the requirements, only strategies with open positions are shown
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jun 2024, 10:23
RE: RE: RE: RE: RE: Issue Closing positions from an Indicator
jim.tollan said:
jim.tollan said:
PanagiotisCharalampous said:
Hi Jim,This option is only available in cTrader v5.0.
Best regards,
Panagiotis
Problem solved then :). I knew it must be a simple fix. I won't be updating to v5 until my broker does, so I guess I'll have to wait for that.
Thanks for your speedy response and for saving me going round the houses trying fixes on this.
Cheers
jim
can confirm that this all works with v5.x. and did ask for additional permissions before actioning it. I know that v4.xx development will have ceased, but is there any chance of a hotfix for this on the broker versions that will be on v4.xx for some time to come?? it's such a useful feature to have all position based actions available via the indicator.
Nope :) You would need to wait for 5.0
@PanagiotisCharalampous
PanagiotisCharalampous
16 Jun 2024, 05:58
RE: RE: Bar.LoadMoreHistory() on multiple timeframes and multiple indicators fails in backtesting & optimizing; please enable it !
lubiqet said:
Hi there,
This feature was released in v5.0
Best regards,
Panagiotis
@PanagiotisCharalampous