PureBytes Links
Trading Reference Links
|
Just noticed that the red line in your bottom chart looks to be a 100 period MA not 89.
Please check that and let me know because its cut off at the end and I can't quite see
everything.
Also place the formula of the bottom chart in a text file along with a screen
shot of the associated parameter window and email to me.
Regards,
William Peters (AmiBroker Group Moderator)
www.amitools.com
Saturday, March 12, 2005, 7:53:47 AM, you wrote:
JG> Hi,
JG> The top chart is with a blank price chart and ma applied per your last
JG> e-mail. The bottom chart is a stock price chart with all formulas. Note the
JG> red ma just at top of price line at around 13:00 hours. Note top chart
JG> slightly below. And off to left are other notable differences. Now for
JG> another weird thing. When + or minus the whole chart the ma stay in the same
JG> place, unlike previous sent pictures. So, on the main price chart (top) all
JG> formulas have been erased and then the bottom chart is a saved stock price
JG> chart with all formulas but with '//' in front of plot statements. Thus
JG> either way I believe there is a diff of display of ma, thus a bug.
JG> Am surprised that if you put the '//' in front of plot on stock price chart,
JG> you do not get my problems. Also, on stock price chart there are NO have
JG> 'StyleOwnScale' checked.
JG> Jerry Gress
JG> Stockton, Ca.
JG> Ps after the screen shot I went back and displayed the green ma and it is
JG> 10,826.3 not 10,829.6, thus two ma for the same price data.
JG> Jerry Gress
JG> Stockton, Ca.
JG> -----Original Message-----
JG> From: William Peters [mailto:william@xxxxxxxxxxx]
JG> Sent: Saturday, March 12, 2005 4:15 AM
JG> To: Jerry Gress
JG> Subject: Re: [amibroker] AB 4.70rc1 moving average changes with number bars
JG> shown
JG> Jerry,
JG> I don't see any of the problems you describe and I've been using this new
JG> version
JG> for sometime now.
JG> I should have also mentioned to check that all of the parameters, like
JG> 'Price'
JG> and whatever other indicators are on the chart do NOT have 'StyleOwnScale'
JG> checked.
JG> If you can get the size of your graphics files down to around 50kb post a
JG> shot of
JG> your parameters window or send it to me privately if you like.
JG> Here is a simple formula, when you get the time paste it into
JG> a new indicator then apply and let us know whether you see the same problem.
JG> (Be care of line wraps)
JG> _SECTION_BEGIN("Price");
JG> SetChartOptions(0,chartShowArrows|chartShowDates);
JG> _N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo
JG> %g, Close %g (%.1f%%) {{VALUES}}", O, H, L, C, SelectedValue( ROC( C, 1 ) )
JG> ));
JG> Plot( C, "Close", ParamColor("Color", colorBlack ), styleNoTitle |
JG> ParamStyle("Style") | GetPriceStyle() );
JG> _SECTION_END();
JG> _SECTION_BEGIN("MA");
JG> P = ParamField("Price field",-1);
JG> Periods = Param("Periods", 89, 2, 200, 1, 10 );
JG> Plot( MA( P, Periods ), _DEFAULT_NAME(), ParamColor( "Color", colorCycle ),
JG> ParamStyle("Style") );
JG> _SECTION_END();
JG> Regards,
JG> William Peters (AmiBroker Group Moderator)
JG> www.amitools.com
JG> Saturday, March 12, 2005, 1:39:04 AM, you wrote:
JG>> Hi William,
JG>> Under parameters for the long ma set at 89 and under style there are no
JG>> boxes checked.
JG>> Ok now try this for even more weird results (to move the ma line all
JG> over
JG>> the chart with each click of the little plus sign or minus sign ie to
JG> expand
JG>> chart). Right click > edit formula and in the formula editor on the bog
JG>> stock _Section_Begin stuff put '//' in front of the "plot" for the ma
JG> and
JG>> mid ma. Then go back to main chart and see the long term moving average
JG>> (previous 89) really go crazy with each click of the plus or minus
JG> chart
JG>> size compared to before.
JG>> Thus the problem appears to be me putting those '//' in front of the
JG> plot
JG>> statements on the stock price chart under 4.70rc1!! Makes me wonder
JG> what
JG>> other problems might happen if I change any other formulas on the stock
JG>> price chart??
JG>> Jerry Gress
JG>> Stockton, Ca.
JG> Please note that this group is for discussion between users only.
JG> To get support from AmiBroker please send an e-mail directly to
JG> SUPPORT {at} amibroker.com
JG> For other support material please check also:
JG> http://www.amibroker.com/support.html
JG> Yahoo! Groups Links
JG> Please note that this group is for discussion between users only.
JG> To get support from AmiBroker please send an e-mail directly to
JG> SUPPORT {at} amibroker.com
JG> For other support material please check also:
JG> http://www.amibroker.com/support.html
JG> Yahoo! Groups SponsorADVERTISEMENT
JG> Yahoo! Groups Links
JG> To visit your group on the web, go to:
JG> http://groups.yahoo.com/group/amibroker/
JG> To unsubscribe from this group, send an email to:
JG> amibroker-unsubscribe@xxxxxxxxxxxxxxx
JG> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
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 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/
<*> 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/
|