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

PanagiotisCharalampous
29 Aug 2018, 12:44

Hi swingfish,

There is no bulit in way to do so. If you don't want the indicator to be displayed for past periods, you need to empty the  IndicatorDataSeries values (set to NaN) for that specific time period.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
29 Aug 2018, 10:08

Hi Sasha,

The new API has not been released to brokers yet. It works only for Spotware cTrader Beta.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
29 Aug 2018, 09:34

Hi tasr1r1,

We reproduced the issue and will be fixed in a future update.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
28 Aug 2018, 15:41

Hi procumulative@gmail.com,

We appreciate that you posted your suggestions. I would encourage you to post them in UserVoice so that they can get voted and considered by the product team. Please check in case they have already been posted first and if yes vote for them. We evaluate the ideas on a frequent basis and we respond on the status of the most popular ideas.

Best Regards,

Panagiotis

 


@PanagiotisCharalampous

PanagiotisCharalampous
27 Aug 2018, 12:18

Hi Lavio,

We have reproduced the issue and it will be fixed.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
27 Aug 2018, 12:15

Hi Patrick,

We will change this behavior in one of the next versions.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
27 Aug 2018, 11:42

Hi panudatebeam@gmail.com,

Thanks for posting in our forum. Please try the following

double sto2k = sto_mtf.PercentK.LastValue;
double sto2d = sto_mtf.PercentD.LastValue;

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
27 Aug 2018, 11:27

Hi Patrick,

We will check this and come back to you.

Best Regards,

Panagiotis


@PanagiotisCharalampous

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