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
  #291 (permalink)  
Old 01-28-2008, 01:00 AM
MANSTIR's Avatar
Member
 
Join Date: Nov 2007
Posts: 95
MANSTIR is on a distinguished road
Quote:
Originally Posted by Devil2000 View Post
Is there any error message on your journal?

What are the "TrailingStops" and "Pips" default value?
my trailing stop is 10pips and pips value is 15
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #292 (permalink)  
Old 01-30-2008, 09:27 PM
Junior Member
 
Join Date: Jan 2008
Posts: 23
TraderGuy is on a distinguished road
Still hoping to find answers to my newbie questions on bottom of page 2 of this thread. Thanks for any help.

P.S. I had posted those two posts as separate threads. But the admin moved them here. The first one, about closing half a position really doesn't belong here. I was asking how to do it just using the menus, so its not a programming question. I did also ask how to do it programatically, but, for the moment, I'd be just happy if I could do it manually. Its gotta be simple, and I must be a moron for not being able to figure it out.

Last edited by TraderGuy; 01-30-2008 at 09:30 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #293 (permalink)  
Old 01-31-2008, 02:46 AM
MANSTIR's Avatar
Member
 
Join Date: Nov 2007
Posts: 95
MANSTIR is on a distinguished road
do anyone here have source code for spread filter?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #294 (permalink)  
Old 01-31-2008, 12:51 PM
Senior Member
 
Join Date: Jan 2006
Posts: 1,119
omelette is on a distinguished road
Quote:
Originally Posted by MANSTIR View Post
do anyone here have source code for spread filter?
if ((Ask - Bid) / Point >= ThresholdValue)
{
//Your code here...
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #295 (permalink)  
Old 01-31-2008, 02:48 PM
Member
 
Join Date: Oct 2005
Posts: 34
yaniv_av is on a distinguished road
MQL question

Hi all,

How can I get the higher/lower price for a symbol between 2 specific times?
Example: I want to get the EURUSD higher price between the 1.1.2008 00:00 until the 1.2.2008 00:00.
How can I do that ?

Thanks !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #296 (permalink)  
Old 02-01-2008, 01:26 AM
MANSTIR's Avatar
Member
 
Join Date: Nov 2007
Posts: 95
MANSTIR is on a distinguished road
Quote:
Originally Posted by omelette View Post
if ((Ask - Bid) / Point >= ThresholdValue)
{
//Your code here...
}
thanks a lot omelette, its works
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #297 (permalink)  
Old 02-03-2008, 03:12 PM
fxtrader625's Avatar
Member
 
Join Date: Nov 2006
Posts: 44
fxtrader625 is on a distinguished road
ExpertsDllConfirm in start.ini seems not to work

Hi,

The ExpertsDllConfirm in start.ini seems not to work:

ExpertsDllConfirm=false doesn't make this flag reset at start up. See attached options dialog window. Can anyone else confirm this is a bug for MT4? Is there a workaround for this?

Thanks,
Jeff
Attached Images
File Type: jpg bugMT4.JPG (33.5 KB, 69 views)
__________________
Links about my trading signals:

Trigg3'dTrSys @ Trad3rsHub
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #298 (permalink)  
Old 02-04-2008, 01:03 AM
Linuxser's Avatar
Moderator
 
Join Date: May 2006
Location: Helliconia (Spring)
Posts: 2,820
Blog Entries: 34
Linuxser has disabled reputation
Quote:
Originally Posted by fxtrader625 View Post
Hi,

The ExpertsDllConfirm in start.ini seems not to work:

ExpertsDllConfirm=false doesn't make this flag reset at start up. See attached options dialog window. Can anyone else confirm this is a bug for MT4? Is there a workaround for this?

Thanks,
Jeff
Hi

maybe not a bug, check if don't have some files set RO. By only click out the option should be enough

Also, there is no start.ini file.
__________________
Elite Manual Trading | Portfolio | Calendar | Suggestions to improve the forum | My Blog

Remember: Signatures must have three lines as maximum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #299 (permalink)  
Old 02-04-2008, 09:41 PM
fxtrader625's Avatar
Member
 
Join Date: Nov 2006
Posts: 44
fxtrader625 is on a distinguished road
Quote:
Originally Posted by Linuxser View Post
Hi

maybe not a bug, check if don't have some files set RO. By only click out the option should be enough

Also, there is no start.ini file.
Of course, the MT4 can be started with start.ini like this command:

terminal config\start.ini

This file contains a list of settings to login an account, to select chart, to switch options, etc... See MT4 manual for more info about this (Tools - Configuration at startup). It's only that ExpertsDllConfirm=false seems not to work...
__________________
Links about my trading signals:

Trigg3'dTrSys @ Trad3rsHub
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #300 (permalink)  
Old 02-05-2008, 01:00 AM
Linuxser's Avatar
Moderator
 
Join Date: May 2006
Location: Helliconia (Spring)
Posts: 2,820
Blog Entries: 34
Linuxser has disabled reputation
Quote:
Originally Posted by fxtrader625 View Post
Of course, the MT4 can be started with start.ini like this command:

terminal config\start.ini

This file contains a list of settings to login an account, to select chart, to switch options, etc... See MT4 manual for more info about this (Tools - Configuration at startup). It's only that ExpertsDllConfirm=false seems not to work...
Sorry, you're right.

Also EnableDDE and EnableNews does not work.
__________________
Elite Manual Trading | Portfolio | Calendar | Suggestions to improve the forum | My Blog

Remember: Signatures must have three lines as maximum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
close, eas, learn mql4 video, profit, reach

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 06:04 PM
Learning to code for autotrading GoatT Metatrader Programming 8 01-10-2007 08:55 PM
Self learning expert mrtools Expert Advisors - Metatrader 4 32 10-22-2006 05:29 PM


All times are GMT. The time now is 07:46 AM.



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