Topics
Replies
PanagiotisCharalampous
28 Feb 2020, 09:44
Hi acrigney,
I tested your token and seems fine to me
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Feb 2020, 09:27
Hi acrigney,
Please send the client ID, client Secret, token and host in text format at community@spotware.com so that I can check.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Feb 2020, 08:43
Hi acrigney,
US30 is 10015. 10016 is XBRUSD.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Feb 2020, 08:37
Hi acrigney,
I just tried this and I see no issues. Please make sure everything is correct.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Feb 2020, 08:28
Hi b917187,
The indicator seems to inherit from another indicator called Divergence. You need to include this indicator to your project.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Feb 2020, 08:25
Hi traderfxmaster007,
Thanks for your suggestion. Please post suggestions in the Suggestions section.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Feb 2020, 12:04
Hi David,
Thanks for the clarification. As explained above, you can find these values in the Top, Bottom, Main data series of each Bollinger Band. Check the reference here.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Feb 2020, 11:07
Hi David,
I was actually asking what are you trying to do at the specific line of code where you get an error. What are you trying to compare? On a higher level we are all trying to do the same thing, make money :).
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Feb 2020, 10:58
Hi David,
Unfortunately I do not have time to study your strategy neither I can engage in custom development. It would be easier to stick to the technical questions you have related to the use of the API. If what you are looking for is to check the values of the Bollinger Bands then you can find these values in the Top, Bottom, Main data series. Check the reference here.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Feb 2020, 08:43
Hi Thoy,
No but you can already do this with a TextBlock.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Feb 2020, 08:23
Hi Takis,
Can you provide us with the indicator?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Feb 2020, 08:20
Hi David,
You need to explain what are you trying to do at that point.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Feb 2020, 14:46
Hi tnt_22,
I have forwarded your proposal to the product team for consideration.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Feb 2020, 12:47
Hi DisciplinedMindset,
There is no way to prevent demo accounts from copying your strategy at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Feb 2020, 12:16
RE:
rob.p.marshall said:
Thank you! Thank you! Thank you!. I looked everywhere and didn't see this little alien face. I always wondered what that was for.
It is not an alien, it is a robot :)
@PanagiotisCharalampous
PanagiotisCharalampous
26 Feb 2020, 12:06
( Updated at: 21 Dec 2023, 09:21 )
Hi Rob,
There is a cBots button in each chart to add your cBot instances. See below
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Feb 2020, 11:44
( Updated at: 21 Dec 2023, 09:21 )
Hi Rob,
You can detach a chart pressing the Detach Chart button inside the chart tab. See below
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Feb 2020, 11:27
( Updated at: 21 Dec 2023, 09:21 )
Hi Rob,
You can do this in cTrader Trade. See below
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Feb 2020, 10:47
Hi David,
Can I use this "var _s2 = MarketData.GetSeries("EURUSD", TimeFrame)" to get bid/ask values of certain symbols?
No you cannot. You can only get bid prices if you use t1 timeframe. However you can use MarketData.GetTicks() and construct a series out of it. See an example below
var ticks = MarketData.GetTicks();
var series = CreateDataSeries();
int i = 0;
foreach (var tick in ticks)
{
series[i] = tick.Ask;
i++;
}
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Feb 2020, 09:59
Hi jc-46,
Thanks for your nice comments! I am afraid that there is no such feature at the moment.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous