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.rosst wrote: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.candletiger wrote:1.03 released: see post 1
Historic DWMP indicator for 10.x
- candletiger
- Trader
- Posts: 83
- Joined: Tue Jun 05, 2012 1:59 pm
- Location: Munich, Germany
Re: Historic DWMP indicator for 10.x
- rosst
- Trader
- Posts: 280
- Joined: Wed Feb 27, 2013 1:11 pm
- Location: Austin, Texas
Re: Historic DWMP indicator for 10.x
I am not sure the differences are enough to worry about - but here is what you requested...candletiger wrote: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.rosst wrote: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.candletiger wrote:1.03 released: see post 1
You do not have the required permissions to view the files attached to this post.
- rosst
- Trader
- Posts: 280
- Joined: Wed Feb 27, 2013 1:11 pm
- Location: Austin, Texas
Re: Historic DWMP indicator for 10.x
mid pivots
You do not have the required permissions to view the files attached to this post.
- rosst
- Trader
- Posts: 280
- Joined: Wed Feb 27, 2013 1:11 pm
- Location: Austin, Texas
Re: Historic DWMP indicator for 10.x
screen shot with 10.2 - I set these manually
You do not have the required permissions to view the files attached to this post.
- rosst
- Trader
- Posts: 280
- Joined: Wed Feb 27, 2013 1:11 pm
- Location: Austin, Texas
Re: Historic DWMP indicator for 10.x
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.
- Mike
- Trader
- Posts: 272
- Joined: Sun Dec 11, 2011 12:30 pm
- Location: Italy
Re: Historic DWMP indicator for 10.x
candletiger
I try to adapt your indi to my needs and have modified
to
but nothing changes. What am I doing wrong? Thanks Mike
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";Code: Select all
extern bool showPivotLabel = true;
extern bool showPrice = false;
extern bool showDeltapips = true;
extern string text_font = "Arial";- candletiger
- Trader
- Posts: 83
- Joined: Tue Jun 05, 2012 1:59 pm
- Location: Munich, Germany
Re: Historic DWMP indicator for 10.x
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.rosst wrote: I am not sure the differences are enough to worry about - but here is what you requested...
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.
- candletiger
- Trader
- Posts: 83
- Joined: Tue Jun 05, 2012 1:59 pm
- Location: Munich, Germany
Re: Historic DWMP indicator for 10.x
Mike wrote: What am I doing wrong?
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.