Commit 718ea4c0 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 73a03629
...@@ -33,7 +33,7 @@ async function init() { ...@@ -33,7 +33,7 @@ async function init() {
arr=_.uniqBy(arr, 'name'); arr=_.uniqBy(arr, 'name');
let header='RowNum,PPST1_stMnBarAge,PPST1_PvtPtPeriod,PPST1_AtrFactor,PPST1_AtrPeriod\n' let header='RowNum,PPST1_stMnBarAge,PPST1_PvtPtPeriod,PPST1_AtrFactor,PPST1_AtrPeriod\n'
for (let i=0;i<arr.length;i++) for (let i=0;i<100;i++)
{ {
let inline=(i+1)+','+arr[i].timeframe+','+arr[i].pvt+','+arr[i].factor+','+arr[i].period let inline=(i+1)+','+arr[i].timeframe+','+arr[i].pvt+','+arr[i].factor+','+arr[i].period
header=header+inline header=header+inline
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment