How to program own signal service - custom indicator?

Hi there

I just discovered new simple algorithm, that can be used for indicies to identify
when to trade and which direction - sitting all the day near computer is really boring,
so I want to create own signal service with sound and email notification to my gmail account.

PLease, does anybody can guide me?

Sounds like you need to build an EA. That would be the easiest way to do it.

Can you tell me about the strategy?

So, all the signal provider is create from an EA and combining from good strategy.
I’ve understood about this…
I think that we can make money from selling this signal…
Good idea…

just add

SendEmail(“subject”,“content”);
Alert(“Watch Charts Now”);

within your indicator logic