As shown in the following script, I’d like to use a variable containing a list of column names as the metrics parameter in DolphinDB’s panel
function.
fields=`factor1`factor2`factor3`factor4
res1=panel(tmp.quarter, tmp.order_book_id, fields, time, , parallel=true)
Can someone please tell me how to write an effective script?