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
  #11 (permalink)  
Old 05-19-2007, 04:48 PM
cja's Avatar
cja cja is offline
Senior Member
 
Join Date: Apr 2006
Posts: 676
cja is on a distinguished road
Settings

Quote:
Originally Posted by prasxz
Thanks for those indi...but can you explain about room up , room dn and maximum stop losses..sorry

===================
Forex Indicators Collection
This should make those settings a little clearer, the Daily indicator was used in the original thread for the TSR Daily Average System, from memory there is a fairly detailed explanation of the settings in that thread somewhere near to the start.


RAvg = (R1+R5+R10+R20)/4;

low0 = iLow(NULL,PERIOD_MN1,0);
high0 = iHigh(NULL,PERIOD_MN1,0);
RoomUp = RAvg - (Bid - low0)/Point;
RoomDown = RAvg - (high0 - Bid)/Point;
StopLoss_Long = RoomUp/Risk_to_Reward_ratio;
SL_Long = Bid - StopLoss_Long*Point;
StopLoss_Short = RoomDown/Risk_to_Reward_ratio;
SL_Short = Bid + StopLoss_Short*Point;

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
  #12 (permalink)  
Old 05-20-2007, 03:51 PM
Junior Member
 
Join Date: Sep 2006
Posts: 27
pfxgroup is on a distinguished road
Just cant thank you enough CJA. Exactly what I was looking for.
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
  #13 (permalink)  
Old 06-11-2007, 08:23 AM
ToroWinner's Avatar
Member
 
Join Date: Dec 2006
Posts: 43
ToroWinner is on a distinguished road
Different Calculation

Hi Cja,

In my observation the range calculator and signal bar (I use v6) make very different calculation in each broker in the same time.

Anyway thank you for your effort.
TW
Attached Files
File Type: rar Range Calculator & Signal Bar.rar (156.6 KB, 424 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
  #14 (permalink)  
Old 06-15-2007, 05:11 AM
Junior Member
 
Join Date: Dec 2005
Posts: 11
MChurner is on a distinguished road
Can someone mod this to include weekly hi/lo levels?

Hi,

The indicator i've attached currently do prev day's hi/los ... can someone please mod this to include prev week's hi/los?

Cheers!
Attached Files
File Type: mq4 PowerLevels.mq4 (3.6 KB, 251 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
  #15 (permalink)  
Old 06-15-2007, 07:07 AM
igorad's Avatar
Senior Member
 
Join Date: Oct 2005
Location: Ukraine
Posts: 963
igorad is on a distinguished road
Quote:
Originally Posted by MChurner
Hi,

The indicator i've attached currently do prev day's hi/los ... can someone please mod this to include prev week's hi/los?

Cheers!
Hi,
I've better tool, with which you can get OHLC data from any larger timeframe and with any shift.

Regards,
Igor
Attached Files
File Type: mq4 Range_v2.2.mq4 (3.8 KB, 583 views)
__________________
Let's improve trade skills together
http://finance.groups.yahoo.com/group/TrendLaboratory
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
  #16 (permalink)  
Old 06-15-2007, 07:18 AM
cja's Avatar
cja cja is offline
Senior Member
 
Join Date: Apr 2006
Posts: 676
cja is on a distinguished road
Prev Week Hi/Lows

Quote:
Originally Posted by MChurner
Hi,

The indicator i've attached currently do prev day's hi/los ... can someone please mod this to include prev week's hi/los?

Cheers!
I have modified the Daily PowerLevels to show Text ON/OFF and you can also move the text, i have also altered the code to show Weekly in a separate indicator.

PowerLevels_v1.mq4

Weekly PowerLevels.mq4

Last edited by cja; 06-15-2007 at 10:32 AM. Reason: altered 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
  #17 (permalink)  
Old 06-15-2007, 07:59 AM
Junior Member
 
Join Date: Dec 2005
Posts: 11
MChurner is on a distinguished road
@igorad: thanks for the help. Not quite what i need though.

@cja: Great stuff! Would it be possible for you to combine those 2 into a single indicator with ON/OFF for daily and weekly?

Cheers!
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
  #18 (permalink)  
Old 06-15-2007, 08:07 AM
onetarmizi's Avatar
Senior Member
 
Join Date: Apr 2007
Posts: 189
onetarmizi is on a distinguished road
Quote:
Originally Posted by cja
I have modified the Daily PowerLevels to show Text ON/OFF and you can also move the text, i have also altered the code to show Weekly in a separate indicator.

Attachment 36009

Attachment 36010
Hi cja..

I think weekly power levels indicator for PrevWeekOpen should be CurrentWeekOpen.
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
  #19 (permalink)  
Old 06-15-2007, 10:30 AM
cja's Avatar
cja cja is offline
Senior Member
 
Join Date: Apr 2006
Posts: 676
cja is on a distinguished road
Text

Quote:
Originally Posted by onetarmizi
Hi cja..

I think weekly power levels indicator for PrevWeekOpen should be CurrentWeekOpen.

I tend to agree with you however i followed the text that was on the original indicator, you are right the Open is for the current week and day, it is a simple matter to change it , but thanks for the observation.
I have altered the text and reposted it above.

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
  #20 (permalink)  
Old 06-15-2007, 10:54 AM
Junior Member
 
Join Date: Dec 2005
Posts: 11
MChurner is on a distinguished road
cja, would be great if the two where combined into a single indicator with ON/OFF for daily and weekly. Cheers buddy!
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
crruncy converter, crruncy convertor, daily range, daily range calculator, daily range indicator, forex, identify, indicator, range, range indicator, trend, tsr daily range calculator, TSR indicator, weekly range, weekly range 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
Range Bar Chart on MT4 toyogo00 Metatrader 4 209 10-30-2009 11:15 AM
>> Pivot range << kappari Metatrader 4 29 05-01-2009 05:05 AM
EA based on Range??? amangking_81 Expert Advisors - Metatrader 4 1 10-08-2007 11:35 AM
avg bar range ind. RickW00716 Indicators - Metatrader 4 1 03-20-2007 01:38 PM


All times are GMT. The time now is 07:46 AM.



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