Mail from ami to email

ocil

Well-Known Member
#3

KelvinHand

Well-Known Member
#4
Thanks kelvinHand you are master of amibroker. I have one issue when i configure the e-mail i received 50+ messages for one sell signal. Can you advice me what is the code for send mail only when candle close with signal. Thanka again for your help. My code is below:-

AlertIf( Buy, "EMAIL", "BUY @ " + C, 1 );
AlertIf( Sell, "EMAIL", "SELL @ " + C, 2 );
As long AS "EMAIL" is specified in the command parameter, you will had your meal.
Read the help guide yourself n Search the post in TJ and see how ppl do it.

If is too many messages, check your buy/sell condition, plot shape on chart to telly the message.
use ExRem() to filter
 

hir0406

Active Member
#5
Thanks kelvinHand you are master of amibroker. I have one issue when i configure the e-mail i received 50+ messages for one sell signal. Can you advice me what is the code for send mail only when candle close with signal. Thanka again for your help. My code is below:-

AlertIf( Buy, "EMAIL", "BUY @ " + C, 1 );
AlertIf( Sell, "EMAIL", "SELL @ " + C, 2 );
Even i face the same problem:confused::confused:
 

ocil

Well-Known Member
#6
I have tried everything but not be able to fix. Searching for last 6 month. Some time mail generated late or sometime 50+....let see when i can find or when great KelvinHand think for help.
 

KelvinHand

Well-Known Member
#7
I have tried everything but not be able to fix. Searching for last 6 month. Some time mail generated late or sometime 50+....let see when i can find or when great KelvinHand think for help.
Don't make my live difficult.
Simple as ABC will consider, too difficult, i cannot do.

I not very great, you can do it - RESEARCH.
- google the web.
- search the TJ and any web the related to AFL like Amibroker, wisestock...etc
- Collect the AFLs, save into your database.

That alls.
 

Similar threads