I am new to Esignal...is there someone that has written code for a volume study in a simple line version...as an option to the bar style? How would I find out if it exists?
koiroy
The existing Volume efs can be easily modified to plot as a line instead of a histogram.
Using the Editor (Tools-> EFS-> Editor) open the customVolume.efs that is in the EFS2 Custom folder. Then comment out line 16 that reads setPlotType(PLOTTYPE_HISTOGRAM,0);. To comment out a line insert // at the beginning of the line.
Save the efs with a different name
Alex
Comment