Forex
Google
New signals service!

Go Back   Forex Trading > Metatrader Training > Metatrader 4 mql 4 - Development course > Questions


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 (2) Thread Tools Display Modes
  #131 (permalink)  
Old 06-01-2006, 02:21 PM
kurt_issac's Avatar
Junior Member
 
Join Date: May 2006
Posts: 15
kurt_issac is on a distinguished road
Quote:
Originally Posted by codersguru
kurt,

You can the complete set of tutorials and tools at:
www.metatrader.info

for how-to use MSN alert go to:
www.metatrader.info/node/82
Thank you wow very nice site
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #132 (permalink)  
Old 06-02-2006, 07:25 AM
kurt_issac's Avatar
Junior Member
 
Join Date: May 2006
Posts: 15
kurt_issac is on a distinguished road
edited: i succesfully done it

Last edited by kurt_issac; 06-04-2006 at 01:44 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #133 (permalink)  
Old 06-03-2006, 03:23 AM
Junior Member
 
Join Date: May 2006
Posts: 3
labrat407 is on a distinguished road
Question Journal assistant

I was reading another thread and had the following idea:
Quote:
Originally Posted by labrat407
Hello everyone, I am new to here and to Forex. I was thinking about this a few days ago and this topic peaked my interest. I know you can do chart captures from MT4 ( I have not done it yet as I am still getting used to the package). My question/Request is this:

Are you able to set the Chart capture function up like an indicator?
eg1: You are testing an Indicator/EA/system, but can not be there all the time. When the indicator provides a signal then the Capture function is set off.

eg2:You have an EA and it is live trading, the Capture goes off when the open or close is set off for a trade.

Is this possible? I think this would be a great assist to Journaling your trades.
Can this be done? Since I am not at my PC all day I would like to have this run for my demo accounts and be able to look back at the trades.

Thanks for any help

-------------------------
On the path to personal success one meets many people.
Learn from the ones who have failed and offer help.
Learn more from the ones who have succeeded, and thank them for their help!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #134 (permalink)  
Old 06-03-2006, 10:20 AM
Junior Member
 
Join Date: Apr 2006
Posts: 9
JimmyJoe is on a distinguished road
If you have a look at this thread:

http://strategybuilderfx.com/showthread.php?t=16628

you will find there a quite promising strategy developed. For faster backtesting a simple indicator is needed which draws horizontal lines at the open price of 6 am CET which is 4 am GMT candle and then on every 25 pip higher and lower for the day, on the next day the lines are redrawn according to the price at 6 am CET. So if someone has an indicator capable of this please post it here. I will be very thankful.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #135 (permalink)  
Old 06-08-2006, 04:27 AM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 690
increase is on a distinguished road
I have been trying to get some help to put an alert in the stopreversal indicator, when the arrows show.

I had a try using the info shown in the "How to add alarm to any indicator " doc but not having success so far, here is what I found

This indicator uses different indicator array to the one mentioned in the "How to" doc

Instead of
SetIndexBuffer(0,ExtMapBuffer);
SetIndexBuffer(1,ExtMapBuffer2);

It uses this
void SetIndexValue(int shift, double value)
{
ExtHistoBuffer[shift] = value;
}

void SetIndexValue2(int shift, double value)
{
ExtHistoBuffer2[shift] = value;
}
there seems to be no if statement as mentioned in the "How to set an alarm doco"? Help!

Also, when I use Alert("Some sound and window"); is there a function to play another alert sound

I tried Playsound("alert2.wav") but then I get 2 sounds
Attached Files
File Type: mq4 stopreversal.mq4 (4.1 KB, 42 views)

Last edited by increase; 06-08-2006 at 06:38 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #136 (permalink)  
Old 06-08-2006, 08:29 AM
deeforex's Avatar
Member
 
Join Date: Oct 2005
Posts: 91
deeforex is on a distinguished road
Here's my problem...

How to modify this order

hope you might be able to help!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #137 (permalink)  
Old 06-08-2006, 12:03 PM
Banned
 
Join Date: Oct 2005
Posts: 387
Bongo is an unknown quantity at this point
Quote:
Originally Posted by Bongo
CodersGuru,
I'm looking for this. Coul you please help. Thanks.
Bongo
I’m looking for these functions:

Strategies:
1)
For trading 2 pairs: EUR/USD & USD/CHF.

If CHF/USD jump up 2 ticks, sell EUR/USD and vv
If CHF/USD jump down 2 ticks, buy EUR/USD.

If EUR/USD jump up 2 ticks, sell USD/CHF and vv
If EUR/USD jump down 2 ticks, buy USD/CHF.

2)
For trading only 1 pairs: EUR/USD.

If USD/CHF jump up 2 ticks, sell EUR/USD and vv
If USD/CHF jump down 2 ticks, buy EUR/USD but
If EUR/USD jump 2 ticks first don’t trade USD/CHF,
Wait for USD/CHF to jump first.

3)
For trading only 1 pairs: EUR/USD.

If USD/CHF jump up 2 ticks, sell EUR/USD and vv
If USD/CHF jump down 2 ticks, buy EUR/USD.

Trading on the own movement:
If EUR/USD jump up 2 ticks, buy EUR/USD,
If EUR/USD jump down 2 ticks, sell EUR/USD.
Somebody can help me?????
Thanks.
B.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #138 (permalink)  
Old 06-08-2006, 01:50 PM
Junior Member
 
Join Date: Apr 2006
Posts: 2
sisi is on a distinguished road
Coders Guru Help

Hi,
Mr. Guru could you please help me to constantly refresh an ea after each tick movement.
I have tried everything, But I just can't make it refresh constantly.

Tnx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #139 (permalink)  
Old 06-08-2006, 08:19 PM
Junior Member
 
Join Date: May 2006
Posts: 21
viktoriwan is on a distinguished road
Help to convert this language to MT 4

hello guys,
my friend ask me for help to convert this MetaStock code to MT4.. i don't know what how to convert..but i believe it has something to do with zigzag pointer and moving average.. so for seasoned programmer... please help me translate this code...

mov (zig,4,c),5,e

he gives me hint that it use value form zigzag indicator with parameter 4 on closed price and the value is given to Exponential moving average with period 5.

but wonder which zigzag signal should i use ? also how the value (which i assume a pair level) could given to process to another indicator

Please help me.. thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #140 (permalink)  
Old 06-11-2006, 04:34 PM
ukt ukt is offline
Junior Member
 
Join Date: Dec 2005
Posts: 12
ukt is on a distinguished road
Hello there!

I seem to be stuck in loop here and wonder if someone has been there, done ?, and broke out of loop

Over at MetaQuotes http://www.metaquotes.net/forum/1916 is thread about the dictionary small text.

Slawa gives directions for possible work around - but this is to my mind a con and since these guys must know a thing or two about Windows coding etc, I'd expect more robust fix... like an update

To add insult to injury [for me anyway] the actions do not make any difference to my setup.

I have latest ME,MT,IE,XP pro sp2,blah,blah...

Sure would appreciate someone putting me outta my misery

Cheers

ah yes - I sure like the threads & posts, so much to learn [as usual...]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
histogram, forex, ZUP_v1.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/questions/270-ask.html
Posted By For Type Date
OzFx System:) - Page 639 This thread Refback 06-21-2008 10:53 PM
Forex SRDC Sidus Sibkis EA MT4 Forum OTCSmart This thread Refback 12-08-2007 12:46 PM


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



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