You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
225 B
10 lines
225 B
2 years ago
|
|
||
|
login('admin', '123456')
|
||
|
|
||
|
tt = table(100:0, `code`m_nDate`m_nTime`m_nSide`m_nPrice`m_nOrderItems`m_nABItems`m_nABVolume, [SYMBOL, DATE, TIME, INT, FLOAT, INT, INT, INT[]])
|
||
|
|
||
|
share t as gt
|
||
|
|
||
|
share tt as gtt
|
||
|
|
||
|
dropStreamTable(gt)
|