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
  #21 (permalink)  
Old 02-19-2006, 09:44 AM
Senior Member
 
Join Date: Oct 2005
Posts: 223
sailor is on a distinguished road
correlation indicator

do u use interbank fx? if yes u need to change sommething in the code .. Use drag and drop function.

sailor
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
  #22 (permalink)  
Old 02-19-2006, 10:01 AM
Member
 
Join Date: Dec 2005
Posts: 65
jerami is on a distinguished road
Unhappy Same Window

Yes sailor.. u mean i copy the same code, and place to the bottom line..?
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
  #23 (permalink)  
Old 02-19-2006, 10:10 AM
Senior Member
 
Join Date: Oct 2005
Posts: 223
sailor is on a distinguished road
look in the market watch window interbank have a symbol (USDCHFm) and not (USDCHF)

Sailor
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
  #24 (permalink)  
Old 02-19-2006, 10:17 AM
Member
 
Join Date: Dec 2005
Posts: 65
jerami is on a distinguished road
Unhappy Same window

Nope.. mine still USDCHF, then how can i modified the MIndex for 4 currency..
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
  #25 (permalink)  
Old 02-20-2006, 05:39 AM
Senior Member
 
Join Date: Oct 2005
Posts: 223
sailor is on a distinguished road
If the indicator work with 1 Then u have to left left click from custom indicator and drop it it the same window as the first simply drag and drop..


sailor
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
  #26 (permalink)  
Old 02-20-2006, 06:10 AM
konjn's Avatar
Junior Member
 
Join Date: Jan 2006
Posts: 4
konjn is on a distinguished road
Question same boat

I've gone and tried to merge these windows together but who ever is talking about drag and drop we're not sure how to do that. i've not seen anywhere where you can drag and drop in MT4. i'm fairly computer savy and this software is'nt very user friendly when it comes to indicator building compared to VT trader. all that being said there are other reasons to like MT4.

if you are suggesting you can simple click into anywhere within one of the indicator windows and drag it into another indicator window its not possible unless there is a setting one must enable first... but i've not found it.

konjn
PS i've tried to put the ATR within the MACD since it falls within the same range... but no success their either.
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
  #27 (permalink)  
Old 02-20-2006, 06:58 AM
Member
 
Join Date: Dec 2005
Posts: 65
jerami is on a distinguished road
Unhappy Same window

Same here.. dizzy to make drag and drop..
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
  #28 (permalink)  
Old 02-27-2006, 08:58 AM
deeforex's Avatar
Member
 
Join Date: Oct 2005
Posts: 91
deeforex is on a distinguished road
Finally figured out what this whole busines of drag and drop is about.

First load the first MIndex indicator onto the chart as you would normally do.

Then in the Navigator Window, which contains the Custom Indicators, left click the MIndex indicator and while holding down the mouse key, drag it over to the "indicator window" where the first MIndex is showing. Do not drag it into the "price chart window".

Also for those of you using a mini demo account with IBFX, you need to change the symols to reflect the mini account by adding "m" after the symbol.

originally.....
ArrayCopySeries(EurUsd,MODE_CLOSE,"EURUSD");

change code to......
ArrayCopySeries(EurUsd,MODE_CLOSE,"EURUSDm");

Do this for all of the currencies listed under the ArrayCopySeries.

Now if someone could explain how we should use this indicator, that would be greatly appreciated.

thanks!

ps. konjn I tried the MACD with ATR in the same window and it works too! Cool, learned something new today

Last edited by deeforex; 02-27-2006 at 09:02 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
  #29 (permalink)  
Old 02-27-2006, 09:40 AM
Member
 
Join Date: Dec 2005
Posts: 65
jerami is on a distinguished road
Smile Realy Cool

Quote:
Originally Posted by deeforex
Finally figured out what this whole busines of drag and drop is about.

First load the first MIndex indicator onto the chart as you would normally do.

Then in the Navigator Window, which contains the Custom Indicators, left click the MIndex indicator and while holding down the mouse key, drag it over to the "indicator window" where the first MIndex is showing. Do not drag it into the "price chart window".

Also for those of you using a mini demo account with IBFX, you need to change the symols to reflect the mini account by adding "m" after the symbol.

originally.....
ArrayCopySeries(EurUsd,MODE_CLOSE,"EURUSD");

change code to......
ArrayCopySeries(EurUsd,MODE_CLOSE,"EURUSDm");

Do this for all of the currencies listed under the ArrayCopySeries.

Now if someone could explain how we should use this indicator, that would be greatly appreciated.

thanks!

ps. konjn I tried the MACD with ATR in the same window and it works too! Cool, learned something new today
Thanx for u xplaination
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
  #30 (permalink)  
Old 02-27-2006, 01:59 PM
Junior Member
 
Join Date: Nov 2005
Posts: 1
Sopbeen is on a distinguished road
what the?

dont know if you guys noticed that the custom indocator change as you scroll through the data with F12 bar by bar. Also if you zoom in ("+") or out ("-") the values also change. why would that be? surely it cannot be used if you use a large view and the value there differ from the smaller view???

Doesn't make sense.
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
complex_balance.mq4, correlation, correlation forex, correlation in forex, correlation indicator, correlation indicator metatrader, correlation indicator MT4, correlation indicators, forex correlation, forex correlation indicator, forex correlation trading, indicators, metatrader correlation, metatrader correlation indicator, mindex, mt4 correlation, MT4 Correlation 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
correlation netk Suggestions for Trading Systems 27 10-18-2009 01:46 AM
Correlation Index help! albedo Indicators - Metatrader 4 3 08-30-2009 02:27 AM
FINEXX Correlation System EA tbreaker Expert Advisors - Metatrader 4 103 06-11-2009 06:21 PM
correlation analysis giraia_br Suggestions for Trading Systems 8 03-01-2006 06:43 PM


All times are GMT. The time now is 06:12 AM.



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