PureBytes Links
Trading Reference Links
|
hello TJ
when i look at the .chart template, it stores both the formula and
the path of the formula file.
when i restore the template, would it use the formula stored in
<Formula> or the formula stored in FilePath
Both could be different when i rettore the template if i had changed
teh logic stored in the FilePath
<ChartID>1001</ChartID>
<PercentHeight>14</PercentHeight>
<Formula>_SECTION_BEGIN("Volume");\r\nPlot(
Volume, _DEFAULT_NAME(), IIf( C > O, ParamColor("Up Color",
colorGreen ), ParamColor("Down Color", colorRed ) ), ParamStyle
( "Style", styleHistogram | styleThick,
maskHistogram ) );\r\n_SECTION_END();\r\n\r\n_SECTION_BEGIN
("MA");\r\nP = ParamField("Price field",-1);\r\nPeriods = Param
("Periods", 15, 2, 200, 1, 10 );\r\nPlot( MA( P, Periods ),
_DEFAULT_NAME(), ParamColor( "Color", colorCycle ), ParamStyle
("Style")\r\n ); \r\n\r\n\r\n_SECTION_END();\r\n</Formula>
<FilePath>Formulas\\Custom\\Volume (color)
1.afl</FilePath>
<Flags>256</Flags>
<MoreFlags>1342177281</MoreFlags>
<Min>-2638.08</Min>
<Max>176149</Max>
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|