Forex
Google
New signals service!

Go Back   Forex Trading > Programming > Metatrader Programming


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 Thread Tools Display Modes
  #211 (permalink)  
Old 08-14-2007, 01:57 AM
1Dave7's Avatar
Member
 
Join Date: Aug 2007
Posts: 82
1Dave7 is on a distinguished road
Use a zig zag pointer program (Match the zig zag settings) and change the arrow to a 108 or 161, 162, 163 versus 234, 233. You can change the size of the circle or dot by changing the number 4 after the arrow to smaller by a lower number.

Hope this helps!

Dave
<><<<
Attached Files
File Type: mq4 ZigZag Pointer.mq4 (4.2 KB, 16 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #212 (permalink)  
Old 08-15-2007, 10:39 AM
Member
 
Join Date: Feb 2007
Posts: 30
justize is on a distinguished road
Putting symbols into the chart by an EA

Hi,
is it able to insert symbols like arrows or something else by a generatet signal of an EA?
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #213 (permalink)  
Old 08-15-2007, 10:58 AM
ralph.ronnquist's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 280
ralph.ronnquist is on a distinguished road
Yes; check the "Object" functions.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #214 (permalink)  
Old 09-02-2007, 09:41 PM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 722
wolfe is on a distinguished road
Modify a magic number?

Hello all,

I am wondering if anyone can help me with this problem? I keep track of ALL orders in my EA's through magic numbers. Every order has it's own unique magic number assigned to it.

What I want to know is this: Is it possible to modify an open order and change it's magic number identifier? Any help would be greatly appreciated!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #215 (permalink)  
Old 09-02-2007, 10:00 PM
european's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 284
european is on a distinguished road
RE: magic number

You probably know it yourself but the only function in MQ4 that changes parameters of an order is OrderModify().

Unfortunately it doesn't allow to modify magic number.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #216 (permalink)  
Old 09-02-2007, 10:04 PM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 722
wolfe is on a distinguished road
Quote:
Originally Posted by european View Post
You probably know it yourself but the only function in MQ4 that changes parameters of an order is OrderModify().

Unfortunately it doesn't allow to modify magic number.
That's what I was afraid of. It seems there should be a way to do this!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #217 (permalink)  
Old 09-10-2007, 02:43 AM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,174
matrixebiz is on a distinguished road
period - Averaging period for calculation

Could someone please explain to me what this value does/means?
Thanks
iBullsPower(NULL, 0, 13,PRICE_CLOSE,0);

Looking for what 'int period' (third value) means and what a value of 13 or if I change to 20 telling me or doing for me in an EA or Indicator? is it TF specific?
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #218 (permalink)  
Old 09-10-2007, 03:10 AM
Senior Member
 
Join Date: Jan 2006
Posts: 1,119
omelette is on a distinguished road
Quote:
Originally Posted by matrixebiz View Post
Could someone please explain to me what this value does/means?
Thanks
iBullsPower(NULL, 0, 13,PRICE_CLOSE,0);

Looking for what 'int period' (third value) means and what a value of 13 or if I change to 20 telling me or doing for me in an EA or Indicator? is it TF specific?
Thanks
It basically means 'Use 13 PriceClose values, beginning from the current bar (bar 0) to calculate the BullsPower value'

The zero after 'NULL' specifies what timeframe to use. If it is zero (like it is here) it uses the charts timeframe.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #219 (permalink)  
Old 09-10-2007, 03:18 AM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,174
matrixebiz is on a distinguished road
Quote:
Originally Posted by omelette View Post
It basically means 'Use 13 PriceClose values, beginning from the current bar (bar 0) to calculate the BullsPower value'

The zero after 'NULL' specifies what timeframe to use. If it is zero (like it is here) it uses the charts timeframe.
Ok, thank you, what PriceClose values would you recommend to be most accurate? or safest to give a better accurate trade signal?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #220 (permalink)  
Old 09-10-2007, 04:30 AM
Senior Member
 
Join Date: Jan 2006
Posts: 1,119
omelette is on a distinguished road
Quote:
Originally Posted by matrixebiz View Post
Ok, thank you, what PriceClose values would you recommend to be most accurate? or safest to give a better accurate trade signal?
The closing price is the most used, probably for a good reason so it's may be your best bet.....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
automated close order, close, eas, forex, learn mql4, learn mql4 video, mql4 learning, OrderCloseBy, profit, reach, secure profit function, T101_v1.11_orest_IBFXm.mq4, learning mql4

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
Learning Cycles For New Traders Dan7974 General Discussion 350 01-18-2008 07:04 PM
Learning to code for autotrading GoatT Metatrader Programming 8 01-10-2007 09:55 PM
Self learning expert mrtools Expert Advisors - Metatrader 4 32 10-22-2006 06:29 PM


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



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