markus you giving ea still working. that ae it same or different

Guppy's Multi-Moving Average (GMMA) 619 replies
Simple Moving Average Vs. Moving Average? 8 replies
Trailing Stop V. Moving average exit 5 replies
Best moving Average to show trend ? 18 replies
Does Moving average actually act as moving S/R ?? 20 replies
Disliked{quote} I added trailing stops and it now opens maximum one order in each direction. I don't know how to use your indicator. Do you know how to do it? I have attached the new source code and the new EA to this message. {file} {file}Ignored
DislikedHi Traders! I like to keep it SIMPLE! I have written a very simple EA for MT4. It has the following parameters: input int TakeProfit = 400; input int StopLoss = 200; input int MA_PERIOD = 50; input double Lots = 0.01; TakeProfit and StopLoss are in points not pips so if your broker has 5 decimal points for the cross, then 200 means 20 pips. MA_PERIOD is the period that the EA will use for the moving average. The default value is 50. What it does is basically look for the price to close above or below the moving average and then it will enter a buy...Ignored
Disliked{quote} I added trailing stops and it now opens maximum one order in each direction. I don't know how to use your indicator. Do you know how to do it? I have attached the new source code and the new EA to this message. {file} {file}Ignored
Disliked{quote} I added trailing stops and it now opens maximum one order in each direction. I don't know how to use your indicator. Do you know how to do it? I have attached the new source code and the new EA to this message. {file} {file}Ignored
DislikedThanks for that Transmat, but what are we actually meant to be using now? Is it Moving Average or T3MA + indicator?Ignored