Forex
Google
New signals service!

Go Back   Forex Trading > Discussion Areas > Suggestions for Trading Systems


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 (58) Thread Tools Display Modes
  #251 (permalink)  
Old 01-31-2008, 01:08 AM
Junior Member
 
Join Date: Feb 2007
Posts: 5
ak20 is on a distinguished road
Sceenshots

Some screenshots to show the indicator and the EA described in the previous post in action...

The difference between smoothed and choppy
Smoothing - H1 chart.GIF


Example of just showing EURUSD lines and GBPUSD lines. If you drag another symbol to the chart, the lines will switch automatically
Auto-switching visible lines - H1 chart.GIF


The EA with only the major 5
EA major 5.GIF

Last edited by ak20; 01-31-2008 at 01:11 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #252 (permalink)  
Old 02-08-2008, 03:14 AM
Junior Member
 
Join Date: Jul 2007
Posts: 1
fxgreek is on a distinguished road
Quote:
Originally Posted by ak20 View Post
Hi everyone,

I have coded two variations of the original !xMeter. One is similar except that it only has the major five currencies (EUR, USD, GBP, CHF, JPY). I dropped the CAD and AUD since I don't trade these myself. I also extended the scale from five steps to ten. You have to run this file as an EA.

The second file is an indicator based on this EA. The advantage of the indicator is that it can show you the history. I wasn't aware that TRO had already coded something similar... I hope my version will still add some functionality that people will like. It was a good exercise in coding anyway :-)

The indicator is very flexible in the way you can decide which part of the history you want to view. See the comments in the source for a full explanation.

You can smooth the lines if you like, making them less squiggly in TRO-speak ;-) This is done using a Wilder EMA.

It also has a switch that ensures only the lines from the currency in the current chart are shown (looking at the EURUSD chart, it hides the other lines, switch to GBPJPY and it shows the GBP and JPY automatically).

And finally, you can change over what period it calculates the high, low and range. Choose either 'since midnight' as in the original, or make it look at a rolling window of e.g. 12 hours.

I hope you guys find this indicator useful. Let me know what you think of it!

Expert: !xMeter_EA Major_5 v02.mq4
Attachment 53279

Indicator: !xMeter_EA Major_5 Indy v02.mq4
Attachment 53280
I use FXDD MT4 platform demo account.
the known !xMeter works ok!
But the two versions you posted come up blank.
I know you did something with the "m" for mini accounts..but that is not the problem here.
I wonder if you have an idea to pont me in the direction of compiling the mq4 code for your versions , so it will woth.
Thanks
FxGreek
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #253 (permalink)  
Old 02-11-2008, 09:45 PM
Junior Member
 
Join Date: Feb 2007
Posts: 5
ak20 is on a distinguished road
Hi fxgreek,

I'm not sure what could be the problem exactly... I downloaded and compiled both the EA and the indicator from the forum to see if anything was corrupted during upload. They work fine on my demo account (metaquotes server).

