OmniTrader Forum OmniTrader Forum
forums calendars search
today this week
 
register logon control panel Forum Rules
You are currently browsing as a guest.
You should logon to access more features
A Self-Moderated Community - ALL MEMBERS, PLEASE READ!
Vote for Members who contribute the most to your trading, and help us moderate content within the Forums.


This message cannot be deleted. It is the first message of the thread.
Administrators or moderators may choose to delete the entire thread


 
Jim Dean

Sage
20001000
Posts: 3022

Joined: 9/21/2006
Location: L'ville, GA

User Profile
 
Subject : Data Lost a Year
Posted : 10/5/2017 3:37 AM
Post #42508

Removed the post since the error was NOT related to OT/VT, etc.

BarHour() DOES work properly.

Sorry about the misunderstanding. I had a coding error ... the BarDates indicator should have included the "+.5" shown below. That removes the problem.

Again, sorry!

#Indicator
' Plot+return dates for each bar as YyMmDd
dim BarYmd as integer
BarYmd=(int(frac(baryear()/100)*100+.5)*100 _
+barmonth())*100 +bardayofmonth()
plot("Ymd",BarYmd, silver)
plotlabel(140000)
plotlabel(150000)
plotlabel(160000)
plotlabel(170000)
Return BarYmd


[Edited by Jim Dean on 10/5/2017 7:33 PM]

Deleting message 42508 : Data Lost a Year


Nirvana Systems
For any problems or issues please contact our Webmaster at webmaster@nirvsys.com.