mt4 afl convert

  1. E

    Converting this Smoothing MA MT4 into AFL - Help Needed

    Please can anybody help converting this smoothing MA in MQ4 to AFL? Screen shot attached. Thank you. Here is the code ============ // List of Prices: // Price = 0 - Close // Price = 1 - Open // Price = 2 - High // Price = 3 - Low // Price = 4 - Median Price = (High+Low)/2 // Price...