With the EA the problem might have been that you tried it when the market was closed (I'm making an assumption from the time of your post here). If there's no tick then the EA won't show anything. Please try again now the market is open and wait for a tick on the chart that you loaded it at. Also make sure it's in the /experts folder, not in /experts/indicators

Now for the indicator, it should work regardless of it's receiving new ticks. If you leave all the default settings it only shows 500 bars of history though. Please make sure you've scrolled your chart to the end to see these bars.
The file should be placed in the /experts/indicators folder. The filename's a bit confusing with the EA-part in it...

I have added the compiled files to the original post (#250) so you can try those as well.

Let me know if you have better luck this time.

Last edited by ak20; 02-11-2008 at 09:52 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #254 (permalink)  
Old 02-20-2008, 12:46 PM
Abouelzelouf's Avatar
Junior Member
 
Join Date: Aug 2006
Posts: 16
Abouelzelouf is on a distinguished road
Quote:
Originally Posted by ak20 View Post
Some screenshots to show the indicator and the EA described in the previous post in action...

The difference between smoothed and choppy
Attachment 53283


Example of just showing EURUSD lines and GBPUSD lines. If you drag another symbol to the chart, the lines will switch automatically
Attachment 53284


The EA with only the major 5
Attachment 53285
how to make this indicator show only one pair only like eur/usd or gbp/usd or any other?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #255 (permalink)  
Old 02-20-2008, 04:43 PM
Junior Member
 
Join Date: Feb 2007
Posts: 5
ak20 is on a distinguished road
Hi Abouelzelouf,

You can control this with the input variable 'showAllCurrencies'. You can set this to TRUE or FALSE when you add the indicator to the chart.

Set showAllCurrencies to FALSE and only the lines for the current symbol will be shown. So if you attach the indicator to a EURUSD chart it will show only the EUR and USD lines.
The indicator detects which symbol is loaded, so if you change the symbol (from the market watch window, drag the CHFJPY to the chart) it will show the two lines for the new symbol in the chart.

Note that with 'showAllCurrencies' set to FALSE on e.g. a USDCAD chart it shows only the USD line, and on a AUDNZD chart it wouldn't show any line at all because it only calculates values for the EUR, USD, GBP, JPY and CHF.

If you leave the value to TRUE, it will always show all five lines regardless of the symbol in the chart.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #256 (permalink)  
Old 02-20-2008, 09:45 PM
Abouelzelouf's Avatar
Junior Member
 
Join Date: Aug 2006
Posts: 16
Abouelzelouf is on a distinguished road
Quote:
Originally Posted by ak20 View Post
Hi Abouelzelouf,

You can control this with the input variable 'showAllCurrencies'. You can set this to TRUE or FALSE when you add the indicator to the chart.

Set showAllCurrencies to FALSE and only the lines for the current symbol will be shown. So if you attach the indicator to a EURUSD chart it will show only the EUR and USD lines.
The indicator detects which symbol is loaded, so if you change the symbol (from the market watch window, drag the CHFJPY to the chart) it will show the two lines for the new symbol in the chart.

Note that with 'showAllCurrencies' set to FALSE on e.g. a USDCAD chart it shows only the USD line, and on a AUDNZD chart it wouldn't show any line at all because it only calculates values for the EUR, USD, GBP, JPY and CHF.

If you leave the value to TRUE, it will always show all five lines regardless of the symbol in the chart.
Thank you for your reply this did solve my problem. sorry I didn't notice this option I did put the color of the other lines to none. or make the lines of current pairs more thick this was the best solution.

is it possible to replace chf with AUD and another one with CAD and one with NZD.
or if possible one indicator with added line in the input where we can remove chf and replace it with any other currency that our broker have.
I don't know if this possible.
Thank you for this great indicator.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #257 (permalink)  
Old 02-21-2008, 05:32 PM
Abouelzelouf's Avatar
Junior Member
 
Join Date: Aug 2006
Posts: 16
Abouelzelouf is on a distinguished road
Quote:
Originally Posted by ak20 View Post
Hi Abouelzelouf,

You can control this with the input variable 'showAllCurrencies'. You can set this to TRUE or FALSE when you add the indicator to the chart.

Set showAllCurrencies to FALSE and only the lines for the current symbol will be shown. So if you attach the indicator to a EURUSD chart it will show only the EUR and USD lines.
The indicator detects which symbol is loaded, so if you change the symbol (from the market watch window, drag the CHFJPY to the chart) it will show the two lines for the new symbol in the chart.

Note that with 'showAllCurrencies' set to FALSE on e.g. a USDCAD chart it shows only the USD line, and on a AUDNZD chart it wouldn't show any line at all because it only calculates values for the EUR, USD, GBP, JPY and CHF.

If you leave the value to TRUE, it will always show all five lines regardless of the symbol in the chart.
or if possible and easier to make the indicator show only the lines of the current chart, this mean it will work on any pair attached too, and will be less heavy on the computer, this one if attached to too many charts it uses too much of the computer resources.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #258 (permalink)  
Old 02-26-2008, 12:44 PM
Junior Member
 
Join Date: Feb 2007
Posts: 5
ak20 is on a distinguished road
Abouelzelouf,

The new version is ready :-) I put it in the original post in entry #250

You can now choose which currencies you want to include in the indicator.

The load on your computer will of course increase if you choose eight instead of five currencies. There's is no way to prevent this since even if you only display the currencies currently in the chart, it will still need to calculate the values for all currencies you put in the input parameters.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #259 (permalink)  
Old 02-26-2008, 01:58 PM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,174
matrixebiz is on a distinguished road
Is this still a profitable system? How are you guys doing and what settings?
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #260 (permalink)  
Old 02-26-2008, 03:42 PM
Abouelzelouf's Avatar
Junior Member
 
Join Date: Aug 2006
Posts: 16
Abouelzelouf is on a distinguished road
Thumbs up

Quote:
Originally Posted by ak20 View Post
Abouelzelouf,

The new version is ready :-) I put it in the original post in entry #250

