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
  #211 (permalink)  
Old 05-20-2007, 05:40 PM
rlinac's Avatar
Junior Member
 
Join Date: Nov 2005
Location: Surabaya, Indonesia
Posts: 14
rlinac is on a distinguished road
Quote:
Originally Posted by FerruFx
MrPip,

Is it possible to make the !xMeter an indicator instead of an EA?

It would be great!

FerruFx
Let me talk, I hope someone with better coding skills can put me on the right track

Sure it's possible to convert !xMeter as an indicator, but we'll miss numbers of information. It doesn't matter whether price is changed or not, every second !xMeter calculates the data. It uses an infinite loop to repeat the main program. That's way !xMeter is different with common EA/indicator.

Another reason i coded it as an EA because mq4 doesn't allow using an infinite loop in indicator ... maybe at mq5 it will
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
  #212 (permalink)  
Old 05-21-2007, 01:04 AM
Senior Member
 
Join Date: Feb 2007
Posts: 986
FerruFx is on a distinguished road
Quote:
Originally Posted by yorkyjohnny
The trading strategy you are now using to test the EA appears to be:-

i) Wait for a green candle to close.
ii) If the TREND meter is showing a continuing 'UP' trend, with a strength of at least 80%, then immediately enter a SHORT trade (presumably at the open price of the next candle).
iii) Place a 30 pip TP and a 100 pip SL and wait for either to be reached.
iv) The exact opposite will apply for entering a LONG trade.

Is that correct? Am I interpreting the trading strategy accurately now?
Yes for all. But it's not THE strategy but A strategy. I just find some parameters which could be promissing. Only forward testing will confirm.

Everybody can try some differents strategies with the 2 versions EA (standard and reverse) and find the best settings.

Hope it helps.

FerruFx
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
  #213 (permalink)  
Old 05-21-2007, 01:11 AM
Senior Member
 
Join Date: Feb 2007
Posts: 986
FerruFx is on a distinguished road
Quote:
Originally Posted by rlinac
Let me talk, I hope someone with better coding skills can put me on the right track

Sure it's possible to convert !xMeter as an indicator, but we'll miss numbers of information. It doesn't matter whether price is changed or not, every second !xMeter calculates the data. It uses an infinite loop to repeat the main program. That's way !xMeter is different with common EA/indicator.

Another reason i coded it as an EA because mq4 doesn't allow using an infinite loop in indicator ... maybe at mq5 it will
If the !xMeter become an indicator, will the results be different or simply refresh less often?

If it's not possible to make it an indicator, is it possible to code 7 buffers into the EA?

Thanks in advance Rlinac!

FerruFx
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
  #214 (permalink)  
Old 05-21-2007, 02:37 AM
lowphat's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 200
lowphat is on a distinguished road
An indicator refreshes on the tick of the chart its loaded on. if you monitor multi pairs which all refresh at different times the data will not be accurite because it may have ticked on other pairs but the pair you loaded it on. The results will be different and refresh less.

You dont need buffers for an ea you can just use the logic directly in an ea.

Last edited by lowphat; 05-21-2007 at 03:50 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
  #215 (permalink)  
Old 05-21-2007, 03:17 AM
Senior Member
 
Join Date: Feb 2007
Posts: 986
FerruFx is on a distinguished road
Quote:
Originally Posted by lowphat
An indicator refreshes on the tick of the chart its loaded on. if you monitor multi pairs which all refresh at different times the data will not be accurite because it may have ticked on other pairs but the pair you loaded it on has not yet. The results will be different and refresh less.

You dont need bufferes for an ea you can just use the logic directly in an ea.
Thanks lowphat!
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
  #216 (permalink)  
Old 05-21-2007, 08:15 AM
Junior Member
 
