Date in Proscreener is displayed as 20.2M

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #68509 quote
    liorpliorp
    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
    NicolasNicolas
    Keymaster
    Legend

    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.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

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 NicolasNicolas
8 years, 5 months ago.

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