Date in Proscreener is displayed as 20.2M

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #68509 quote
    liorp
    Participant
    New

    Hello,
    I want to screen for a certain event and display the results according to the date. I keep getting “20.2M” as”Date” [see code below].
    Any idea, what I am doing wrong ?
    The test code to show this:

    bt = 10
    TIMEFRAME(daily)
    tmp = (Close[bt] > Open[bt])
    dbt= Date[bt]
    c1 = (tmp > 0)
    SCREENER[c1 ] ( (dbt ) AS “Date”)

    #68511 quote
    Nicolas
    Keymaster
    Master

    Date are in YYYYMMDD format. You can try to divide the dbt variable by 1000 (?) to decay the decimals.. (not tested).

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Date in Proscreener is displayed as 20.2M


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
liorp @liorp Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by Nicolas
7 years, 11 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 04/16/2018
Status: Active
Attachments: No files
Logo Logo
Loading...