Forex



Go Back   Forex Trading > Downloads > Indicators - Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 09-21-2007, 02:07 PM
cja's Avatar
cja cja is offline
Senior Member
 
Join Date: Apr 2006
Posts: 676
cja is on a distinguished road
MTF WPR Bars

I tell you everything is back to front with the %R as far as the numbers being all negative, you really have to watch it when you are coding.

This indicator has some features that the other Bars indicators do not have.

#1 Adjustable TimeFrames - You can now set the TimeFrames for each column of bars to your own trading requirements

Under the inputs you will see this the "TF" symbol represents each column of Bars TF1 the far left to TF6 the right side Bar

IIIIIIIIIIIIIIIIIIIIIIII="<<<< Adjustable TimeFrames >>>>>>>>>>>>>>>>>>>>>>>>";
TF1 = 1;
TF2 = 5;
TF3 = 15;
TF4 = 30;
TF5 = 60;
TF6 = 240;

#2 The Periods are now individually adjustable for each TimeFrame

Look under inputs & you will see

IIIIIIIIIIIIIIIIIIIIIII="<< STD & Adjustable WPR Periods >>>>>>>>>>>>>>>>>>>>>>>>";
Common_WPR_Period = 50;
Allow_Separate_Settings = false;
Period_LabelColor = Silver;
TF1_Period = 14;
TF2_Period = 14;
TF3_Period = 50;
TF4_Period = 120;
TF5_Period = 120;
TF6_Period = 240;

If the Allow_Separate_Settings = true; Then each individual TimeFrame can be set to different Periods.

If left as false all the TimeFrames are set to the same Period

#3 As is the case in the other Bar indicators this WPR also has a Multi Number and can be set in many different ways on the same chart

WPRMulti_Num = 12345;

#4 A digit readout of each Timeframe can be turned ON/OFF & the EXTREME level can be altered this feature allows the Digits to change color when certain predefined levels are exceeded.
Now updated so that the UPPER & LOWER dotted lines & Labels also change

IIIIIIIIIIIIIIIIIIIIIIIIIIIII="<<<< WPR Lower Digit Levels >>>>>>>>>>>>>>>>";
Show_Digits = true;
Digit_Number_UPcolor = OrangeRed;
Digit_Number_DNcolor = OrangeRed;
Digit_Number_ZEROcolor = Gray;
WPR_UpperEXTREME = -20;
WPR_LowerEXTREME = -80;

Let me know if anything needs to be altered as this is not an indicator i am very familiar with so i am sure things could be improved by the people who use The WPR on a regular basis.

WPR_Bars.gif

WPR_Bars_M#.ex4

22/09/2007
Updated code for EXTREME levels.


24/09/2007

I have recoded the indicator & added 2 extra levels, the levels are now adjustable - look under inputs & you can see the adjustable settings like this.

IIIIIIIIIIIIIIIIIIIIIIIIIIII="<<<< WPR Adjustable Levels >>>>>>>>>>>>>>>>";
WPR_UpperEXTREME = -5;
WPR_UpperLEVEL = -15;
WPR_UpperMIDLEVEL = -30;
WPR_LowerMIDLEVEL = -70;
WPR_LowerLEVEL = -85;
WPR_LowerEXTREME = -95;

The above settings are the DEFAULT

See below screenshot for comparison with original WPR_Bars indicator & a few different set up options displayed. Between the 2 indicators you should be able to find 1 that suits your requirements

wpr new.gif

WPR_Bars_M#_v1.ex4

1/10/2007

Updated indicator to show direction of WPR line as to whether it is pointing up or down. See theScreenshot on Post #16


WPR_Bars_M#_v2.ex4

Last edited by cja; 10-01-2007 at 08:44 AM. Reason: Update of indicator code
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2 (permalink)  
Old 09-21-2007, 02:15 PM
Senior Member
 
Join Date: Feb 2007
Posts: 175
Flytox is on a distinguished road
THANKS AGAIN! U
You're THE MAN
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #3 (permalink)  
Old 09-21-2007, 02:54 PM
Ethan Hunt's Avatar
Senior Member
 
Join Date: Jul 2007
Location: Israel
Posts: 222
Ethan Hunt is on a distinguished road
Cool

