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
  #51 (permalink)  
Old 07-08-2008, 05:14 AM
Junior Member
 
Join Date: Apr 2008
Posts: 4
sygg320 is on a distinguished road
ATR indicator

ATR indicator

p1.jpg

Last edited by newdigital; 07-08-2008 at 07:44 AM.
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
  #52 (permalink)  
Old 07-08-2008, 05:39 AM
Senior Member
 
Join Date: Nov 2006
Posts: 308
luxinterior is on a distinguished road
Thanks for sharing!

Lux
__________________
Build An Expert Advisor. FREE E-course As Seen On TV
ForexArea.com
Users of Gap Trader from 'Forex-Assistant' MUST Read This
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
  #53 (permalink)  
Old 07-25-2008, 11:23 PM
Junior Member
 
Join Date: Mar 2007
Location: Vancouver, BC
Posts: 9
stubish is on a distinguished road
Creating a chanel from EMA's

Hey there,
I'm working on a system that needs something along the following.

I know you can put levels in to make a channel. But I'm wanting to put a channel in of the ema that's a percentage of the ATR? How would I do this.

so for example. I'd have an ema of 15 and then the channels would be 'x' pips above and below the ema based on what the ATR is at that time. Say for instance 60% of the 15 ATR forms the channel.

Does this make sense? Anybody care to point me in the right direction of this?

Peace
Stuart
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
  #54 (permalink)  
Old 07-26-2008, 04:57 AM
Linuxser's Avatar
User Root
 
Join Date: May 2006
Location: Helliconia (Winter)
Posts: 4,410
Blog Entries: 56
Linuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond repute
Quote:
Originally Posted by stubish View Post
Hey there,
I'm working on a system that needs something along the following.

I know you can put levels in to make a channel. But I'm wanting to put a channel in of the ema that's a percentage of the ATR? How would I do this.

so for example. I'd have an ema of 15 and then the channels would be 'x' pips above and below the ema based on what the ATR is at that time. Say for instance 60% of the 15 ATR forms the channel.

Does this make sense? Anybody care to point me in the right direction of this?

Peace
Stuart
See my post #36 on this thread.
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
  #55 (permalink)  
Old 06-07-2009, 08:04 PM
Junior Member
 
Join Date: Dec 2007
Posts: 16
DM3554 is on a distinguished road
Question Help with .MQ4 Indicator, Please

Hi.

Can anyone amend the attached 'ATR in Pips' Indicator to include the facility to place the displayed text anywhere on the Chart window using 'x' and 'y' co-ordinates?

Hope so. Thanks in anticipation. Richard.
Attached Files
File Type: mq4 ATR in Pips.mq4 (2.4 KB, 65 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
  #56 (permalink)  
Old 06-07-2009, 09:37 PM
cja's Avatar
cja cja is offline
Senior Member
 
Join Date: Apr 2006
Posts: 676
cja is on a distinguished road
Text Shift

Quote:
Originally Posted by DM3554 View Post
Hi.

Can anyone amend the attached 'ATR in Pips' Indicator to include the facility to place the displayed text anywhere on the Chart window using 'x' and 'y' co-ordinates?

Hope so. Thanks in anticipation. Richard.
This should do eveything you require

extern int TextShift_Side =0;
extern int TextShift_UP_DN = 0;
extern color TextColor = White;
extern int TextSize = 9;
extern string TextFont = "Tahoma";
extern int TextCorner = 0;

Update : I forgot to put the ObjectDelete to delete the LABEL - sorry for any inconvenience caused.

ATR in Pips v1.mq4
__________________
My Disadvantage is that I am not a Trained Programmer - My Advantage is that I am not a Trained Programmer.
http://cjatradingtools.com/

Last edited by cja; 06-08-2009 at 05:05 AM. Reason: Left delete function out of 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
  #57 (permalink)  
Old 06-08-2009, 12:57 PM
Junior Member
 
Join Date: Dec 2007
Posts: 16
DM3554 is on a distinguished road
Thumbs up cja - That's perfect ..... Thanks

cja, that's perfect .... thanks. And implemented so quickly.

Thank you, Richard.

Quote:
Originally Posted by cja View Post
This should do eveything you require

extern int TextShift_Side =0;
extern int TextShift_UP_DN = 0;
extern color TextColor = White;
extern int TextSize = 9;
extern string TextFont = "Tahoma";
extern int TextCorner = 0;

Update : I forgot to put the ObjectDelete to delete the LABEL - sorry for any inconvenience caused.
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
  #58 (permalink)  
Old 10-20-2009, 07:15 PM
ewp ewp is offline
Junior Member
 
Join Date: Jan 2009
Posts: 6
ewp is on a distinguished road
Question

hello,
I use atr based stop different formula, my stop loss method dont need close.
My formula are below as metastock language.

FOR LONG STOP
HHV(L- 2*Ref(Mov(Max(H-L,Max(Abs(H-Ref(C,-1)),
Abs(L- Ref(C,-1)))),14,S),-1),14)

FOR SHORT STOP
LLV(H+ 2*Ref(Mov(Max(H-L,Max(Abs(H-Ref(C,-1)),
Abs(L-Ref(C,-1)))),14,S),-1),14)


I dont know MT4 coding, somebody may code for MT4 as two indicators. Thanks.
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
  #59 (permalink)  
Old 10-28-2009, 09:53 AM
Junior Member
 
Join Date: Jan 2009
Posts: 3
tigrotto is on a distinguished road
ATR STOP LOSS with Ratchet

Hi to all,
does anybody have the MT4 code for what MTPredictor uses as ATR STOP loss with ratchet? See attached file, please.
Not use to tell me it'here on this site, because it istn't! I checked it up!
thanks,
Tigrotto
Attached Files
File Type: pdf ATRStophelpfile.pdf (290.9 KB, 40 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
  #60 (permalink)  
Old 11-06-2009, 02:24 PM
Junior Member
 
Join Date: Aug 2009
Posts: 2
colin77 is on a distinguished road
Atr trailiong stop

Hi all

Please can i have your ideas to what are the best parameters for atr trailing stop. So far i have been using 10/4

Cheers
Colin
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
atr channel, atr indicator, atr stop, ATR STOPS, ATR trailing, ATR trailing stop, atr trailing stop ea, Chandelier Trailing Stop, forex, trailing stop, trailing stop atr, trailing*5.mq4, trend envelopes, volatility stop, VoltyChannel_Stop, VoltyChannel_Stop_v2.1


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
Trailing Stop EA newdigital Expert Advisors - Metatrader 4 68 11-01-2009 09:32 AM
How to set a trailing stop??? theolive9 Metatrader 4 1 12-06-2006 12:12 AM
EA trailing stop JoZo Metatrader 4 6 11-10-2006 02:34 PM


All times are GMT. The time now is 12:49 PM.



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