Forex



Go Back   Forex Trading > Training > Metatrader > Metatrader 4 mql 4 - Development course > Questions
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
  #121 (permalink)  
Old 05-28-2006, 08:10 AM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 844
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #122 (permalink)  
Old 05-28-2006, 01:59 PM
codersguru's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 994
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #123 (permalink)  
Old 05-28-2006, 11:51 PM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 844
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #124 (permalink)  
Old 05-29-2006, 02:58 PM
Junior Member
 
Join Date: May 2006
Posts: 12
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #125 (permalink)  
Old 05-31-2006, 11: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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #126 (permalink)  
Old 05-31-2006, 06:08 PM
Senior Member
 
Join Date: Mar 2006
Location: USA/Mexico
Posts: 224
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 06:49 PM.
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
  #127 (permalink)  
Old 06-01-2006, 12:32 AM
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #128 (permalink)  
Old 06-01-2006, 03:58 AM
Senior Member
 
Join Date: Mar 2006
Location: USA/Mexico
Posts: 224
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 04:26 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
  #129 (permalink)  
Old 06-01-2006, 01: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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #130 (permalink)  
Old 06-01-2006, 02:03 PM
codersguru's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 994
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!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
forex, histogram, JMASlope, ToR 1.20, ZUP_v1.mq4


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


All times are GMT. The time now is 01:55 PM.



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