From bae564bf689dbed7c4ec298cca52c18d16996d5e Mon Sep 17 00:00:00 2001 From: Sik Yoon Date: Sun, 13 Aug 2023 00:22:22 +0900 Subject: [PATCH] Add comment --- src/value_estimation_team/indicators/supertrend.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/value_estimation_team/indicators/supertrend.rs b/src/value_estimation_team/indicators/supertrend.rs index 14f94ad..f39cc3c 100644 --- a/src/value_estimation_team/indicators/supertrend.rs +++ b/src/value_estimation_team/indicators/supertrend.rs @@ -55,7 +55,7 @@ impl ATRData { } } -// Implementation from TradingView Script (SuperTrend by KivancOzbilgic) +// Implementation from TradingView Script (SuperTrend by KivancOzbilgic, source price: closeprice) pub async fn supertrend( symbol: &String, input_rt_data: &Vec<(String, Vec)>,