Need Multi-Hedge Indicator
  #1 (permalink)  
Old 03-11-2007, 09:58 PM
Freshman
 
Join Date: Mar 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
pipscalper is on a distinguished road
Default Need Multi-Hedge Indicator

Hi Scorpion, thank you for offering to help out with coding. I need a Multi-Hedge Indicator for MT4 that combines 3-4 currencies into one line. It shows the net dollar fluctuations at any given moment. The indiator allows you to plug in currency's entry prices and lots' amounts. For example, I need a one line chart that shows the net dollar fluctuations if I go 100K long EURCHF, short EURUSD, short USDCHF.

Is this something that could be done? Thanks.
Reply With Quote
  #2 (permalink)  
Old 03-18-2007, 04:26 AM
Freshman
 
Join Date: Mar 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
pipscalper is on a distinguished road
Default

just curious if any of you guys ever used a multi-hedge indicator. and if you did use it, did you find it useful? thanks.
Reply With Quote
  #3 (permalink)  
Old 04-01-2007, 03:12 AM
Freshman
 
Join Date: Mar 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
pipscalper is on a distinguished road
Default

Hi guys, wow, the response is overwhelming! Can anybody help me to get Multi-Hedge Indicator for MT4? It may be called differently, but the concept is the same. It displays net dollar fluctuations of 3-4 currencies.

Thanks to anyone who can respond.
Reply With Quote
  #4 (permalink)  
Old 04-01-2007, 03:29 AM
scorpion's Avatar
Administrator
 
Join Date: Aug 2004
Posts: 1,957
Thanks: 113
Thanked 380 Times in 151 Posts
scorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to behold
Send a message via MSN to scorpion Send a message via Yahoo to scorpion
Default

Hi, it could be done, but it's too much work for a busy soul. In fact, I want this indicator for a long time but couldn't find time.

Multi-hedge? I always called this composite price. E.g. USDXXX, GBPXXX, etc.
Reply With Quote
  #5 (permalink)  
Old 04-01-2007, 03:57 AM
Freshman
 
Join Date: Mar 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
pipscalper is on a distinguished road
Default

Quote:
Originally Posted by scorpion View Post
Hi, it could be done, but it's too much work for a busy soul. In fact, I want this indicator for a long time but couldn't find time.

Multi-hedge? I always called this composite price. E.g. USDXXX, GBPXXX, etc.
Scorpion, thanks for your response. I am sending you an attachment to your PM. This may help you. Check it out.

Thanks.
Reply With Quote
please PM me
  #6 (permalink)  
Old 04-01-2007, 09:13 PM
Freshman
 
Join Date: Apr 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
wjsmooth@yahoo.com is on a distinguished road
Default please PM me

Hello, can someone send me details on a hedge EA?

thanks
Reply With Quote
I need this too !!!
  #7 (permalink)  
Old 04-08-2007, 12:53 AM
Freshman
 
Join Date: Mar 2007
Posts: 5
Thanks: 3
Thanked 0 Times in 0 Posts
barosan01 is on a distinguished road
Exclamation I need this too !!!

Whoa....I'd like this type of indicator too. Plz let me know when it will be available.
Reply With Quote
  #8 (permalink)  
Old 04-09-2007, 07:38 PM
Freshman
 
Join Date: Feb 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
GarFX is on a distinguished road
Default

I would also like to have this indicator - hopefully someone will code it for us.
Reply With Quote
  #9 (permalink)  
Old 04-10-2007, 01:36 AM
scorpion's Avatar
Administrator
 
Join Date: Aug 2004
Posts: 1,957
Thanks: 113
Thanked 380 Times in 151 Posts
scorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to behold
Send a message via MSN to scorpion Send a message via Yahoo to scorpion
Default

Quote:
Originally Posted by pipscalper View Post
Hi Scorpion, thank you for offering to help out with coding. I need a Multi-Hedge Indicator for MT4 that combines 3-4 currencies into one line. It shows the net dollar fluctuations at any given moment. The indiator allows you to plug in currency's entry prices and lots' amounts. For example, I need a one line chart that shows the net dollar fluctuations if I go 100K long EURCHF, short EURUSD, short USDCHF.

Is this something that could be done? Thanks.
This is my version of USD composite indicators. It combines EURUSD, GBPUSD, USDJPY, USDCHF, and USDCAD to make this USD index. The Composite.mq4 shows high and low of USD composite index. "Composite Close.mq4" shows the close of USD composite index.

Ok, what these indicators show you is the value of USD against 5 other currencies. You can treat the composite as the value of USD.

I haven't managed to create the script to buy/sell a bulk of pairs. Stay tuned
Attached Files
File Type: mq4 Composite Close.mq4 (2.7 KB, 184 views)
File Type: mq4 Composite.mq4 (3.3 KB, 169 views)
Shark EA Ultimate
Actual Profits on Live Account: +975%
Since Jan 2007. View Live Statements.
Reply With Quote
  #10 (permalink)  
Old 04-11-2007, 03:00 AM
Freshman
 
Join Date: Mar 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
pipscalper is on a distinguished road
Default

Quote:
Originally Posted by scorpion View Post
This is my version of USD composite indicators. It combines EURUSD, GBPUSD, USDJPY, USDCHF, and USDCAD to make this USD index. The Composite.mq4 shows high and low of USD composite index. "Composite Close.mq4" shows the close of USD composite index.

Ok, what these indicators show you is the value of USD against 5 other currencies. You can treat the composite as the value of USD.

I haven't managed to create the script to buy/sell a bulk of pairs. Stay tuned
Scorp, thanks for taking time to code for us! As you can see, there are quite a few people here who have been waiting for this indicator.

I have several questions about the indicators.

1) What size lots do the indicators assume (100K, 10K, etc.)?
2) Is there any way to plug in different lot sizes for different pairs? For example, sell 100K EURUSD, sell 140K USDCHF, buy 100K EURCHF.

Thanks.

P.S. We are looking forward to test the script to buy/sell a bulk of pairs.
Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hedge Ea juxta14 Tools / Utilities 19 05-11-2008 09:30 PM


All times are GMT. The time now is 11:05 AM.
Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0

Registered members have access to special online forex currency trading tools, software, mt4 expert advisors and indicators. Register now

Main Menu

Economic Forecast