Codes

MTF MACD scalper for MetaTrader 4

This is a Multi time frame indicator based on the MACD. I was attempting to see if I could get a good entry on the M5 chart, and make the MACD values of the H1,H4,D align with the M5

Forum

Different values returned compared to displayed

I am currently using the iCustom function to call 2 indicators that I have created. It seems that sometime it return the same values as those that are displayed and then sometimes its not? I am passing in the same values as the default ones being used on the display. The values are not from the

Code not behaving as expected in EA

I've been working on an EA that only trades in the daily time frame. I'll only talk long trades so hopefully someone can spot what I have done wrong. The idea is to enter into a trade, when the 5 ema is above the 20, and a seller bar happens that is between the lower upper envelope and bottom

Emailing of data for history center

After all the trials and tribulations I am wondering if some kind person out there would be prepared to email me there Quality data from the history. Once this is done I'll seed it as a torrent somewhere so we can all play with it. I've tried so many different techniques here to compile good data

History Center problems and how to use properly?

After playing around with EA's for a bit, and using the strategy tester mainly to see if the code was actually working I'd now like to progress onto the real why of the history center, and how to use it properly and I can't seem to find the answers or something comprehensive on it. OK I get

First EA not live trading - but works in strategy tester?

I finally got around to getting my first EA done, but I've come to a grinding halt, as it does not live trade. The attached EA is a simple one (of course I thought I'd do something simple for my first EA....) It basically checks if the price has moved outside of an EMA envelope. If it has moved

Object text at a line position problem

For some reason I am having differculty in getting some text to appear on the left of the screen, at the same position that a line was created. I thought the code was simply, but the text keeps appearing at the top of the screen, which means that the Y position passed is not being accepted. Is there

Figuring out how to use multiple time periods in indicators

The easiest way for me to explain this is an example. Say I want to display an symbol above a candle where the MACD aligns with the MACD of the 3 higher time periods. I can easily draw arrow indicators using calculations in the default time period of the chart. But I can't see how I get to pos=10