Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Indicators - Metatrader 4


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 02-15-2007, 07:48 PM
Senior Member
 
Join Date: Nov 2005
Posts: 169
mangman is on a distinguished road
Nicholson,

Thanks for the explaination.

I read the article with respect to the fractional product ineffiency and tested it in the last two weeks in my demo account and real accounts with success, trading manually.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 02-15-2007, 08:00 PM
thesource's Avatar
Senior Member
 
Join Date: Dec 2006
Location: My World
Posts: 222
thesource is on a distinguished road
I am missing something I think

Hi Nicholishen

I just want to have abasic run down of the indi/EA.

I figure that it is scanning for matches.

Could you please provide a screen shot (if any) of what I should see on the chart.

Do I attach the EA only to one chart
What TF

I just need some guidance on the EA. I have the idea behind it under the belt.

Thank you
__________________
Safe Trades

the source
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 02-15-2007, 08:03 PM
BluePearl's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 203
BluePearl is on a distinguished road
how do you know which rings are associated with which colored lines or is this a wrong question?

Quote:
Originally Posted by Nicholishen
The prices refer to the target price set by FPI for the given ring it is positioned in. The matches refer to how many matching rings (rings that contain chart currency).

The rings are (example EURUSD rings in RED):

1. "EURJPY","EURAUD","AUDJPY"
2. "EURJPY","EURCHF","CHFJPY"
3. "EURJPY","EURGBP","GBPJPY"
4. "EURJPY","EURUSD","USDJPY"
5. "AUDJPY","AUDUSD","USDJPY"
6. "EURUSD","EURAUD","AUDUSD"
7. "EURUSD","EURGBP","GBPUSD"
8. "USDJPY","USDCHF","CHFJPY"
9. "GBPJPY","GBPCHF","CHFJPY"
10. "GBPJPY","GBPUSD","USDJPY"
11. "EURCAD","EURUSD","USDCAD"
12. "EURCHF","EURGBP","GBPCHF"
13. "EURCHF","EURUSD","USDCHF"
14. "GBPCHF","GBPUSD","USDCHF"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 02-15-2007, 08:13 PM
thesource's Avatar
Senior Member
 
Join Date: Dec 2006
Location: My World
Posts: 222
thesource is on a distinguished road
Mini Live Acc

Hi.

Just a quick one on the EA Code

I want to run this on a Live account data feed so I am using a mini account

Should this segment

string pairs[14][3]={
"EURJPY","EURAUD","AUDJPY",//1 d
"EURJPY","EURCHF","CHFJPY",//6 h, inv
"EURJPY","EURGBP","GBPJPY",//12 inv
"EURJPY","EURUSD","USDJPY",//14
"AUDJPY","AUDUSD","USDJPY",//2 d
"EURUSD","EURAUD","AUDUSD",//3 d
"EURUSD","EURGBP","GBPUSD",//13
"USDJPY","USDCHF","CHFJPY",//8
"GBPJPY","GBPCHF","CHFJPY",//7 inv
"GBPJPY","GBPUSD","USDJPY",//14
"EURCAD","EURUSD","USDCAD",//9 inv
"EURCHF","EURGBP","GBPCHF",//10 inv
"EURCHF","EURUSD","USDCHF",//11 inv
"GBPCHF","GBPUSD","USDCHF",//15
};

be changed to

string pairs[14][3]={
"EURJPYm","EURAUDm","AUDJPYm",//1 d
"EURJPYm","EURCHFm","CHFJPYm",//6 h, inv
"EURJPYm","EURGBPm","GBPJPYm",//12 inv
"EURJPYm","EURUSDm","USDJPYm",//14
"AUDJPYm","AUDUSDm","USDJPYm",//2 d
"EURUSDm","EURAUDm","AUDUSDm",//3 d
"EURUSDm","EURGBPm","GBPUSDm",//13
"USDJPYm","USDCHFm","CHFJPYm",//8
"GBPJPYm","GBPCHFm","CHFJPYm",//7 inv
"GBPJPYm","GBPUSDm","USDJPYm",//14
"EURCADm","EURUSDm","USDCADm",//9 inv
"EURCHFm","EURGBPm","GBPCHFm",//10 inv
"EURCHFm","EURUSDm","USDCHFm",//11 inv
"GBPCHFm","GBPUSDm","USDCHFm",//15
};


