if( Close[i] > MA( Close, 20 )[i] ) Buy[i] = 1;
Your public links are automatically deleted after 13 months. If you delete a link, you'll still have access to the thread in your AI Mode history. Learn more Delete all public links?
Variables in AFL are case-sensitive and can hold either single numeric values or arrays. The system automatically handles array indexing, allowing you to write:
// Semicolons terminate each statement