// 20-period LOWEST // // This is not the official PRT code, but it shouldn’t be much different // Periods = 20 LowestPrice = 999999 FOR i = 0 TO (Periods – 1) LowestPrice = Min(close[i],LowestPrice) NEXT
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue