Recent content by jackyang1

  1. J

    Get syntax error, expecting 'bars'. Need your help!

    Code: inputs: Displace( 0 ) ; variables: HL( 0 ), Sew_O( 0 ), Sew_H( 0 ), Sew_L( 0 ), Sew_OHLC( 0 ), Sew_Next_O( 0 ); condition1 = Displace >= 0 or CurrentBar > AbsValue( Displace ) ; if condition1 then begin HL = ( High + Low ) /2; if Sew_O[1] >0 and HL[1] >0 then Sew_O = (...
Top