Topics
Replies
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
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
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
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