PureBytes Links
Trading Reference Links
|
that's the default price chart I use tonight
_SECTION_BEGIN("Price");
Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo
%g, Close %g (%.1f%%) {{VALUES}}", O, H, L, C, SelectedValue( ROC( C, 1
) ) );
Plot( C, "Close", ParamColor("Color", colorBlack ), styleNoTitle |
ParamStyle("Style", styleCandle, maskPrice ) );
_SECTION_END();
_SECTION_BEGIN("Bollinger Bands");
P = ParamField("Price field",-1);
Periods = Param("Periods", 15, 2, 100, 1 );
Width = Param("Width", 2, 0, 10, 0.05 );
Color = ParamColor("Color", colorCycle );
Style = ParamStyle("Style");
Plot( BBandTop( P, Periods, Width ), "BBTop" + _PARAM_VALUES(), Color,
Style );
Plot( BBandBot( P, Periods, Width ), "BBBot" + _PARAM_VALUES(), Color,
Style );
_SECTION_END();
_SECTION_BEGIN("Keltner Bands");
P = ParamField("Price field",-1);
Periods = Param("Periods", 15, 2, 100, 1 );
Width = Param("Width", 2, 0, 10, 0.05 );
Color = ParamColor("Color", colorCycle );
Style = ParamStyle("Style");
CenterLine = MA( P, Periods );
KTop = CenterLine + Width * ATR( Periods );
KBot = CenterLine - Width * ATR( Periods );
Plot( KTop, "KBTop" + _PARAM_VALUES(), Color, Style );
Plot( KBot, "KBBot" + _PARAM_VALUES(), Color, Style );
_SECTION_END();
_SECTION_BEGIN("MA1");
P = ParamField("Price field",-1);
Periods = Param("Periods", 15, 2, 200, 1, 10 );
Plot( MA( P, Periods ), _DEFAULT_NAME(), ParamColor( "Color", colorCycle
), ParamStyle("Style") );
_SECTION_END();
Yuki Taga a écrit :
> Dear Stephane,
>
> Wednesday, September 22, 2004, 7:58:01 AM, you wrote:
>
> sc> Dear yuki, in prev. version of Ami we had a default chat that we
> sc> could modify via preference, it is what I call the default
> sc> chart. But now with version 6.2.1 there are no arrows on this
> sc> "old" default chart
>
> Okay, I understand now. I however, do not have the original default
> price chart. Because I wanted to modify it, I made some changes, and
> was told that I needed to check the "Use Formula Only" box.
>
> In any case, the formula that is there, is not the default. There is
> no //--Indicator-End-- -- do not remove this line, for example.
>
> Can you, or anyone, post the complete default price code, which I
> will try pasting into the default price chart. I have since created
> enough custom price charts that I can live with the default again.
>
> However, I thought that if we checked the "show arrows" box, that
> trade arrows would show on *any* chart now. Do I misunderstand?
>
> Yuki
>
> sc> you must create a new one that you configure as you want via d&d ( I
> sc> have choosen basic chart)
> sc> once you have it, right click on it and edit formula
> sc> open ind builder and you'll find the formula #21 Price
> sc> select all the code, ctrlA, ctrl C
> sc> in ind builder add a new custom ind, call it in fact as you want _My
> sc> Default chart
> sc> paste the code
> sc> don't forget to check arrow +++ and verify the scaling to
> automatic +++
> sc> close now the old default chart ( Version < 6.2.1 )
>
> sc> backtest and I hope you'll see the arrows
>
> sc> in fact yes we must recreated the default chart
>
> sc> stephane
>
> >> Hi Stephane,
> >>
> >> Wednesday, September 22, 2004, 7:17:07 AM, you wrote:
> >>
> >> sc> I was stupid !!! ( or perhaps two much cannabis)
> >>
> >> sc> Now I know how to plot arrows on default and others charts
> >> sc> but I can't believe I am the mental deficient of this group...
> >>
> >> I don't give up that trophy so easily. ^^_^^
> >>
> >> sc> 1-create your default chart with the new d&d
> >> sc> 2-edit formula
> >> sc> 3-open ind builder and rename your default chart with # at the
> begin ,
> >> sc> for ex # Price
> >> sc> 4-don't forget to check show arrows trade and it works.
> >>
> >> sc> backtest , right click on trade results and now the arrows are OK
> >>
> >> sc> stephane
> >>
> >> Before I try this, I want to make sure why you are using "default". I
> >> don't understand.
> >>
> >> Must every chart be recreated then via the new D&D for arrows to
> >> work?
> >>
> >> Best,
> >>
> >> Yuki
> >>
> >>
> >>
> >> Check AmiBroker web page at:
> >> http://www.amibroker.com/
> >>
> >> Check group FAQ at:
> >> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> >>
> >>
> >> *Yahoo! Groups Sponsor*
> >> ADVERTISEMENT
> >> click here
> >>
> <http://us.ard.yahoo.com/SIG=129qte8ns/M=298184.5285298.6392945.3001176/D=groups/S=1705632198:HM/EXP=1095892445/A=2319498/R=0/SIG=11thfntfp/*http://www.netflix.com/Default?mqso=60185352&partid=5285298
> <http://us.ard.yahoo.com/SIG=129qte8ns/M=298184.5285298.6392945.3001176/D=groups/S=1705632198:HM/EXP=1095892445/A=2319498/R=0/SIG=11thfntfp/*http://www.netflix.com/Default?mqso=60185352&partid=5285298>>
> >>
> >>
> >>
> >>
> ------------------------------------------------------------------------
> >> *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
> >>
> >> <mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
> >>
> >> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> >> Service <http://docs.yahoo.com/info/terms/>.
> >>
> >>
> >>
> >>
> >> __________ NOD32 1.873 (20040920) Information __________
> >>
> >> This message was checked by NOD32 antivirus system.
> >> http://www.nod32.com
>
>
>
>
> sc> [Non-text portions of this message have been removed]
>
>
>
>
> sc> Check AmiBroker web page at:
> sc> http://www.amibroker.com/
>
> sc> Check group FAQ at:
> sc> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> sc> Yahoo! Groups Links
>
>
>
>
>
>
>
> Best,
>
> Yuki
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
>
> *Yahoo! Groups Sponsor*
> ADVERTISEMENT
> click here
> <http://us.ard.yahoo.com/SIG=12999hmv8/M=298184.5285298.6392945.3001176/D=groups/S=1705632198:HM/EXP=1095894555/A=2319498/R=0/SIG=11thfntfp/*http://www.netflix.com/Default?mqso=60185352&partid=5285298>
>
>
>
> ------------------------------------------------------------------------
> *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
> <mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
>
>
> __________ NOD32 1.873 (20040920) Information __________
>
> This message was checked by NOD32 antivirus system.
> http://www.nod32.com
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
|