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
  #121 (permalink)  
Old 05-28-2006, 07:10 AM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 646
increase is on a distinguished road
Sorry for asking this here, but I have been looking for a really good indicator based on Adx that does not give multiple signals on small trend movements, only when there is a major trend, I aslo need sound alert

Thanks for any help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #122 (permalink)  
Old 05-28-2006, 12:59 PM
codersguru's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Quote:
Originally Posted by increase
Sorry for asking this here, but I have been looking for a really good indicator based on Adx that does not give multiple signals on small trend movements, only when there is a major trend, I aslo need sound alert

Thanks for any help
Please submit the indicator!
__________________
Hope it helps !
Coders' Guru
Senior MQL programmer:
www.xpworx.com/custom.htm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #123 (permalink)  
Old 05-28-2006, 10:51 PM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 646
increase is on a distinguished road
Quote:
Originally Posted by codersguru
Please submit the indicator!
Sorry i don't have the indicator I was looking for one and hoping someone could tell me where I can find it?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #124 (permalink)  
Old 05-29-2006, 01:58 PM
Junior Member
 
Join Date: May 2006
Posts: 9
rcbarlow is on a distinguished road
Slow Stockastics

Does anyone have the Slow Stockastics for MQ4 that I can get? I have the regular version but I need the Slow Stockastics version.

Thanks

Randy
rcbarlow@earthlink.net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #125 (permalink)  
Old 05-31-2006, 10:31 AM
frayed's Avatar
Member
 
Join Date: Mar 2006
Posts: 41
frayed is on a distinguished road
If this question has been answered elsewhere I couldn't find it. I am not a programmer so this may not be the best way to ask the question.

I would like to create a Manual EA to trade only one time when it is turned on. If the trade is not executed due to slippage the EA would have to be manually turned off and back on for it to try to trade again. The entry of a level 1 trade would be an instant execution of a buy or sell. The entry of a level 2 trade would be a breakout of a high/low and use pending buy/sell stop orders. It would trade multiple lots with the intent of scaling out at predetermined levels. When the trade is executed all of the profit targets and the initial stop loss will be set. When the first profit target is reached the first pre-set number of lots will be exited and the stop loss will be set to break even. When the second profit target is reached the second pre-set number of lots will be exited and a trailing stop will be iniated for the remainder of the lots in the trade. If I want to manage the trade differently after it is executed I would change it manually from the trading terminal. It sounds simple but it probably isn't easy to code. My question is whether it can be done with one order or would I have to place 3 different orders at the same time. I would much rather do it with one order if possible. Your expertise on this problem would be greatly appreciated.

Regards,
frayed
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #126 (permalink)  
Old 05-31-2006, 05:08 PM
Senior Member
 
Join Date: Mar 2006
Location: USA/Mexico
Posts: 226
kiwigold is on a distinguished road
Pivots Lines

First of all --- thank you SO much for your support --

Following your course (and I have not had time to study it completely yet) I was able to create an indicator I needed that shows the pivot and another line --

It compiled with no errors and draws 2 lines out of 4 -- well thats a start

But I actually want 2 more lines but they are not drawing --

Can you tell me why ?

P=(LastHigh+LastLow+Close[i+1])/3;
T =(LastHigh-LastLow)/2+LastLow+15.0;
C=(LastHigh-LastLow)/2+LastLow;

P and C are drawing -- T is not.

I want T line to be 15 pivots above C

Thanks for your help --

Last edited by kiwigold; 05-31-2006 at 05:49 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #127 (permalink)  
Old 05-31-2006, 11:32 PM
frayed's Avatar
Member
 
Join Date: Mar 2006
Posts: 41
frayed is on a distinguished road
I'm not a programmer but if you mean 15 pips instead of pivots you might need to multiply 15 *point. If you look up point in the MetaEditor dictionary it will be explained. Hope this helps.

frayed
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #128 (permalink)  
Old 06-01-2006, 02:58 AM
Senior Member
 
Join Date: Mar 2006
Location: USA/Mexico
Posts: 226
kiwigold is on a distinguished road
Pivots Lines -- Solved

Got it and it works beautifully

T =(LastHigh-LastLow)/2+LastLow+15.0;

should be


T =(LastHigh-LastLow)/2+(LastLow+0.15); (had missed the ( ) mmmmmmm

(for the Yens -- 0.0015 for USD pairs with 4 digits)

Thanks for listening

Last edited by kiwigold; 06-01-2006 at 03:26 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #129 (permalink)  
Old 06-01-2006, 12:57 PM
kurt_issac's Avatar
Junior Member
 
Join Date: May 2006
Posts: 15
kurt_issac is on a distinguished road
Stochastic

Hello, sorry to ask, where can i find the other tutorial about mq4 coding in this forum?

I am interested in that MSN-like alert. Can you show some example on how can i trigger it when Stochastic %K and %D cross each other ?

Thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #130 (permalink)  
Old 06-01-2006, 01:03 PM
codersguru's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Quote:
Originally Posted by kurt_issac
Hello, sorry to ask, where can i find the other tutorial about mq4 coding in this forum?

I am interested in that MSN-like alert. Can you show some example on how can i trigger it when Stochastic %K and %D cross each other ?

Thank you
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
__________________
Hope it helps !
Coders' Guru
Senior MQL programmer:
www.xpworx.com/custom.htm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
histogram, forex

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 09:53 PM
Forex SRDC Sidus Sibkis EA MT4 Forum OTCSmart This thread Refback 12-08-2007 11:46 AM


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



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