Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

print to output window

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    print to output window

    how can i print the date,ohlc,volume to the output window?

    #2
    duck_CA, you could use something along this snippet below for example -

    Code:
    Print(" Date / Time " + Time[0].ToString() + " Open " + Open[0] + " High " + High[0] + " Lown " + Low[0] + " Close " + Close[0] + " VOL " + VOL()[0]);

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by kinfxhk, 07-14-2026, 09:39 AM
    0 responses
    128 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 10:18 AM
    0 responses
    105 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 09:50 AM
    0 responses
    86 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 07:21 AM
    0 responses
    105 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-11-2026, 02:11 AM
    0 responses
    86 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X