Historic DWMP indicator for 10.x

Share your 10.x indicators here.
User avatar
candletiger
Trader
Posts: 83
Joined: Tue Jun 05, 2012 1:59 pm
Location: Munich, Germany

Re: Historic DWMP indicator for 10.x

Post by candletiger »

rosst wrote:
candletiger wrote:1.03 released: see post 1
Thank you Candletiger - very nice work. I like to see the prices at the levels since I set my orders manually. Your levels are slightly different than the 10.2 Weekly pivots used in Bob's original template - but that is probably no big deal.
opps, the weekly pivots in 10.x are all based on this indi and I can't remember to have the formula changed. Could you do me a favour and post here exactly the indi you used in 10.2 and a screenshot with both, showing different levels, than I will have a look.
User avatar
rosst
Trader
Posts: 280
Joined: Wed Feb 27, 2013 1:11 pm
Location: Austin, Texas

Re: Historic DWMP indicator for 10.x

Post by rosst »

candletiger wrote:
rosst wrote:
candletiger wrote:1.03 released: see post 1
Thank you Candletiger - very nice work. I like to see the prices at the levels since I set my orders manually. Your levels are slightly different than the 10.2 Weekly pivots used in Bob's original template - but that is probably no big deal.
opps, the weekly pivots in 10.x are all based on this indi and I can't remember to have the formula changed. Could you do me a favour and post here exactly the indi you used in 10.2 and a screenshot with both, showing different levels, than I will have a look.
I am not sure the differences are enough to worry about - but here is what you requested...
You do not have the required permissions to view the files attached to this post.
User avatar
rosst
Trader
Posts: 280
Joined: Wed Feb 27, 2013 1:11 pm
Location: Austin, Texas

Re: Historic DWMP indicator for 10.x

Post by rosst »

mid pivots
You do not have the required permissions to view the files attached to this post.
User avatar
rosst
Trader
Posts: 280
Joined: Wed Feb 27, 2013 1:11 pm
Location: Austin, Texas

Re: Historic DWMP indicator for 10.x

Post by rosst »

screen shot with 10.2 - I set these manually
You do not have the required permissions to view the files attached to this post.
User avatar
rosst
Trader
Posts: 280
Joined: Wed Feb 27, 2013 1:11 pm
Location: Austin, Texas

Re: Historic DWMP indicator for 10.x

Post by rosst »

screen shot historic pivots (both from same Cowboy IBFX broker platform)
You do not have the required permissions to view the files attached to this post.
User avatar
Mike
Trader
Posts: 272
Joined: Sun Dec 11, 2011 12:30 pm
Location: Italy

Re: Historic DWMP indicator for 10.x

Post by Mike »

candletiger
I try to adapt your indi to my needs and have modified

Code: Select all

extern bool   showPivotLabel         = true;
//extern bool   showPrice              = true;
//extern bool   showDeltapips          = true;
extern string text_font              = "Arial";
to

Code: Select all

extern bool   showPivotLabel         = true;
extern bool   showPrice              = false;
extern bool   showDeltapips          = true;
extern string text_font              = "Arial";
but nothing changes. What am I doing wrong? Thanks Mike
Image
Image
User avatar
candletiger
Trader
Posts: 83
Joined: Tue Jun 05, 2012 1:59 pm
Location: Munich, Germany

Re: Historic DWMP indicator for 10.x

Post by candletiger »

rosst wrote: I am not sure the differences are enough to worry about - but here is what you requested...
thanks. I put both on my Cowboy IBFX demo and could not spot a difference. I put both in one chart and couldn't see any difference on the line, exactly matching.
You could do the same, both in one chart, and visual check it. And open the data window and compare the values. All same for me.
User avatar
candletiger
Trader
Posts: 83
Joined: Tue Jun 05, 2012 1:59 pm
Location: Munich, Germany

Re: Historic DWMP indicator for 10.x

Post by candletiger »

Mike wrote: What am I doing wrong?
:lol: :lol: :lol: :lol:
Nothing.

Guess why I put comments in front: The logic is simply not implemented. I wanted, but then I thought it is not worth the effort. Either I want to have some values or not. If so, having both price and distance don't hurt.
Post Reply

Return to “10.x Indi forum”