Forum

Trailing Equity EA?

I am wondering if anyone has come across an EA which monitors equity and can trail an equity amount? Similar to a trailing stop but works on equity instead. So if I have 3 positions open and my equity stands at $1500.00. If my equity reaches $1750.00 I want my equity stop to trail $50.00 behind. My

AccountEquity as an Indicator

Has anyone seen an indicator which displays your AccountEquity as a line in a separate window. I would imagine it could be attached to any chart as it would be independant of the chart symbol. Because I am looking at hedge trading and have two open trades over a long period of time I would like to

How do I add magic number or comment to manual order?

Is it possible to add a magic number or comment to a manually placed order so it will be adopted by an EA? thanks

OrderLots() Can I have help with Coding please?

Hi, I can do simple coding at best. I am trying to write an ea but I am getting "Invalid Lots" error. double LotsOptomised() { double prevMACD = iMACD(Symbol(), 0, 12, 26, 9, PRICE_CLOSE, MODE_MAIN, 2); double curMACD = iMACD(Symbol(), 0, 12, 26, 9, PRICE_CLOSE, MODE_MAIN, 1); double lots = 0; int

HedgeMulti EA-Coding Help Please

The EA attached is my attempt to recreate a popular hedging ea. I am not a coder and the ea doesn't work properly. I have used IgorAD's MultiPositionExpert as a starting point. See this thread www.forex-tsd.com/expert-analysis/3326-equity-ea-anyone.html?highlight=equity+ea The aim of the ea is to

Equity EA Anyone?

Hi, I am looking for an Equity EA. Similar to the e-Trailing EA where you can attach it to a chart to manage existing positions, I would like to find an equity ea that I can attach to a chart or charts to monitor the account equity and close the positions when the desired equity is reached. This