New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.

Can anyone write me a Scan

Hi : I am a struggling to write a scan , and I would happily pay somebody who could write me a specific scan based on a particular single metric. Cheers Robert

Comments

  • The first step to writing a scan is to state what you want in "plain english".

    For instance,

    I want to see MACD Line cross over MACD Signal when both Line and Signal are below zero.

    And the scan for that would be

    and [MACD Line(12,26,9) < 0] // Line below zero
    and [MACD Signal(12,26,9) < 0] // Signal below zero

    and [MACD Line(12,26,9) x MACD Signal(12,26,9)] // Line crosses above zero

    So, if you like, post your plain english scan here and we can point you in the right direction.
  • That's really helpful. Thanks

Sign In or Register to comment.