Topics
28 Apr 2013, 00:01
 3520
 3
04 Feb 2013, 21:23
 0
 2774
 2
06 Dec 2012, 01:18
 3020
 4
Replies

Dtp91
01 May 2013, 21:14

RE:
cAlgo_Development said:

Each broker configures minimal amount you can trade for each symbol. There is also minimal step between volumes, for example minimal volume can be 1000 and minimal step is 1000, sou you can trade only 1000, 2000, 3000 and so on... In this case you can not buy 1500.

Ok thank you

I didnt realize there was a minimum trade size


@Dtp91

Dtp91
24 Jan 2013, 22:50

RE:
admin said:

Market depth is not currently available for backtesting.

Thank you will this be included at any point 


@Dtp91

Dtp91
19 Jan 2013, 17:40

Hi 

I have read through the API documentation and found the market depth and volume.

/api/marketdepthentry

but when i try to use this in back testing it says that it is not supported.

 

How can I get volume data for use in back testing and real running.

 

Thank you


@Dtp91

Dtp91
06 Dec 2012, 12:45 ( Updated at: 23 Jan 2024, 13:11 )

RE:
admin said:

You can set notifications like PlaySound and SendEmail.

Please look at the examples here: [/docs/api/internals/inotifications]

 

 

 

Ive seen that thank you but i would like to set a function to close open trades before the close of the market.

When i say signals i mean. 

 

cAlgo.NewSgnal(EventThatTriggersThis, FunctionToBeCalled);

 

void FunctionToBeCalled

{

    whatever 

}

 


@Dtp91