I know some EA's require the "m" for mini accounts.

So do I just change the code and recompile.

Please advise
__________________
Safe Trades

the source
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 02-15-2007, 10:52 PM
Member
 
Join Date: Jun 2006
Posts: 44
Maximus is on a distinguished road
thesource, you was right, you need to put the "m" at the end of each currencie for the EA, it is working find now... thx Max
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 02-15-2007, 11:16 PM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 616
increase is on a distinguished road
Quote:
Originally Posted by Nicholishen
The colored lines are the new target prices based on the FPI concept. Since it is calulated from rings of three symbols only one of two things can happen. When the target price jumps away from the actual price either:
A) One of the two other pairs in the ring will adjust its price
B) The pair on the Chart will adjust its price

The more targets going in one direction the more likely it is that the pair on the chart will be the one to adjust.
Can I ask questions
1. This is an EA but is the intention that it can be used like an indicator?
2. I loaded it into expert and at the moment it shows 3 lines on E/U around 1.3137, will these lines move to show the proposed target for the price?

3. in the info it talks about entry and exit lines, but my 3 lines are grouped together as attached is this correct?
Attached Images
File Type: jpg FPI.jpg (181.5 KB, 1779 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 02-15-2007, 11:23 PM
Nicholishen's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 531
Nicholishen is on a distinguished road
You will need to zoom your chart to M1. This is an extremely short term indicator.

Here is an updated version that comments the ring and its corresponding color.
Attached Files
File Type: mq4 Predictive_Price_FPIv2.mq4 (4.5 KB, 634 views)
__________________
"Anyone who has never made a mistake has never tried anything new." -Albert Einstein
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 02-15-2007, 11:28 PM
Nicholishen's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 531
Nicholishen is on a distinguished road
Quote:
I know some EA's require the "m" for mini accounts.

So do I just change the code and recompile.
I just added an extern bool (IsMini) then added this routine to the init()
PHP Code:
if(IsMini){
      for(
int i=0;i<14;i++){
         for(
int y=0;y<3;y++){
            
pairs[i][y]=pairs[i][y]+"m";
         }
      }
   } 
__________________
"Anyone who has never made a mistake has never tried anything new." -Albert Einstein
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 02-16-2007, 12:08 AM
BluePearl's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 203
BluePearl is on a distinguished road
i've put int on the euro/usd. the yellow line refers to eur/jpy, eur/usd and eur/jpy. i see it jumping up and down while the bid line on the chart is stationary.

how do you interpret the movement of all of these lines?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 02-16-2007, 02:27 AM
Nicholishen's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 531
Nicholishen is on a distinguished road
Quote:
Originally Posted by BluePearl
i've put int on the euro/usd. the yellow line refers to eur/jpy, eur/usd and eur/jpy. i see it jumping up and down while the bid line on the chart is stationary.

how do you interpret the movement of all of these lines?
please read the first post on the fpi thread... the link is found on post 1
__________________
"Anyone who has never made a mistake has never tried anything new." -Albert Einstein
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

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 On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
MTF Price keris2112 Indicators - Metatrader 4 17 02-03-2008 04:47 PM
Price System Kurka Fund Expert Advisors - Metatrader 4 0 11-18-2006 07:14 PM
Price EACAN Questions 4 06-23-2006 09:27 AM
Time and price newdigital Expert Advisors - Metatrader 4 0 12-27-2005 01:05 PM


All times are GMT. The time now is 11:58 AM.



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