Topics
03 Feb 2016, 23:21
 5193
 17
19 Nov 2015, 09:18
 3132
 2
16 Jul 2015, 23:25
 2325
 4
26 Feb 2015, 21:20
 3005
 3
11 Sep 2014, 22:30
 0
 2904
 2
30 Aug 2014, 16:51
 1929
 1
22 Aug 2014, 18:05
 7066
 31
20 Aug 2014, 12:30
 3040
 3
14 Jul 2014, 12:48
 2829
 7
16 Jun 2014, 00:39
 2359
 2
22 May 2014, 16:17
 4009
 10
29 Mar 2014, 15:41
 3468
 4
27 Jan 2014, 08:20
 3359
 6
09 Jan 2014, 00:35
 4731
 15
22 Nov 2013, 00:51
 3063
 6
Replies

rkokerti
06 Mar 2016, 20:37

Unfortunately, it did not help... I can't install cAlgo


@rkokerti

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
29 Feb 2016, 08:37

Again the same problem... I cleand up my PC, but problem is the same. 

I do not understand something. Why always have this problem, when I install a new version of cAlgo / cTrader? 


@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
04 Feb 2016, 19:14

I did your instruction step by step, but unfortunatelly the result the same: Exception msg


@rkokerti

rkokerti
26 Feb 2015, 22:00

I'm not sure, but maybe it is affected to:

calgo-pepperstone-setup.exe

and 

ctrader-pepperstone-etup.exe


@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
08 Sep 2014, 20:21 ( Updated at: 21 Dec 2023, 09:20 )

Any update on this?

 


@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
03 Sep 2014, 12:59

What is the expected release date? Because very cumbersome to use the software now.


@rkokerti

rkokerti
29 Aug 2014, 17:20

I just use Custom Indicators...  but they have worked well so far. In any case, I send to.

 


@rkokerti

rkokerti
29 Aug 2014, 16:58 ( Updated at: 21 Dec 2023, 09:20 )

Please do something with cAlgo, always crashes...


@rkokerti

rkokerti
28 Aug 2014, 12:04 ( Updated at: 21 Dec 2023, 09:20 )

...and sometimes this happens. Crashes :(


@rkokerti

rkokerti
28 Aug 2014, 11:30 ( Updated at: 21 Dec 2023, 09:20 )

This is my new measurement result. I received a new update or bugfix last night...


@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