Some useful questions I need answered

 

Forgive me for the number of questions on my first post. I am a quant trying to move into a home algo trading career. These seem to be the most relevant problems I need to solve:

 

1. Tic data, can meta download outside the env or just within it?

2. Can anyone suggest a good source of (free) tic data?

3. If there is some decent scratch code for a simple 1 instrument algo trader with listeners and trade requests in it to the meta platform I would be grateful to have a link.

 
winstonsmith:

Forgive me for the number of questions on my first post. I am a quant trying to move into a home algo trading career. These seem to be the most relevant problems I need to solve:

 

1. Tic data, can meta download outside the env or just within it?

2. Can anyone suggest a good source of (free) tic data?

3. If there is some decent scratch code for a simple 1 instrument algo trader with listeners and trade requests in it to the meta platform I would be grateful to have a link.

 

just a suggestion for a start, look thru the code base on this site for an simple cross-over EA.

https://www.mql5.com/en/code/103 

Simple MA Expert Advisor
Simple MA Expert Advisor
  • votes: 15
  • 2010.04.27
  • Karlis Balcers
  • www.mql5.com
Something for those who wants to try out new Strategy Tester and don't have any EA.
 

https://www.mql5.com/en/code/302

This code looked excellent but won't compile. Not sure what symbol is being used as the current symbol and where the data is downloaded to. Any ideas on what this code is doing in META would be appreciated. Thanks for the heads up for the example above. 

downloadhistory.mq5
downloadhistory.mq5
  • votes: 8
  • 2011.02.28
  • Aleksey Sergan
  • www.mql5.com
The script downloads historical data (for the current symbol), available at trade server.
 

you a have a decent amount of working algorithms here(i sugest you too search for the boolinger bands expert advisor)

http://www.mql5.com/en/code/experts?order=downloads

 

 

 

 

 

 

 

 

Reason: