Forum

[REQ] Polynomial Regression

Hi! It would be nice to have a polynomial regression indicator in metatrader. The idea is pretty simple, just like in a simple linear regression, we use the Least Squares method to fit a polynomial instead of the line function. Simple Linear Regression = b1 + b2 * x Polynomial Regression = b1 + b2 *

Funny EA with funny profits

Hi! Just for the sake of having some fun, i made this little ea. Note: DONT TRADE THIS EA, AS IT'S BASED ON RANDOMNESS. Take a look at some funny results at http://www.juanchoc.com.ar/randomstrategy.htm Cya

Line and Channel Breakout Alert Indicator

Hi! Another borring day, so another indicator =P Today i was thinking on all those times when i missed some nice movement for not being watching the screen at the particular moment when it happened. So i made this simple indicator. I'll explain shortly the parameters. Mode: Mode 0 is a simple one

Experimental Dynamic Moving Average

Hi! Today i was really bored, so i begun making some indicators to kill time. I dont really know if this indicator could be helpful to anyone, but just in case here it is lol. Just to make things more fun and interesting i've put many parameters. Until now there are two main modes. Mode 0 is a

3bar break

High, i made this simple expert for a friend, and now he wants to only allow one trade on the same direction. So if there's a buy position open, the expert wont open another buy position; and if there's a sell position open, the expert wont open another sell position. Could someone help me? Thanks

[Request] EA to export indicator values to .txt or .csv files

Hi! I looking for a way to export indicator results to a .txt or .csv file, because i want to make some neural network indicators for metatrader by linking the indicators to some external dlls i'll make. The problem is that i need data to train the networks and i've found no way to export indicator

JMACD Slope Expert? Help

Hi! Im trying to make a simple MACD slope expert, but instead of using the regular MACD, im trying to use JMACD (see attached). On real trading i've got really good results using this indicator for manual trading, so i wanted to try making an expert out of it. I made the expert using the regular

Help Developing Simple Stochastic

Hello! Im developing a automated trading platform and right now im trying to make some simple indicators. I tryied to make a simple stochastic using a %K and %D lines, and using the following formula for the %K: ( ( Today's Close - Lowest Low in %K Periods ) / ( Highest High in %K Periods - Lowest

Backtesting Problem

Hello! Im a newbie, and i've been backtesting some diferent EAs. Just today i noticed that testing one EA with the same settings on two diferent computers gives me two completely different results. Im backtesting them using MT4. Anyone knows if this is a comon thing or what could be the main reason