You can now choose which currencies you want to include in the indicator.

The load on your computer will of course increase if you choose eight instead of five currencies. There's is no way to prevent this since even if you only display the currencies currently in the chart, it will still need to calculate the values for all currencies you put in the input parameters.
Thank you, for the updated indicator.
yes I noticed it take much of the computer resources.
thank you for your effort.
I hope you will be able to make one that work only with currencies on the chart, to save some of the computer power. maybe same like this indicator but with only 2 currencies we write them in the input and attach it to the chart.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
xMeter, FerruFx, Xmeter indicator, !xmeter forex, !xMeter, xmeter EA, xmeter forex, !xMeter.mq4, forex xmeter, xMeter.mq4, !XMeter ea, !xmeter mt4, xMeter mt4, !xMeter_MultiPairs_Trader.mq4

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

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/suggestions-trading-systems/7732-new-ea-based-xmeter.html
Posted By For Type Date
Magictrader Journal ::.. This thread Refback 09-14-2008 03:53 PM
Magictrader Journal ::.. This thread Refback 09-13-2008 06:42 AM
Magictrader Journal ::.. This thread Refback 09-12-2008 09:57 PM
Magictrader Journal ::.. This thread Refback 09-12-2008 09:54 PM
MT4 Indicator Request - Page 4 - Nogold.com This thread Refback 08-11-2008 04:51 PM
Cluster indicators - Onix (Page 61) This thread Refback 08-10-2008 01:34 AM
Кластерные индикаторы - Onix (Страница 61) This thread Refback 05-31-2008 03:32 PM
/ Forex , . . - - !xMeter MultiPairs_Trader This thread Refback 04-02-2008 11:07 PM
MT4MetaTrader Part8ڥ᥿ȥ졼 - MetaTraderޤȤWiki This thread Refback 02-20-2008 11:36 AM
vaz321 H1, H4. - Masterforex-V This thread Refback 02-20-2008 09:02 AM
!xMeter MultiPairs_Trader - / Forex , . . This thread Refback 02-19-2008 08:46 AM
Is There An Ea/script That Displays The Strenght Of All The Currencies? This thread Refback 02-18-2008 12:59 PM
MT4 Indicator Request - Page 4 - Nogold.com This thread Refback 01-21-2008 04:21 AM
Кластерные индикаторы - Onix (Страница 61) This thread Refback 01-16-2008 01:41 PM
vaz321 H1, H4. - Masterforex-V This thread Refback 01-15-2008 12:51 PM
Masterforex-V > vaz321 H1, H4. This thread Refback 12-24-2007 05:22 PM
Прошу помочь - Onix (Страница 1) This thread Refback 12-18-2007 03:49 PM
Axelar718 - Currency Strength This thread Refback 12-14-2007 06:32 PM
Is There An Ea/script That Displays The Strenght Of All The Currencies? This thread Refback 12-11-2007 04:19 PM
Is There An Ea/script That Displays The Strenght Of All The Currencies? This thread Refback 12-11-2007 03:05 PM
!xMeter MultiPairs_Trader - / Forex , . . This thread Refback 12-11-2007 10:36 AM
- Onix (: 1) This thread Refback 11-27-2007 09:45 PM
- Onix This thread Refback 11-26-2007 03:05 PM
Senjata Yang diperlukan untuk menaklukkan GAJAH (GBP/JPY) This thread Refback 11-16-2007 08:40 AM
, , ! This thread Refback 10-26-2007 03:55 PM
vaz321 H1, H4. - Masterforex-V This thread Refback 10-26-2007 09:05 AM
vaz321 H1, H4. - Masterforex-V This thread Refback 10-25-2007 12:00 PM
vaz321 H1, H4. - Masterforex-V This thread Refback 10-25-2007 10:17 AM
vaz321 H1, H4. - Masterforex-V This thread Refback 10-25-2007 09:33 AM
. - Onix This thread Refback 09-27-2007 07:30 AM
> . - xmeter, This thread Refback 09-17-2007 11:11 PM
/ Forex , . . - !xMeter MultiPairs_Trader This thread Refback 08-29-2007 10:43 AM
Senjata Yang diperlukan untuk menaklukkan GAJAH (GBP/JPY)