AFL Code to change Timing in Analysis

#41
kgsirasangi

Periodicity is 15 minutes.

All alerts are for the same time/price.

Its Run Every 5 min but its unticked.

Enable Alerts from - Automatica Analysis, Commentary and Indicators all are ticked.
 

pkgmtnl

Well-Known Member
#43
Hi All

I am using AFL code for NMA Swing Trading System.

When I do analysis, it shows results based on daily charts.

What code I should change to get the results (i.e. buy sell signs) for 5,15 or 30 or 60 minutes chart.

I do not have AFL Coding knowledge.

If required, I can paste the AFL Code here however I presume its very common.

Please also let me know how can i put a sound/e-mail alert once a buy/sell signal is generated.
Goto setting TAB of Exploration window and change time interval
 
#44


Are you still getting repeated emails for same timings?

Anant had given syntax as

AlertIf( Buy, "Email", "BUY triggered for " + Name() + " at price Rs."+WriteVal(C,5.2), 1,1+2 );

Kindly modify this as

AlertIf( Buy, "Email", "BUY triggered for " + Name() + " at price Rs."+WriteVal(C,5.2), 1);


With this above problem will get solved.

Regards
 

rpc

Active Member
#46
hi Vicky
Pls inform whether you are using paid service for RT quotes are you using free service.If you are using free service pls inform how it is done.
Thank you
rpc
 

Similar threads