Topics
Replies
rkokerti
02 Mar 2016, 23:38
( Updated at: 21 Dec 2023, 09:20 )
My PC is clear, clean installation done...
But exception is still there.
A művelet közben az alábbi hibák léptek fel.
* [2016.03.02. 22:32:50] System.Deployment.Application.InvalidDeploymentException (ManifestLoad)
- Kivétel keletkezett a jegyzék betöltésekor a(z) Common.LocalizedStrings.resources.dll forrásfájlból. A jegyzék érvénytelen, vagy nem nyitható meg a fájl.
- Forrás: System.Deployment
- Veremkivonat:
a következő helyen: System.Deployment.Application.Manifest.AssemblyManifest.ManifestLoadExceptionHelper(Exception exception, String filePath)
a következő helyen: System.Deployment.Application.Manifest.AssemblyManifest.LoadFromInternalManifestFile(String filePath)
a következő helyen: System.Deployment.Application.DownloadManager.ProcessDownloadedFile(Object sender, DownloadEventArgs e)
a következő helyen: System.Deployment.Application.FileDownloader.DownloadModifiedEventHandler.Invoke(Object sender, DownloadEventArgs e)
a következő helyen: System.Deployment.Application.FileDownloader.OnModified()
a következő helyen: System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
a következő helyen: System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
a következő helyen: System.Deployment.Application.FileDownloader.Download(SubscriptionState subState)
a következő helyen: System.Deployment.Application.DownloadManager.DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String targetDirectory, String group, IDownloadNotification notification, DownloadOptions options)
a következő helyen: System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
a következő helyen: System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
a következő helyen: System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
a következő helyen: System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
--- Belső kivétel ---
System.Deployment.Application.DeploymentException (InvalidManifest)
- Nem tölthető be a belső jegyzék az összetevőfájlból.
- Forrás:
- Veremkivonat:
@rkokerti
rkokerti
29 Feb 2016, 22:43
RE:
Spotware said:
Dear Trader,
Viruses may create a permanent damage on your OS functionality. The reason this exception appears is because another program (most probably a virus) is interfering with the download process of cTrader. We kindly ask you to check your PC for viruses and the perform a clean installation of cTrader as per the instruction given above.
As I wrote: "I cleand up my PC, but problem is the same. " and for sure I did the clean installation process as well.
@rkokerti
rkokerti
06 Feb 2016, 12:13
RE:
Spotware said:
Dear Trader,
We kindly ask you to scan your Computer for viruses. After you clean up your computer, please perform the instructions above again. If you face any difficulties performing any of the steps, please let us know.
After cleaned up my computer, now it's OK, working well.
@rkokerti
rkokerti
15 Dec 2014, 14:57
Dear Support,
Can You help me to solve this?
When I clikk to "Build" icon I receive this error message. This error occurs only on this indicator.
Error : Access to the path 'C:\Users\......\Documents\cAlgo\Sources\Indicators\Belkhayate\Belkhayate\bin\Debug\cAlgo.API.dll' is denied.
Thanks!
@rkokerti
rkokerti
09 Sep 2014, 15:15
RE:
rkokerti said:
It doesn't help.... :(
protected override void Initialize() { atr = Indicators.AverageTrueRange(5,MovingAverageType.Exponential); Timer.Start(5); } //----------------------------------------------------------------- protected override void OnTimer() { int index = MarketSeries.Close.Count-1; ATRValue = Math.Round(atr.Result[index] *10000 *(Symbol.PipValue / Symbol.PipSize)); PosPerc = Math.Round((ATRValue / Account.Equity *100),1); ChartObjects.DrawText("ATR",ATRValue.ToString() + " $" + "=" + PosPerc.ToString() + " %",index+2,MarketSeries.Close[index],VerticalAlignment.Center,HorizontalAlignment.Right,Colors.MediumSpringGreen); }
@rkokerti
rkokerti
09 Sep 2014, 15:13
It doesn't help.... :(
protected override void Initialize() { atr = Indicators.AverageTrueRange(5,MovingAverageType.Exponential); Timer.Start(5); } //----------------------------------------------------------------- protected override void OnTimer() { int index = MarketSeries.Close.Count-1; // ATRValue = Math.Round(atr.Result[index] *10000 *(Symbol.PipValue / Symbol.PipSize)); // PosPerc = Math.Round((ATRValue / Account.Equity *100),1); // ChartObjects.DrawText("ATR",ATRValue.ToString() + " $" + "=" + PosPerc.ToString() + " %",index+2,MarketSeries.Close[index],VerticalAlignment.Center,HorizontalAlignment.Right,Colors.MediumSpringGreen); }
@rkokerti
rkokerti
09 Sep 2014, 12:43
Dear Developers,
I continued the analysis of my indicator, to find the reason of huge CPU consumption.
I think I found the reason. If I remove the attached part of the code, then CPU consumption greatly reduced.
ATRValue = Math.Round(atr.Result[index] *10000 *(Symbol.PipValue / Symbol.PipSize)); PosPerc = Math.Round((ATRValue / Account.Equity *100),1); ChartObjects.DrawText("ATR",ATRValue.ToString() + " $" + "=" + PosPerc.ToString() + " %",index+2,MarketSeries.Close[index],VerticalAlignment.Center,HorizontalAlignment.Right,Colors.MediumSpringGreen);
Unfortunately, I need this code snippet, because this is the part of my Risk Management.
Another observation is that if there is no open position then CPU consumption low, otherwise very high.
There is something proposal how to solve this problem?
@rkokerti
rkokerti
04 Sep 2014, 15:19
Gentlemen!
I'm sorry to say this, but I'm a trader (user) here and now. I don't know what is the reason that I can not use cAlgo as intended.
Please do something to cAlgo working properly. A few minutes ago, when European Central Bank published Minimum Bid Rate, and therefore volatility sharp increased in the market, the cAlgo was absolutely useless.
So, Please do something!
@rkokerti
rkokerti
03 Sep 2014, 14:43
RE:
rkokerti said:
What is the expected release date? Because very cumbersome to use the software now.
I have a question in this connection. Why Spotware working properly while FxPro not? Same version number, same setup, but working differently. Can not be that, the problem is at on the broker side?
@rkokerti
rkokerti
27 Aug 2014, 17:41
( Updated at: 21 Dec 2023, 09:20 )
Today I received and install the new version of cAlgo. The ver. Nr. is 1.24.102 for both cAlgo software.
The CPU usage now worse than previously. FxPro use 6 times more CPU than Spotware cAlgo with same setup.
Please help me, because FxPro cAlgo crashes!
@rkokerti
rkokerti
06 Mar 2016, 20:37
Unfortunately, it did not help... I can't install cAlgo
@rkokerti