Add comment

This commit is contained in:
Sik Yoon 2023-08-13 00:22:22 +09:00
parent 45f640e3bc
commit bae564bf68

View File

@ -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( pub async fn supertrend(
symbol: &String, symbol: &String,
input_rt_data: &Vec<(String, Vec<RealtimePriceData>)>, input_rt_data: &Vec<(String, Vec<RealtimePriceData>)>,