
Topics
Replies
PanagiotisCharalampous
14 Apr 2019, 13:05
Hi lec0456,
We cannot provide an explanation for this. This is exclusively the broker's decision.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Apr 2019, 13:02
Hi Forex Trader,
Our development team is checking this issue.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Apr 2019, 13:01
Hi irmantas1981,
I am not sure what your broker means but cTrader FIX API works the same way as any other FIX API. It is an API and you will need to develop an inteface to work with it.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Apr 2019, 17:48
( Updated at: 23 Jan 2024, 13:15 )
Hi dominhtri1995,
Ability to change symbol and timeframe have been added to v3.5. Read more [here].
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Apr 2019, 17:39
Hi reza h,
You need to contact your broker.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Apr 2019, 17:31
Hi Shaktale,
Thanks for posting in our forum. We have plans to implement OCO orders but we still do not have an ETA for this feature.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Apr 2019, 17:29
Hi Forex Trader,
What is the exact problem? Do you get any messages? Can you post a screenshot?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Apr 2019, 17:20
Hi Lorenzo,
Can you please send us troubleshooting information? To do so, press Ctrl+Alt+Shift+T, paste the link to this discussion in the text box and press Submit.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
10 Apr 2019, 18:41
Hi Szymon,
If you have a lot of accounts then it takes some time. Whai is your application ID? I should have sent you an email.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
10 Apr 2019, 18:35
Hi reza h,
If the question is why your account is disabled then not really. You need to sort this out with your broker.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
10 Apr 2019, 18:31
Hi kalaivani.ram1982@gmail.com,
Thanks for posting in our forum. You should talk to your broker regarding this.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
10 Apr 2019, 18:28
Hi FireMyst,
Try to round the TSL to one decimal place.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
10 Apr 2019, 16:33
Hi Lorenzo,
Thanks for posting in our forum. Which version of cTrader do you use?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
10 Apr 2019, 16:28
Hi Eliezer,
This is not supported at the moment. Backtesting data is available only until the previous day.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
10 Apr 2019, 16:26
Hi FireMyst,
No ETA at the moment but it should be in one of the upcoming upcoming updates.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
10 Apr 2019, 16:08
Hi Szymon,
Have a look at our Open API here https://connect.spotware.com.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
10 Apr 2019, 16:03
Hi a.fernandez.martinez,
Can you please post the full cBot code in text, not as an image?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
10 Apr 2019, 15:54
Hi a.fernandez.martinez,
You can pass the timeframe as a parameter like the below
using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; using cAlgo.Indicators; namespace cAlgo { [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)] public class NewIndicator : Indicator { [Parameter(DefaultValue = 0.0)] public TimeFrame Timeframe { get; set; } [Output("Main")] public IndicatorDataSeries Result { get; set; } MarketSeries series; protected override void Initialize() { series = MarketData.GetSeries(Timeframe); } public override void Calculate(int index) { Print(series.Close.LastValue); } } }
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
10 Apr 2019, 15:28
Hi Bruce,
Thanks for posting in our community. Can you try a hard refresh (Ctrl+F5) and let me know if this resolves the issue?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Apr 2019, 13:07
Hi DontAlgoMe,
cTrader supports workspaces. You can read more information about the feature here.
Best Regards,
Panagiotis
@PanagiotisCharalampous