10basetom / Publications
Forum
Help with porting ThinkScript's recursion variables
Hi, I'm trying to port a ThinkScript to MT5 but struggling on this part of the code: [ThinkScript] def upper = if close[ 1 ] < upper[ 1 ] then Min(up, upper[ 1 ]) else up; How would you declare upper in MT5? Thanks, Tom