Join Date: Oct 2006
Posts: 3
Vinsant is on a distinguished road
I express gratitude FerruFX, Rlinac.
I ask to forgive for my English, I use to machine translations.
Whether as you consider has the right for a life such indicator? counting cost of currency pair (cross rates through the basic, and the basic through cross rates) which the signal submitted at rejection on the set size pips settlement cost from actual. An example: (GBPJPY=GBPUSD*USDJPY) (GBPUSD=GBPJPY/USDJPY) … … … ….
Attached Images
File Type: gif 1.gif (58.6 KB, 2946 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
  #217 (permalink)  
Old 05-21-2007, 10:38 AM
Senior Member
 
Join Date: Feb 2007
Posts: 986
FerruFx is on a distinguished road
Quote:
Originally Posted by Vinsant
I express gratitude FerruFX, Rlinac.
I ask to forgive for my English, I use to machine translations.
Whether as you consider has the right for a life such indicator? counting cost of currency pair (cross rates through the basic, and the basic through cross rates) which the signal submitted at rejection on the set size pips settlement cost from actual. An example: (GBPJPY=GBPUSD*USDJPY) (GBPUSD=GBPJPY/USDJPY) … … … ….
Sorry Vinsant, i don't understand your request.
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
  #218 (permalink)  
Old 05-21-2007, 02:34 PM
Junior Member
 
Join Date: May 2007
Posts: 15
emdafx is on a distinguished road
@ FerruFX
Thank you for this nice indicator... I love it!!!!
One idea to improve appearance...

I'm using the light_chart_v1.1
sometimes all the lines and charts on the background... makes the texts of your indicator difficul to read... One solution would be... maybe.. I don't know if it is possible... to draw a filled rectangle of a color... on the background of your texts.. but on the foreground of the rest of the charts.... maybe complicated... another solution is to place the indicator at the right and use the Shift chart...... great.. but then the location of the things.... X coordinate.. are from the left .. so if I resize the window... it may dissapear... Would it be possible to measure the X coordinate... from the right ?
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
  #219 (permalink)  
Old 05-21-2007, 03:58 PM
Senior Member
 
Join Date: Feb 2007
Posts: 986
FerruFx is on a distinguished road
Quote:
Originally Posted by emdafx
I'm using the light_chart_v1.1 sometimes all the lines and charts on the background... makes the texts of your indicator difficul to read... One solution would be... maybe.. I don't know if it is possible... to draw a filled rectangle of a color... on the background of your texts.. but on the foreground of the rest of the charts.... maybe complicated... another solution is to place the indicator at the right and use the Shift chart...... great.. but then the location of the things.... X coordinate.. are from the left .. so if I resize the window... it may dissapear... Would it be possible to measure the X coordinate... from the right ?
Thanks Emdafx for your comments!

It's difficult to satisfy everybody! I'll try to do something in a future version.

Right now, i'm forward testing the EA. I let you know the results at the end of this week.

FerruFx
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
  #220 (permalink)  
Old 05-22-2007, 01:34 AM
Senior Member
 
Join Date: Feb 2007
Posts: 986
FerruFx is on a distinguished road
I opened a new thread for the !xMeter and the first EA based on.

New EA based on the !xMeter

Thanks for your feedback!

FerruFx
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
FerruFx, ferrufx indicator, ferrufx multi, FerruFx Multi info light chart, ferrufx_multi_info, FerruFx_Multi_info+, FerruFx_Multi_info+.mq4, FerruFx_Multi_info+_light_chart.mq4, forex, furrufx, indicator, indicators mt4 test, light_chart_v1.1, multi indicators, open trade analysis, xMeter, FerruFx_Multi_info, FerruFx_Multi_info+_light_chart, ferrux, multi, ferrufx multi info, multi indicator, ferru, trend meter, forex multi indicator, xmeter_mini, open trade analysis indicator, ferrufx multi indicator, FerruFx_Multi_info+_light_chart_v1.1.mq4, "open trade analysis"


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
Multi pair chart indicator european Indicators - Metatrader 4 3 06-30-2008 12:10 PM
Multi EA hellkas Expert Advisors - Metatrader 4 104 10-24-2007 10:22 PM
Multi-indicator confirm Nebula Indicators - Metatrader 4 1 07-05-2007 11:31 AM
Multi-Hedge Indicator for MT4 pipscalper Indicators - Metatrader 4 0 04-01-2007 04:06 AM
Multi EAs, multi brokers, same computer hhsmoney General Discussion 6 11-16-2006 09:32 PM


All times are GMT. The time now is 10:36 PM.



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