Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 5/6/2005(UTC) Posts: 6
|
I have this code below which works pretty good, the only thing is that I would like it to plot with a sinlge line, rather than the peaks typical of the binary type plots.
I have plotted it as it is coded below and then adjusted the indicators manually and it can be done --- by selecting the histogram as the style.
Just wondering if there was a code to make it plot like that automatically.
-------------------
sday:=Input("day",1,31,1); smon:=Input("month",1,12,7); syr:=Input("yr",1900,2100,2008);
start:=(DayOfMonth()=sday AND Month()=smon AND Year()=syr);
fib3:=(BarsSince(start)=3); fib5:=(BarsSince(start)=5);
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers, Unverified Users Joined: 10/28/2004(UTC) Posts: 3,111 Location: Perth, Western Australia
Was thanked: 16 time(s) in 16 post(s)
|
Unfortunately (or fortunately, depending on your point of view) there are no formatting functions in MS. The only options are to format the chart as you like and save the chart as a template, or save the chart as a chart, or reapply the formatting each time you apply the indicator. There was a good video in one of the MS webinars, maybe this one? Check it out for yourself: http://forum.equis.com/forums/thread/29315.aspx
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.