PanagiotisCharalampous's avatar
PanagiotisCharalampous
26 follower(s) 0 following 1006 subscription(s)
Replies

PanagiotisCharalampous
26 Sep 2022, 10:20

Hi Samuel,

Can you make your question more specific? If you don't know how to do this, better assing the job to a professional.

Best Regards,

Panagiotis 

Join us onTelegram andFacebook


@PanagiotisCharalampous

PanagiotisCharalampous
26 Sep 2022, 10:08

Hi waym77,

There is no such method in the API at the moment

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
26 Sep 2022, 10:06

Hi isabakas,

Make sure that you are backtesting using tick data.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
26 Sep 2022, 10:04

Hi herve.limousy,

There is no option for this at the moment. cTrader always starts with the workspace that was selected the last time cTrader was closed.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
26 Sep 2022, 10:01

Hi hzha0067,

I cannot reproduce any problem with the deal map. Can you please record a video with the exact steps you are following so that we can see what you are looking at?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
26 Sep 2022, 09:49

Hi sansand,

Yes, when there is no other interaction with the server, you need to send heatbeats to keep the connection alive. If you stop sending heartbeats, the connection will be dropped after some seconds.

Best Regards,

Panagiotis 

Join us onTelegram andFacebook


@PanagiotisCharalampous

PanagiotisCharalampous
22 Sep 2022, 16:17

Hi sansand,

The server does not send any confirmations for heartbeats. If the connection is not dropped and you keep receiving heartbeats from the server, then it means tou are doing it right.

Best Regards,

Panagiotis 

Join us onTelegram andFacebook


@PanagiotisCharalampous

PanagiotisCharalampous
22 Sep 2022, 15:23 ( Updated at: 22 Sep 2022, 15:24 )

Hi noob7,

No, you need to contrusct them yourserf using H1 bars.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook

 


@PanagiotisCharalampous

PanagiotisCharalampous
22 Sep 2022, 14:58

Hi samachua2011,

You can do this but first you need to make the haClose and haOpen series public. Then you need to check them from the cBot.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
22 Sep 2022, 14:41

Hi Perseverance,

I did not wtite anywhere that there was a margin call or that anybody else than you made a withdrawal.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
22 Sep 2022, 14:04

Hi Lisa,

We received the exception report. Our team will investigate.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
22 Sep 2022, 13:40

Hi HexDex,

Add the namespace in the using section.

Best Regards,

Panagiotis 

Join us onTelegram andFacebook


@PanagiotisCharalampous

PanagiotisCharalampous
22 Sep 2022, 12:48

Hi joeroeder94,

Please share the message you are sending as well.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
22 Sep 2022, 12:43

Hi HexDex,

You don't seem to reference the Indicator's namespace

namespace cAlgo.Indicators
{
    [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class MyZigZag:Indicator
    {

inside the cBot

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using cAlgo.API;
using cAlgo.API.Collections;
using cAlgo.API.Indicators;
using cAlgo.API.Internals;

Best Regards,

Panagiotis 

Join us onTelegram andFacebook


@PanagiotisCharalampous

PanagiotisCharalampous
22 Sep 2022, 12:00

Hi ctid3999979,

Can you please record a video demonstrating this behavior so that we can see what are you looking at?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
22 Sep 2022, 11:45

Hi ME-Pepper,

If you download and install the link I provided, you will be able to access your Pepperstone account.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
22 Sep 2022, 10:54

Hi ME-Pepper,

Can you try reproducting this on 4.3.12? It's a cross broker version and this issue should have been fixed there.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
22 Sep 2022, 10:37

Hi ME-Pepper,

Which version of cTrader do you use?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
22 Sep 2022, 10:36

Hi there,

Thanks for the feedback but it would be more helpful if you could provide exact information about every issue you face so that we can address it.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook

 


@PanagiotisCharalampous

PanagiotisCharalampous
22 Sep 2022, 09:20

Hi there,

Probably because you have no positions open.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous