Dear Tomaz. I hope you are doing well today, and thanks for continue support us,
I faced an issue when I want to demonstrate open value of ticker in the exploration window when I use foreign function,
Would you elaborate why that happed, and are there smart solution to handle that issue?
knowing as I used ODBC data source.
AddColumn( Foreign ( Name()+"FLOW" , "O",2) , "OPEN" , format = 1.8, fgcolor = colorDefault, bkcolor = colorDefault );
AddColumn( Low , "LOW" , format = 1.8, fgcolor = colorDefault, bkcolor = colorDefault );
AddColumn( Close , "CLOSE" , format = 1.8, fgcolor = colorDefault, bkcolor = colorDefault );
AddColumn( Volume , "VOLUME" , format = 1.8, fgcolor = colorDefault, bkcolor = colorDefault );
AddColumn( OpenInt , "VWAP" , format = 1.8, fgcolor = colorDefault, bkcolor = colorDefault );
Filter = 1;