PureBytes Links
Trading Reference Links
|
1. Is it possible to make the style of the plot contingent upon
different conditions?
e.g if x is true plot line and if y is true plot histogram and if z
is true do not plot anything(stylehidden) etc
2. Am trying to use the ASc() function in the following manner:
SGNL_TYP=
IIf(BC1,Asc("X"),
IIf(BC2,Asc("OS"),
IIf(BC3,Asc("DVRGNC"),
Asc("Z")
)
)
)
;
AddColumn(sgnl_typ,"SGNL_TYP",2);
However instead of the output coming as letters the column shows numbers.
Whats wrong with the code? Can someone please help me fix it?
TIA
Regards
Rakesh
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.30/674 - Release Date: 2/7/2007 3:33 PM
|