Replies

PanagiotisChar
06 Oct 2023, 05:38

Hi there,

You should talk to your broker for execution issues.


@PanagiotisChar

PanagiotisChar
06 Oct 2023, 05:37

I am not aware of any way to do this


@PanagiotisChar

PanagiotisChar
05 Oct 2023, 06:09

Hi there,

Does your broker offer this symbol? If it not on the list then probably not


@PanagiotisChar

PanagiotisChar
05 Oct 2023, 06:08 ( Updated at: 05 Oct 2023, 06:09 )

Bars and pips :)


@PanagiotisChar

PanagiotisChar
05 Oct 2023, 06:07 ( Updated at: 05 Oct 2023, 06:09 )

Hi there,

Did you talk to IC Markets?


@PanagiotisChar

PanagiotisChar
05 Oct 2023, 06:06 ( Updated at: 05 Oct 2023, 06:09 )

Hi there,

Swaps are already there and the leverage is taken from your account. The only thing missing now is the stop outs


@PanagiotisChar

PanagiotisChar
05 Oct 2023, 06:04 ( Updated at: 05 Oct 2023, 06:09 )

Hi there,

If you want somebody to do the job for you, you can post a Job. If you are trying to program it and you have a specific question, feel free to ask

 


@PanagiotisChar

PanagiotisChar
05 Oct 2023, 06:01 ( Updated at: 05 Oct 2023, 06:09 )

Unfortunately there isn't such an option


@PanagiotisChar

PanagiotisChar
05 Oct 2023, 05:59 ( Updated at: 05 Oct 2023, 06:09 )

Ok, it seems it only works on desktop. Probably it is not available on the Web


@PanagiotisChar

PanagiotisChar
05 Oct 2023, 05:58 ( Updated at: 21 Dec 2023, 09:23 )

Hi again,

Here you go

If you debug your indicator, VS will break at the exact point of the exception


@PanagiotisChar

PanagiotisChar
05 Oct 2023, 05:44

Hi there,

What exact help do you need? Somebody to write the cBot for you? Or do you have any specific question?

 


@PanagiotisChar

PanagiotisChar
05 Oct 2023, 05:43

Hi there,

Can you be more specific regarding what example do you need? Do you want to know how to add an indicator on the chart? What exactly do you mean by “initialize”?


@PanagiotisChar

PanagiotisChar
05 Oct 2023, 05:41

Hi there,

You should share the source code of at least one of these indicators so that the team can check


@PanagiotisChar

PanagiotisChar
05 Oct 2023, 05:41

Hi there,

The Algorithms section does not work as a store. If you want to sell your cBot, you need to develop your own licensing system and payment process. Check what others do.


@PanagiotisChar

PanagiotisChar
04 Oct 2023, 06:08 ( Updated at: 04 Oct 2023, 06:09 )

You can use a copying service like cMAM or Trade Copier

https://clickalgo.com/ctrader-trade-copy

https://www.trade-copier.com


@PanagiotisChar

PanagiotisChar
04 Oct 2023, 06:05 ( Updated at: 04 Oct 2023, 06:09 )

RE: RE: Downgrade of cTrader

piotrgolonka82 said: 

PanagiotisChar said: 

Hi there,

No it is not possible

 

Thanks.

So if downgrade is impossible - is there a possibility I can just uninstall current 4.8.27 and install 4.8.25?

Where can I get this version?

You can't. You can only use the latest version of cTrader


@PanagiotisChar

PanagiotisChar
04 Oct 2023, 06:05 ( Updated at: 04 Oct 2023, 06:09 )

Here is an example

            foreach (var order in PendingOrders)
            {
                order.ModifyVolume(2000);
            }


@PanagiotisChar

PanagiotisChar
04 Oct 2023, 06:03 ( Updated at: 04 Oct 2023, 06:09 )

Check your log, your indicator throws an exception. You need to fix that first.


@PanagiotisChar

PanagiotisChar
04 Oct 2023, 06:00 ( Updated at: 04 Oct 2023, 06:09 )

Hi there,

What is the question? What information are you missing to achieve this?


@PanagiotisChar

PanagiotisChar
04 Oct 2023, 05:59 ( Updated at: 04 Oct 2023, 06:09 )

RE: RE: 18000% backtesting bot doesn't perform good on live trading

acrigney said: 

Mate but if we want our code to run on minutes (i.e. not on ticks) then is it legitimate to backtest on minutes. Or should we backtest on ticks but convert the ticks to minute bars? When I capture the data on ticks live its a lot more than what you get on backtesting and I think on minute trading but I need to check.

PanagiotisCharalampous said: 

Hi isabakas,

Make sure that you are backtesting using tick data.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook

 

If your strategy contains tick related execution like TP or SL, you need to use tick data. Anything else will be wrong


@PanagiotisChar