MQL4 - automated forex trading   /  

Code Base

Code Base  Expert Advisors  Time trader v1.1 To post a new code, please log in or register

Download MetaTrader 5 and visit MQL5.community Code Base
and Trade on the Go!
Prepare for the Championship
Couldn't find the right code? Order it in the Jobs section

This Expert Advisor is for
MetaTrader 4
Download MT 4 - 455 Kb

and Trade on the Go!

Name:
Time trader v1.1
Author: tonny (2012.02.09 07:41)
Rating: 0
Downloaded: 3104
Download:
 time trader v1.1.mq4 (3.7 Kb) View

There are several theories out there about market movements at certain times e.g. during opening of trading for different currencies etc. This trading robot is designed to do just that and can be used for unlimited time related strategies that involve scalping, hedging or long term trades. The EA can also be used to discover time based market behaviour that is not readily detectable using meta trader 4 strategy tester in your mt4 terminal and also to time movements from expected news releases making it a crucial add on to your terminal.

Note:

The time setting on the expert advisor should be based on the time on your meta trader terminal and not the time on your computer. Take for instance where you are located in country x and your broker's MT4 terminal is showing GMT time then set the trading time based on GMT not your country's. Alternatively just use strategy tester to find the best settings that will hold as long as you use it on the same broker you used to strategy test.

6 comments  To post a new comment, please log in or register
The download file is now updated.
14.02.2012 13:59 tonny
We updated that long time ago its the admin taking long to update the file.
13.02.2012 12:47 tonny

tonny:

Magic number can be edited in EA settings, for ecn and prefix/suffix inquire for premium version. Works well on our side! also do download it and test it first before jumping to conclusions. Read this article about NormalizeDouble

http://docs.mql4.com/convert/normalizedouble


Is it needed to write 50 or 5 with count of digits as chartsymbol has ?

Look here http://docs.mql4.com/trading/OrderSend The value of Slippage is not a double it is an integer

12.02.2012 21:43 deVries

Magic number can be edited in EA settings, for ecn and prefix/suffix inquire for premium version. Works well on our side! also do download it and test it first before jumping to conclusions. Read this article about NormalizeDouble

http://docs.mql4.com/convert/normalizedouble

12.02.2012 14:50 tonny
tonny:

deVries:
double Slippage=NormalizeDouble(Slip*StopMultd,Digits);

Why Digits ?

And this is not the only error...

Works well!


Not an answer for why Digits in that formula....

About Works well! ECN ??? NO

On different charts same magicnumber NO

StopMultd wrong value if prefix and/or suffix on Symbol and 5 digitbroker for eurusd-Symbol

12.02.2012 12:07 deVries

deVries:
double Slippage=NormalizeDouble(Slip*StopMultd,Digits);

Why Digits ?

And this is not the only error...

Works well!

12.02.2012 09:03 tonny