Hello There, In some code I have been studying, it has the following line: body=close-open Later in the code, it then refers to: body[2]<0 How has the “body” variable suddenly become an array-like indexable variable? The code in question comes from the following: https://www.prorealcode.com/prorealtime-indicators/candlesticks-patterns-indicator/ I’m new to PRT and its code so excuse the newbie questions! 🙂 Many thanks.