Array

Created at 19 Aug 2014, 13:23
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
HI

hiba7rain

Joined 20.07.2014

Array
19 Aug 2014, 13:23


is it possible to use array on cBot or is there any other function to save previous values for the purpose of comparison?

for example to save the first/previous high price as a value and compare the new high price with it and so on

Thanks


@hiba7rain
Replies

modarkat
19 Aug 2014, 14:41

Yes, there are plenty of collections in c#:

http://msdn.microsoft.com/en-us/library/ybcx56wz.aspx


@modarkat

hiba7rain
19 Aug 2014, 15:35

RE:

Thanks I'll have a look at it

modarkat said:

Yes, there are plenty of collections in c#:

http://msdn.microsoft.com/en-us/library/ybcx56wz.aspx

 


@hiba7rain