Thank you very much cja for your contribution to our community of forex traders, i'm really appreciate your efforts and wishing you a great success both in private life and business.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #4 (permalink)  
Old 09-21-2007, 02:58 PM
Senior Member
 
Join Date: Feb 2007
Posts: 175
Flytox is on a distinguished road
Hello CJA,
thanks for your infinite kindness.

Just one thing, but may be it's me, when i try to put the levels at -5; -95 according to simba strategy it didnot appear on the indi (seems that only some levels are predefined). I use it to anticipate reversals when in different tf the upper level is lit (or the lower one).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #5 (permalink)  
Old 09-21-2007, 03:05 PM
cja's Avatar
cja cja is offline
Senior Member
 
Join Date: Apr 2006
Posts: 676
cja is on a distinguished road
Quote:
Originally Posted by Flytox View Post
Hello CJA,
thanks for your infinite kindness.

Just one thing, but may be it's me, when i try to put the levels at -5; -95 according to simba strategy it didnot appear on the indi (seems that only some levels are predefined). I use it to anticipate reversals when in different tf the upper level is lit (or the lower one).
The Bars will change to Red for instance above -20 below -80 - the setting you changed affects the digit readout below the bars, the digits will now go red or the color of your choice when price exceeds -5 or -95 if required i could always code the actual levels to change or be adjustable as i have already done this for the CCi Bars due to people using many different extremes for that indicator.

I have altered the indicator so that now the Line and Label as well as the Digit levels all change when the EXTREME settings are altered.

Last edited by cja; 09-21-2007 at 03:22 PM. Reason: New comments
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #6 (permalink)  
Old 09-21-2007, 03:36 PM
Member
 
Join Date: Jun 2007
Posts: 92
Mano is on a distinguished road
Hi cja, your fast!

Thanks a lot for those wonderful indi's! you are really good guy!

will check the new one later on and i'll report...

many many thanks!

CCheers
__________________
Creativity is all you need, Its part of the BALANCE
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #7 (permalink)  
Old 09-21-2007, 04:06 PM
Senior Member
 
Join Date: Feb 2007
Posts: 175
Flytox is on a distinguished road
Quote:
Originally Posted by cja View Post
The Bars will change to Red for instance above -20 below -80 - the setting you changed affects the digit readout below the bars, the digits will now go red or the color of your choice when price exceeds -5 or -95 if required i could always code the actual levels to change or be adjustable as i have already done this for the CCi Bars due to people using many different extremes for that indicator.

I have altered the indicator so that now the Line and Label as well as the Digit levels all change when the EXTREME settings are altered.
YES! It works, one thousand Thanks CJA.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #8 (permalink)  
Old 09-21-2007, 04:21 PM
Senior Member
 
Join Date: Feb 2007
Posts: 175
Flytox is on a distinguished road
It seems that WPR lower extreme and Wpr upper extreme are inverted, or it's me. I mean it appears inverted on the chart.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #9 (permalink)  
Old 09-21-2007, 09:43 PM
Sadly's Avatar
Senior Member
 
Join Date: Nov 2006
Posts: 288
Sadly is on a distinguished road
Very nice work there cja. I'm looking to add colour to the price bars for an indicator I'm working on. I'm trying to learn MQL so as you'll understand the indicator is worth diddly-squat for trading but for me it's a start. I'll attach it to this post so if you could spare a moment, would you help me out here?
Attached Files
File Type: mq4 high_plot_v0.2c.mq4 (2.6 KB, 114 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #10 (permalink)  
Old 09-21-2007, 10:09 PM
camisa's Avatar
Senior Member
 
Join Date: Dec 2005
Location: Portugal
Posts: 349
camisa is on a distinguished road
Hi cja,

could you please post that williams coloured bars indicator please?
EDIT: ok, I just saw the thread where you posted the indicator WPR candles. THANX!

Last edited by camisa; 09-21-2007 at 10:23 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
MTF WPR, wpr indicator


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Appendix 1 - BARS codersguru Lessons 18 11-07-2009 04:42 PM
Close after 5 bars carllos Metatrader 4 3 05-15-2007 10:14 PM
Inside Bars biggo Metatrader 4 0 01-22-2007 12:56 AM
Day Bars Jonmem Setup Questions 2 12-12-2006 07:31 PM
Trouble with bars pabloschiki Metatrader 4 4 08-29-2006 09:09 PM


All times are GMT. The time now is 10:04 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.