Search found 2 matches

Re: MT4 Indicator requests and ideas

Hi all. Sorry for posting an external link. The pine code for Van Tharp's SQN. Can anyone please recode into mql/MT4? study(title="SQN-ChrisD-Fallible", shorttitle="SQN-ChrisD-Fallible", overlay = false) Period = input(100, minval=5, title="Period") close_difference = close/close[1]-1 Stdev = stdev ...

Return to the advanced search