Topics
21 Sep 2015, 11:38
 2306
 1
19 Mar 2015, 15:46
 1
 2591
 2
04 Sep 2014, 17:35
 3701
 7
02 Sep 2014, 13:35
 0
 2892
 3
10 Apr 2014, 19:52
 2697
 2
03 Mar 2014, 14:38
 0
 2933
 3
24 Feb 2014, 12:45
 0
 2630
 3
09 Feb 2014, 16:20
 3335
 3
07 Feb 2014, 19:26
 1
 2586
 1
07 Jan 2014, 22:43
 7092
 7
29 Nov 2013, 18:32
 8
 1608
 5
Replies

mDull
28 Sep 2016, 16:24 ( Updated at: 28 Sep 2016, 16:25 )

This is the best way to lose your money. The Trailing Stop should be applied after a certain level of profit, not from the entrance.


@mDull

mDull
20 May 2015, 14:18

I'm seriously considering to stop using cTrader.


@mDull

mDull
05 Feb 2015, 22:12 ( Updated at: 21 Dec 2023, 09:20 )

RE:

In case anyone is interested, I solved with this:

                var _marketSeries = MarketData.GetSeries(Symbol, TimeFrame.Daily);

                double _DailyOpen = _marketSeries.Open.Last(0);
                double _DailyMax = _marketSeries.High.Last(0);
                double _DailyMin = _marketSeries.Low.Last(0);

                double _DailyAdvancePips = Math.Round(((Symbol.Bid - _DailyOpen) / Symbol.PipSize), 1);
                double _DailyAdvancePercentage = Math.Round((((Symbol.Bid - _DailyOpen) / _DailyOpen) * 100), 2);

Regards,

oguti said:

Hi, anyone know any methods to read the values appearing like "Daily Change%"

Thanks

 


@mDull

mDull
16 Jan 2015, 19:38 ( Updated at: 21 Dec 2023, 09:20 )

Hi, anyone know any methods to read the values appearing like "Daily Change%"

Thanks


@mDull

mDull
15 Jan 2015, 02:05

HI, try

[Indicator(AutoRescale = false)]

Good luck


@mDull

mDull
25 Oct 2014, 15:45

One solution might be to have more historical data. As the first anchor point in H4 does not exist in M15, can not draw the line correctly.

 

Regards,


@mDull

mDull
20 Oct 2014, 23:37

If you want the H1 SMA-200 into M1 Time Frame, you need 200 * 60 = 12.000 Candles Sticks, but cTrader don't have enough historical data in M1.


@mDull

mDull
20 Oct 2014, 23:20

And add the snap control to the Fibo tools...


@mDull

mDull
20 Oct 2014, 23:15

If we want to properly draw the trend lines in different Time Frames, we need more historical data, otherwise the snap point don't work properly because the Candle Stick doesn't exit.


@mDull

mDull
11 Sep 2014, 15:07

RE:

Hi joben, Do you have indicators running on your screen? If so, try without indicators, only the price. Please, report us if the problem is solved.

 

Regards,

 

 

jobenb said:

Hi

I have cTrader open with the all the Majors and it is extremely slow. I have about 600 open orders / positions and when I click on a tab to show the chart it takes quite awhile to open. This is even worse when I have workspaces enabled. When I am logged in to the cloud workspaces, the platform keep connecting and disconnecting and renders the application completely useless.

Please investigate /  try to test the platform with a 1000 orders / positions all running and updating at the same time with also being logged in to Workspaces.

Thank you for a great platform and all the improvements you guys are making!!

Kind regards,

 

Joben

 


@mDull

mDull
10 Sep 2014, 09:28

Is not a good idea to load the Workspace automatically. We will lose our previous work. Please, allow saving the current Workspace before loading the new.


@mDull

mDull
05 Sep 2014, 21:14 ( Updated at: 21 Dec 2023, 09:20 )

RE: RE: RE: RE:

What happens if I receive this error message?


We lose our job, again!!

Could not we save our Workspace on the hard drive?

Regards

oguti said:

I can't do it. If I try, last saved workspace is loaded and I will lose all my analysis again. I have already tried with another session.
Is not possible to log in without loading any Workspace?
Thanks and regards

 

Spotware said:

oguti said:

I don't think so.

If you close the cTrader without log in, when you open a new session cTrader load the last saved Workspace, not the last one used. I just checked.

 

Spotware said:

Your workspace is saved automatically when you exit cTrader so you always have the last workspace you worked at, saved. 

 

Workspaces is a cTrader ID feature. As long as you are connected to your cTrader ID your current workspace is automatically saved, and your last used workspace is always applied. Please always be logged in to your cTrader ID if you want to use the feature. 

 

 


@mDull

mDull
05 Sep 2014, 14:01

RE: RE: RE:

I can't do it. If I try, last saved workspace is loaded and I will lose all my analysis again. I have already tried with another session.
Is not possible to log in without loading any Workspace?
Thanks and regards

 

Spotware said:

oguti said:

I don't think so.

If you close the cTrader without log in, when you open a new session cTrader load the last saved Workspace, not the last one used. I just checked.

 

Spotware said:

Your workspace is saved automatically when you exit cTrader so you always have the last workspace you worked at, saved. 

 

Workspaces is a cTrader ID feature. As long as you are connected to your cTrader ID your current workspace is automatically saved, and your last used workspace is always applied. Please always be logged in to your cTrader ID if you want to use the feature. 

 


@mDull

mDull
04 Sep 2014, 18:15

RE:

I don't think so.

If you close the cTrader without log in, when you open a new session cTrader load the last saved Workspace, not the last one used. I just checked.

 

Spotware said:

Your workspace is saved automatically when you exit cTrader so you always have the last workspace you worked at, saved. 

 


@mDull

mDull
04 Sep 2014, 18:04

Arrg!! I hate this new feature. I'm continually losing my job. Why I can't save the configuration with the same name?
Please let me know when this feature is fully tested.
Thanks


@mDull

mDull
04 Sep 2014, 17:22 ( Updated at: 21 Dec 2023, 09:20 )

RE:

Problem solved, now I can log in.

Regards

oguti said:

I've the same problem. I can't enter in cTrader but I can enter in cAlgo without problems.

In cTrader I received this message:

In cAlgo I can log in:


Any suggestions?

Thanks

 

 


@mDull

mDull
02 Sep 2014, 13:25

It would be possible to implement an Undo/Redo in graphics?

(For example, if I delete a line or other object accidentally, it could be recovered with CTRL+Z)

Regards


@mDull

mDull
02 Sep 2014, 13:12 ( Updated at: 21 Dec 2023, 09:20 )

I've the same problem. I can't enter in cTrader but I can enter in cAlgo without problems.

In cTrader I received this message:

In cAlgo I can log in:


Any suggestions?

Thanks

 


@mDull

mDull
02 Sep 2014, 11:14

This is important to avoid some problems when calculating Aperture prices. For example, the annual opening in H1 does not coincide with the annual opening in M15, because it takes the first value in the series, which is less than 1 January.


@mDull