Forum

RSI of average (Open+Close)/2

Hi, Who is going to find the little bug in this code ? Compiler says unexpected square bracket... beats me.... Thanks in advance..for helping this peanut brain Dan //+---------------------------------------------------------------------+ //| | //| RSI of average (Open+Close)/2 . mq4 | //| |

Nesting indicators

Hello, I need a little help to code the RSI of this expression average ( (open+close)/2, length) instead of the close. length being declared as an input. getting confused and would really appreciate the push ! many thanks Daniel77