DT
Topics
28 Apr 2013, 00:01
3606
3
04 Feb 2013, 21:23
0
2851
2
06 Dec 2012, 01:18
3060
4
Replies
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
Dtp91
01 May 2013, 21:14
RE:
Ok thank you
I didnt realize there was a minimum trade size
@Dtp91