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

PanagiotisCharalampous
07 Nov 2024, 07:15

Hi all,

This problem should have been resolved by now. Please restart your cTrader and in case you still experience problems, please send us some troubleshooting information quoting this thread.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Nov 2024, 07:15

Hi all,

This problem should have been resolved by now. Please restart your cTrader and in case you still experience problems, please send us some troubleshooting information quoting this thread.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Nov 2024, 07:13

Hi all,

This problem should have been resolved by now. Please restart your cTrader and in case you still experience problems, please send us some troubleshooting information quoting this thread.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Nov 2024, 07:13

Hi there,

This problem should have been resolved by now. Please restart your cTrader and in case you still experience problems, please send us some troubleshooting information quoting this thread.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Nov 2024, 07:13

Hi all,

This problem should have been resolved by now. Please restart your cTrader and in case you still experience problems, please send us some troubleshooting information quoting this thread.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Nov 2024, 07:12

Hi there,

This problem should have been resolved by now. Please restart your cTrader and in case you still experience problems, please send us some troubleshooting information quoting this thread.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Nov 2024, 07:11

Hi there,

Missing features will be added gradually to the application.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Nov 2024, 07:09

Hi all,

This problem should have been resolved by now. Please restart your cTrader and in case you still experience problems, please send us some troubleshooting information quoting this thread.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Nov 2024, 07:08

Hi there,

This problem should have been resolved by now. Please restart your cTrader and in case you still experience problems, please send us some troubleshooting information quoting this thread.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Nov 2024, 07:07

Hi all,

This problem should have been resolved by now. Please restart your cTrader and in case you still experience problems, please send us some troubleshooting information quoting this thread.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Nov 2024, 07:06

Hi all,

This problem should have been resolved by now. Please restart your cTrader and in case you still experience problems, please send us some troubleshooting information quoting this thread.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Nov 2024, 07:06

Hi all,

This problem should have been resolved by now. Please restart your cTrader and in case you still experience problems, please send us some troubleshooting information quoting this thread.

Best regards,

Panagiotis


 


@PanagiotisCharalampous

PanagiotisCharalampous
07 Nov 2024, 07:00

Hi there,

There isn't one, you would need to program something yourself.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Nov 2024, 06:58

Hi there,

If you don't know how to program, it's better to assign the job to a professional.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
06 Nov 2024, 14:33

RE: RE: Strategy Provider

cristofer said: 

PanagiotisCharalampous said: 

Hi CTforRB,

At the moment, your followers will not be able to follow your trades, if their symbol name is different, but we plan to address this issue, at least for popular symbols, in the next update of cTrader Copy.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook

Hi,

this was answered years ago, Im wondering if this was added already?

Thanks

Hi there,

Yes it was.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
06 Nov 2024, 07:44

Hi there,

Unfortunately cTrader CLI is not supported on Linux.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
06 Nov 2024, 07:03

Hi there,

cTrader Copy Results are not guaranteed and may vary compared to those of the strategy provider due to the following reasons

  • Differences between Your positions' entry and closing prices and those of the strategy provider.
  • Differences in the size of Your positions compared to those of the strategy provider.
  • Variations in the commissions You pay to Your broker compared to those of the strategy provider.
  • The possibility that Your broker does not offer the same trading symbols used in the strategy.
  • Insufficient margin in Your account to copy some of the orders executed in the strategy.
  • Differences in the stop out levels, which might cause Your account to be stopped out, while the strategy provider continues to trade.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
05 Nov 2024, 13:01

Hi there,

There have not been any changes in Open API for the last two versions. The repository proto messages are the latest.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
05 Nov 2024, 12:02

Hi there,

It seems you are using the current RSI value in your checks, something that can cause false signals since the value can change by the time the candle is finalized. Try this instead

bool closeLoss = rsi.Result.Last(1)< RsiCloseLoss && rsi.Result.Last(2) < RsiCloseLoss; 
bool closeProfit = rsi.Result.Last(1) > RsiCloseProfit && rsi.Result.Last(2) > RsiCloseProfit;

if (closeLoss || closeProfit){
   CloseAllPositions(); //Just normal Close all positions
}   

@PanagiotisCharalampous

PanagiotisCharalampous
05 Nov 2024, 08:52

Hi there,

Can you share logs with the exact messages exchanged with timestamps?

Best regards,

Panagiotis


@PanagiotisCharalampous