Replies

PanagiotisCharalampous
27 Aug 2018, 11:05

Hi usdissanayake@gmail.com,

See below an example

ModifyPosition(position, stopLossPrice, null, true);

The last parameter enables trailing stop loss.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
27 Aug 2018, 10:54

Hi Jeshayle,

cTrader 3.01 has not been rolled out to brokers yet. It is only available as a beta.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
27 Aug 2018, 10:51

Hi zerbo005@gmail.com,

Thanks for posting in our forum. All cTrader accounts can use FIX API, there is nothing to set up. If you need your FIX API credentials you can navigate to Settings > FIX API and get them. 

Let me know if this information resolves your question.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
27 Aug 2018, 10:43

Hi all,

The issue has been reproduced internally and will be fixed in an update.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
24 Aug 2018, 15:58

Hi Lavio,
You keep writing the same things over and over again. I will summarize below my replies to all subjects and leave the discussion here

  1. You insist in using only one instance of cTrader while we have advised you to use separate instances of cTrader Trade and cTrader Automate as so many other traders do without a problem.
  2. Indeed there is an issue when running two instances that might result in overriding your workspace and cBot settings but 
    1. We reproduced and acknowledged the issue and we are going to fix it. 
    2. There is a workaround which you can use until it is fixed. Just close the cTrader Trade instance last and there will be no issue. You can also try using different workspaces for each instance.
  3. You correlate the memory problem you face with the fact that we merged cTrader and cAlgo while there is no evidence neither any technical explanation how these two facts should be be related. We asked for the cBot and information on your setup in order to reproduce and fix the problem but you ignore our request insisting in your proposal to have the two applications separated, believing that this is the solution to the problem. I did not blame your cBot anywhere for the memory issue. We just need it to reproduce the issue and fix it.

Concluding, it would be much more productive to help us fix the current issues instead of writing all the time your suggestion to go back to cTrader and cAlgo, something that will probably not happen.

Best Regards,
Panagiotis 


@PanagiotisCharalampous

PanagiotisCharalampous
24 Aug 2018, 12:20

Hi courquinpasisa,

Symbol and other properties are populated only after the cBot is attached to a chart. MaClass is not attached to a chart, NewTest is, therefore the properties are not populated and you need to pass them as parameters.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
24 Aug 2018, 11:44

Ηι myinvestmentsfx,

The price is not directly accessible via the API but you can use the following function to calculate it.

private double GetFibonacciLevelPrice(ChartFibonacciRetracement fibo, double percentLevel)
{
    return (fibo.Y2 - fibo.Y1) * (1 - percentLevel / 100) + fibo.Y1;
}

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
24 Aug 2018, 11:41

Hi courquinpasisa,

Try to pass the Symbol.Ask value as a parameter to the new object rather than accessing it directly.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
24 Aug 2018, 11:00

Hi Piero,

Can you post the indicator so that I can check this?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
24 Aug 2018, 10:39

Hi Lavio,

These settings will be restored in the next version of cTrader. We will be updating Spotware Beta to 3.02 probably next week.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
24 Aug 2018, 10:34 ( Updated at: 21 Dec 2023, 09:20 )

Hi jcfebres,

Thanks for posting in our forum. Fibonacci retracements are part of our Line Studies tool therefore you do not need to install any indicator for that. See below

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
24 Aug 2018, 10:29

Hi Piero,

Visual Studio extension supports both 2015 and 2017 so there is nothing special you need to do. Just install VS 2017 and make is the default program to open solution files. The next time you will click on Edit in Visual Studio VS 2017 should launch instead.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
23 Aug 2018, 15:04

Hi deanmikan@gmail.com,

We have released an update today that should have fixed this issue.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
23 Aug 2018, 15:03

Hi Daniele,

We have released an update today that should have fixed this issue.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
23 Aug 2018, 15:02

Hi ceakuk,

We have released an update today that should have fixed this issue.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
23 Aug 2018, 12:41

Hi Simon,

cTrader Web 3.0 is still in beta. It has not been rolled out to brokers yet.

Best Regards

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
23 Aug 2018, 12:08

Hi myinvestmentsfx,

The method is only available in cTrader Automate 3.01 which is currently in Beta. It will be rolled out to brokers in the near future.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
23 Aug 2018, 11:48

Hi myinvestmentsfx,

See below an example

Chart.DrawFibonacciRetracement("Example", Server.Time, 1.14, Server.Time.AddDays(-1), 1.16, Color.Red);

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
23 Aug 2018, 10:13

Hi Patrick,

Could you please provide us with a screenshot/video of the issue so that we can check? Also let us know which broker's cTrader you are using.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
22 Aug 2018, 14:16

Hi usdissanayake@gmail.com,

Can you please post the full indicator source code?

Best Regards,

Panagiotis


@PanagiotisCharalampous