Codes

eur/usd trend catcher for MetaTrader 4

The idea of this robot is to catch long trends. Crossing the 15Min moving average triggers buy and sell orders

Forum

Haven't traded for 2 years.. some syntax changes were made ?

Hi, Honestly I quite forgot how to program in MQL, was just trying to compile an old program of mine: It is probably something very basic, I just want this program to work for now :-) Would appreciate any help

can't get swap values

//---- double swaplong,swapshort; int spread; //+------------------------------------------------------------------+ //| | //+------------------------------------------------------------------+ int init() {

general EA question

hi, I've programmed an EA which seems to get good results only for EUR/USD (on other pairs the balance gets to 0 quite fast) Is it reliable? should I use it ? thanks

133:Alert("Trading forbidden.");

hi I get the following error what can I do to fix it

can't make trades

Hi all ! I've recently reinstalled MT-4 platform and for some reason my EA stopped executing trades , although It has worked before when the EA tries to make a trade, I get the following messages: I've enabled live trading here is the code

reinstalled meta trader 4, now expert doesn't make trades

Hi my EA used to work on the same platform once I reinstalled / updated meta-trader 4 it stopped making trades this is the error i get what can be the problem ? thanks

problems definig a variable in the right way

//+------------------------------------------------------------------+ //| GBPUSD trader.mq4 | //| Copyright © 2011, MetaQuotes Software Corp. | //| http://www.metaquotes.net |

can't make trade

#property copyright "sergey antipin" #property link "http://www.metaquotes.net" extern double buffer= 0 ; extern double stoploss= 20 ; extern double takeprofit= 350 ; extern double filter= 50 ; extern double ma_value= 218 ; double

can't make trade

//+------------------------------------------------------------------+ //| GBPUSD trader.mq4 | //| Copyright © 2011, MetaQuotes Software Corp. | //| http://www.metaquotes.net |

ea issue

I've programmed an ea which should do ok on EUR/USD ( backtested from 2000 - 2010 ) http://img851.imageshack.us/img851/6564/12314.jpg but failes on all other pairs should I throw it away