Topics
Replies
PanagiotisCharalampous
19 Feb 2024, 06:25
Hi there,
Better post your suggestions in the correct topic below
https://ctrader.com/forum/suggestions
@PanagiotisCharalampous
PanagiotisCharalampous
18 Feb 2024, 06:57
RE: RE: How to Execute Second position on Same Direction with StopLoss at Middle Point from first positon StopLoss and Current Price.
garnak123 said:
PanagiotisCharalampous said:
Hi there,
The stop loss parameter should be in pips, not in absolute price. So you need to calculate the relevant pips so that the stop loss is set at the correct price level.
Best regards,
Panagiotis
For me to do this i dont have to just add “"" * Symbol.Pipzise “”” at the end?
NewSL_Value = (P.StopLoss.Value + MidCalculation) * Symbol.Pipzise;
No, you should first calculate the distance from the entry price and then divide by the pip size.
@PanagiotisCharalampous
PanagiotisCharalampous
18 Feb 2024, 06:55
RE: RE: RE: RE: for mac os 10.13
makmik44 said:
makmik44 said:
PanagiotisCharalampous said:
makmik44 said:
i have mac os 10.13 . i cant install ctader
The supported versions are written in the announcement
The application is optimised for macOS 14 but also supports older versions, starting from macOS 10.15.
thank you sir i know .
but Will you provide users mac os 10.13 to use ctrader soon?
No we do not have such plans
@PanagiotisCharalampous
PanagiotisCharalampous
18 Feb 2024, 06:54
RE: RE: Indicator
Bergmeister said:
PanagiotisCharalampous said:
Where can we download this indicator from?
You can download is from Ctrader.com Algorithms
Please share the link
@PanagiotisCharalampous
PanagiotisCharalampous
18 Feb 2024, 06:53
RE: RE: RE: RE: cTrader - Plugins
cyril269 said:
PanagiotisCharalampous said:
cyril269 said:
PanagiotisCharalampous said:
Hi there,
Plugins will be available in the upcoming major update.
Best regards,
Panagiotis
Is there a potential timeline on when the major update will be released?
Hopefully sometime in the following weeks :)
Is it possible to get a prerelease version of the ctrader.automate nuget that has plugin support?
Unfortunately we do not offer a prerelease version
@PanagiotisCharalampous
PanagiotisCharalampous
18 Feb 2024, 06:52
RE: RE: Targets different on backtest and live
acrigney said:
The target pips for my limit orders is only 1 pip and on live the winning orders are around the 1 pip amount. But on the backtesting the limit orders take much more than that. This might be caused by there being a lot less data on backtesting than on live?
PanagiotisCharalampous said:
Hi acrigney,
I do not understand what is the issue you are trying to describe here :) Can you elaborate more on your description?
Best regards,
Panagiotis
How can we reproduce this?
@PanagiotisCharalampous
PanagiotisCharalampous
17 Feb 2024, 10:40
Hi acrigney,
I do not understand what is the issue you are trying to describe here :) Can you elaborate more on your description?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
17 Feb 2024, 10:37
RE: for mac os 10.13
makmik44 said:
i have mac os 10.13 . i cant install ctader
The supported versions are written in the announcement
The application is optimised for macOS 14 but also supports older versions, starting from macOS 10.15.
@PanagiotisCharalampous
PanagiotisCharalampous
17 Feb 2024, 10:37
RE: for mac os 10.13
makmik44 said:
i have mac os 10.13 . i cant install ctader
The supported versions are written in the announcement
The application is optimised for macOS 14 but also supports older versions, starting from macOS 10.15.
@PanagiotisCharalampous
PanagiotisCharalampous
17 Feb 2024, 10:35
Where can we download this indicator from?
@PanagiotisCharalampous
PanagiotisCharalampous
16 Feb 2024, 11:46
Hi there,
You can find the references below
https://help.ctrader.com/ctrader-automate/references/
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Feb 2024, 11:45
Hi there,
It is hard for anybody to assist you without the source code for your indicator and cBot, as well as steps to reproduce this behavior.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Feb 2024, 11:43
RE: RE: Copy trade
solnew said:
PanagiotisCharalampous said:
Hi there,
Can you please provide more information about your issue?
Best regards,
Panagiotis
Hi cTRADER
I am from Europa, i tray to copy trade on live account but , it is not working . what is the problem i do not Knowe.
Hi there,
What exactly is not working? Do you get any messages? Can you share screenshots?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Feb 2024, 11:42
Hi there,
Can you please provide more information?
- Which indicator do you use?
- Do you get any messages?
- Are there any messages in the log?
- Can you provide screenshots/videos showing what you are looking at?
Best regards
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Feb 2024, 11:40
RE: RE: Async execution in backtest
ncel01 said:
PanagiotisCharalampous said:
Hi ncel01,
Out of curiosity, what would you expect to happened? Async execution cannot be realistically simulated as there is no server that we need to wait to respond.
Best regards,
Panagiotis
Hi Panagiotis,
I was thinking of a built-in delay (e.g.: 100ms), instead of an instantaneous execution, associated to all the async methods to simulate the server response time.
At first glance this seems to me something feasible to be implemented but maybe I am wrong.
Hi ncel01,
Understood. You could post it in Suggestions and the team can consider this based on the feasibility.
Best regards,
@PanagiotisCharalampous
PanagiotisCharalampous
16 Feb 2024, 07:48
Hi there,
Can you please let us know the version of cTrader you use?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Feb 2024, 07:31
Hi there,
You should contact your broker regarding issues with historical prices.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Feb 2024, 07:30
Hi there,
Unfortunately this is not possible using cTrader Automate API.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Feb 2024, 07:23
Hi there,
Thank you for reporting this issue. Could you please send us some troubleshooting information the next time this happens? Please paste a link to this discussion inside the text box before you submit it.
If you can also record a video of what you are looking at, it would be helpful
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Feb 2024, 06:31
RE: RE: RE: RE: Indicator
Bergmeister said:
Looks good here. Make sure the colors you selected are not tranparent. Also check the log in case of any errors
@PanagiotisCharalampous