Jump to content
Medved Trader Forums

Intraday vs Historical


Recommended Posts

I have a scanner that I can run on both intraday a daily, but there are a couple things I would like to disable when running it as daily.  Of course I could just duplicate the scan and make one for daily and one for intraday, but I'm wondering if there is a way to identify whether I'm using intraday or historical charts.... it would go something like this.

If (Indtraday chart) 

if (High >= SymbolData.High - offset)

result += "High Of Day";

}
}

The scan I use on daily (historical) and intraday are almost identical, thus I hate to duplicate the scan. 

Edited by Kevin N
didn mean to submit yet...
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...