Hi
I'm a newbie here. This is my first post. I hope someone will help me to resolve a issue I'm facing in AmiBroker.
I have set up Email alert in AmiBroker>Preference>Alert correctly. I have also tested a TEST mail OK from Alert window.
However I still don't get email from AFL in my mailbox although I get Buy signals from this AFL during Scan.
Do you see anything wrong in this Email code ?
Buy = Cross(MA(C, 20), MA(C,50));
AlertIf(Buy,"EMAIL","A sample alert on"+FullName(),1);
How do I debug whats going wrong ?
I'm a newbie here. This is my first post. I hope someone will help me to resolve a issue I'm facing in AmiBroker.
I have set up Email alert in AmiBroker>Preference>Alert correctly. I have also tested a TEST mail OK from Alert window.
However I still don't get email from AFL in my mailbox although I get Buy signals from this AFL during Scan.
Do you see anything wrong in this Email code ?
Buy = Cross(MA(C, 20), MA(C,50));
AlertIf(Buy,"EMAIL","A sample alert on"+FullName(),1);
How do I debug whats going wrong ?