Topics
Let us use visual studio 2013 for developing and debugging
completed Closed cTrader Automate
SuggestionsReplies
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 triednew and from the examples
I had the same issue some time ago. I succeeded to fix this following next instructions
- Close Visual Studio
- Open the Temporary ASP.NET Files folder and delete its contents.
- If the OS is Windows Vista, then the folder is %LocalAppData%\Temp\Temporary ASP.NET Files
- If the OS is Windows XP, then the folder is %WINDIR%\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
- Restart Visual Studio
- Open the project
@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
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:
@voulgeor