Topics
15 May 2014, 21:58
 3537
 11
11 Dec 2013, 23:52
 104
 1371
 2
Replies

voulgeor
23 May 2014, 02:13

RE: RE: RE: RE:

yes this only happens to calgo projects

I am a developer and all my other projects compile just fine.

it fails on my laptop  desktop and my dedicated server also.

same error every time

Error 1 The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))  12 28 
 

Invalid said:

Does it happen only with cAlgo projects? Could you try to create C# project from VS and to build it.

By the way, does it give you any details about this exception? Usually it has some stack trace what can help to understand the reason of your problem.

 

voulgeor said:

thanks but that didn't work for me.

 

 


@voulgeor

voulgeor
22 May 2014, 16:58

RE: RE:

thanks but that didn't work for me.

Invalid said:

voulgeor said:

Using Visual studio ultimate 2013

every time I am trying to build robot code I get

Error 1 The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))  12 28 
this happens with every robot a tried

new and from the examples

 

I had the same issue some time ago. I succeeded to fix this following next instructions

  1. Close Visual Studio
  2. Open the Temporary ASP.NET Files folder and delete its contents.
    1. If the OS is Windows Vista, then the folder is %LocalAppData%\Temp\Temporary ASP.NET Files
    2. If the OS is Windows XP, then the folder is %WINDIR%\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
  3. Restart Visual Studio
  4. Open the project

 


@voulgeor

voulgeor
22 May 2014, 13:52

RE:

!bump!

voulgeor said:

yes I can.

 

 

 


@voulgeor

voulgeor
16 May 2014, 14:24

yes I can.

 

 


@voulgeor

voulgeor
16 Aug 2013, 15:07

RE: RE: RE:

algoforce said:

voulgeor said:

there a time frame for those changes ?

our robot has to check data on larger timeframes before trading so is very important .

is there a temporary work around?

we  want to move our customers from a different broker and mt4 to your platform but those limitations are a serious  deal breaker.

I cant believe that someone thought that multimeframe and multicurrency check was not important when designed the platform.

thanks

 

Scyware.com has api for quick work around .

 

However Spotware did say

"This is correct and I completely agree with this. We had historical reasons for this, and now we understand that we wust rework this. Next thing we do in cAlgo is implementing access to data of multiple timeframe and multiple symbols."

Yes but when is that next thing?

i need to know so i can make a business decision soon.

i have robots to convert from mt4 test and put them on live trading (on a new platform)

i have customers waiting for that.

the scyware work around doesnt do it for me because of the type of the robots. there is allot of overhead to the system .

i just need the time frame parameter on each indi as is on the mt4.

anyway i just need a time frame of completion if it doesnt exist i have to search for a different platform.

thanks.

 


@voulgeor

voulgeor
16 Aug 2013, 12:20

RE:

 

2. Algos only have access to data from chart they are on.

 

Why do these platform developers think that an algo is some sort of indicator that you attach to a chart? The fact that they've built a new platform with such limitations is worrying.

This is correct and I completely agree with this. We had historical reasons for this, and now we understand that we wust rework this. Next thing we do in cAlgo is implementing access to data of multiple timeframe and multiple symbols.

 

hi is there a time frame for those changes ?

our robot has to check data on larger timeframes before trading so is very important .

is there a temporary work around?

we  want to move our customers from a different broker and mt4 to your platform but those limitations are a serious  deal breaker.

I cant believe that someone thought that multimeframe and multicurrency check was not important when designed the platform.

thanks


@voulgeor