Support Board
Date/Time: Sat, 23 Nov 2024 23:34:48 +0000
Post From: Offering To The Community: Custom Stock Index Creator
[2016-12-12 21:48:42] |
Neo - Posts: 198 |
Are you sure it would be difficult to accurately reference each charts price in relation to VWAP? To me it seems that the ASCIL interface would make this relatively easy, however, I've got no real experience using ASCIL, so I can't really comment! -On each chart setup a VWAP study, add a color bar alert study using OHLC>ID1.SG1, so values (1,0) are outputted. -Create an ASCIL study using or Referencing Study/Indicator Data in an ACSIL Function http://www.sierrachart.com/index.php?page=doc/ACSILProgrammingConcepts.html#UsingStudyData -create input values for each potential chart( eg 100) -Calculate the Sum of all (1,0) to get % above VWAP FYI I have 100s of charts loaded during the day :) For a real-time calculation, you would only require the current day to be loaded on each chart, so if this works using a spreadsheet study then ASCIL should definitely handle the load ( based on 100 charts). A server side scanning feature would be awesome, however, you can currently create a decent real-time scanner using a Spreadsheet study as the frontend( the biggest limitation is the lack of conditional formatting/ column sorting) Date Time Of Last Edit: 2016-12-13 02:58:48
|