hi, i believe the chart is refreshed every time an event happens. So when a new data point is received your chart is refreshed and therefor your AFL formula is executed. This process can be influenced using: RequestTimedRefresh( 1 ); (see manual).
If you like to perform certain actions at a certain time within a bar you can use Amibrokers timing functions for that. regards, Ed ----- Original Message ----- From: Davy Zhang To: [email protected] Sent: Wednesday, July 23, 2008 1:52 AM Subject: [amibroker] Run AFL formula every 1 minute Hello, It seems that AFL formular run every xx milisecond (?) by default. I'm using 1-minute chart to do automated trading, and would like to run the formular only at the beginig of the bar. Is there any way of doing this? Thank you in advance! Davy
