Custom Signals

Created at 06 Dec 2012, 01:18
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!
DT

Dtp91

Joined 04.12.2012

Custom Signals
06 Dec 2012, 01:18


Hi 

 

Is there away to set your own signals?

I would like to setup a function to be called at the end of the weeks trading, but I cant see a signal to be called at a set time. 

 

Is there a way to setup custom signal or a signal already included I havent seen?

Thank you


@Dtp91
Replies

admin
06 Dec 2012, 09:30 ( Updated at: 15 Jan 2024, 14:51 )

You can set notifications like PlaySound and SendEmail.

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

 


@admin

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

admin
10 Dec 2012, 17:43

Thank you for the suggestion. We will consider adding such an event to the API.

 


@admin