Skip to content

Commit

Permalink
HBS-0: upd perf market cap pine
Browse files Browse the repository at this point in the history
  • Loading branch information
stimofeev-tv committed Feb 19, 2024
1 parent e2db62f commit b06ffea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion links/performance_market_cap.pine.link
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fundPerfYTD() =>

lastI = 0
for i = 1 to bar_index
if year(time[i], syminfo.timezone) < year
if year(time[i]) < year
lastI := i - 1
break

Expand Down
Loading

0 comments on commit b06ffea

Please sign in to comment.