I installed my new TradersStudio yesterday and I have some questions. I have imported data from Metastock (ASCII files) successfully, I have viewed charts, and I wrote a couple of new indicators and plotted them on my charts.
Questions:
I changed the candlestick "up" and "down" colors, but I can't change the candlestick "wick" color? ( Currently we do not support changing wick color)
When removing an indicator which changes bar colors, the bar colors stay on the chart - how do I remove the colored bar when the indicator is deleted? ( Not supported in 2.0 , but supported in 2.5)
Is ReDim required for BarArray? ( No)
Is there a maximum value for a BarArray index (max previous bars)? Yes.
Can I ReDim before each addition to an array? (Yes)
Can the ReDim value be a variable? (Yes)
Is there a way to easily "append" a new value onto an array, or do I have to specify the array index? (You can set one array to another undimmed array. )
BarColor(0) seems to be coloring the previous Bar and not the current Bar ?? ( Bug fixed in 2.5)
Plot1Ago(0) does not seem to be refering to anything?
Do CloseΎ], BarColor(0), and Plot1Ago(0) refer to the same time plot?
Where are the color constants documented - "vbWhite", etc.? ( in on line help)
The Help system refers to many "File" functions such as FileAppend, etc. Is there a function for "reading" a file? Where are there examples of the File functions? ( Documented in 2.5)
How many stock files can I process when I run a session? I use Metastock and I regularly scan 3000 stocks looking for stocks which meet my "buy" criteria? ( One customer did 4300 stocks, which I know of)
Thanks for you help,
Leland Brode |