From cdb674032298f867ec87f07d8bd3bfafa424f0fe Mon Sep 17 00:00:00 2001 From: Derek Melchin <38889814+DerekMelchin@users.noreply.github.com> Date: Fri, 20 Dec 2024 19:06:18 -0500 Subject: [PATCH] Update 03 Data Points.php --- 08 Drafts/05 Historical Data/06 Custom Data/03 Data Points.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08 Drafts/05 Historical Data/06 Custom Data/03 Data Points.php b/08 Drafts/05 Historical Data/06 Custom Data/03 Data Points.php index e3b5e63a66..f8e0a0af87 100644 --- a/08 Drafts/05 Historical Data/06 Custom Data/03 Data Points.php +++ b/08 Drafts/05 Historical Data/06 Custom Data/03 Data Points.php @@ -14,7 +14,7 @@
// Get the trailing 5 days of MyCustomDataType data. var history = History<MyCustomDataType>(datasetSymbol, 5, Resolution.Daily);-
# Get the trailing 5 days of =$datasetClass?> data in DataFrame format. +# Get the trailing 5 days of MyCustomDataType data in DataFrame format. history = self.history(dataset_symbol, 5, Resolution.DAILY)