Number is not enough!!!
Number is not enough!!!
13 Jul 2015, 09:06
I testing my bot. I have 2 problem, one is I cannot invest over 1000 million$ so I fix code to split to 999 with a lot of order, not problem.
Error is : 13/07/2015 04:01:00.000 | Crashed in OnBar with ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index\
I think that the environment of the cAlgo is int(32bit number cannot more than 2100billion) My next invest volumn is 21660000000$ so it is more than int32bit cannot contain. The system to 64bit int64 can contain 9,000,000,000,000,000,000.
Replies
chatcpe
13 Jul 2015, 09:09
( Updated at: 21 Dec 2023, 09:20 )
RE:
chatcpe said:
I testing my bot. I have 2 problem, one is I cannot invest over 1000 million$ so I fix code to split to 999 with a lot of order, not problem.
Error is : 13/07/2015 04:01:00.000 | Crashed in OnBar with ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index\
I think that the environment of the cAlgo is int(32bit number cannot more than 2100billion) My next invest volumn is 21660000000$ so it is more than int32bit cannot contain. The system to 64bit int64 can contain 9,000,000,000,000,000,000.
@chatcpe
Spotware
04 Dec 2015, 14:42
Dear Trader,
It isn't in current our plans to support big numbers. We kindly ask you to post your suggestion to http://vote.spotware.com/ and if it collects enough votes we will consider it.
@Spotware
chatcpe
13 Jul 2015, 09:08 ( Updated at: 21 Dec 2023, 09:20 )
RE:
chatcpe said:
@chatcpe