Replies

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

PanagiotisCharalampous
22 Sep 2022, 09:14

Hi Omega,

It means that there is one cBot running on this chart.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2022, 16:46

Hi emileschneider7,

I could only observe this when the prices were invalid. If you can print the prices in the log and provide it, it might be helpful.

Best Regards,

Panagiotis 

Join us onTelegram andFacebook

 


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2022, 16:16

Hi emileschneider7,

I could not reproduce this issue with the provided source code but such cancellations usually happen when the price is not valid e.g. lower that the ask price for buy orders and higher than the bid price for sell orders.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2022, 15:09

Hi HexDex,

As far as I can see the indicator is called Kamz and not MyZigZag.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2022, 14:11

Hi yuval.ein,

Can you send me the solution at community@ctrader.com? I would like to have a look at this.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2022, 12:36

Hi ahmedalihajat,

Because I have been through this excersice before, most of the definitions and platform implementations out there agree with Investopedia. SEC is just vague and can be interpreted in many ways. MT4/MT5 implemented this differently hence why many traders are confused.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2022, 11:59

Hi yuval.ein.

You don't need to have the same folders. You just need to use the same assembly from the same folder for both projects.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2022, 10:55

Hi kim.iasalamo9881,

Please create a separate thread and provide more information about your problem.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous