Replies

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

PanagiotisCharalampous
05 Nov 2024, 08:45

Hi there, 

This is as designed. cTrader uses a different convention to TradingView. The opening price of the bar is the first tick arriving for the bar. It seems that TradingView uses the previous bar's closing price instead.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
05 Nov 2024, 08:39

Hi there,

You should talk to the tool developer.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
05 Nov 2024, 08:35

Hi there,

Chart objects have a Name property. You can use it to identify them.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
05 Nov 2024, 08:24

RE: RE: Pivot point / copy paste option not working

antekgolab said: 

PanagiotisCharalampous said: 

Hi there,

Unfortunately I did not understand your problem. Can you explain which pivot points are you referring to? Regarding pasting, just use Ctrl+V.

Best regards,

Panagiotis

in older version when you click on F folder you see other then pivot points on new version when you click on F folder you see some algorytm options see pictures old version and new one version

 

Hi there,

These screenshots are not from cTrader for Mac but from cTrader Web. They are two different applications.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
05 Nov 2024, 08:21

Hi there,

In cTrader you can use plug ins to achieve something similar. Find more info below

https://help.ctrader.com/ctrader-algo/articles/for-developers/how-to-create-plugins-for-asp/

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
05 Nov 2024, 08:14

Hi there,

Please use the Suggestions section for your suggestions.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
05 Nov 2024, 08:11

Hi there,

This issue should have been resolved. Please check again.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
05 Nov 2024, 08:10

Hi there,

This is not impossible unfortunately.

Best regards,

Panagiotis


@PanagiotisCharalampous