Forum

TD Sequential

Hi Guys, Has anyone got DeMark 's TD Sequential indicators with full setup instructions Thanks Babar

Automated MACD Trader

Can someone please help me how to make Automated MACD Trader, trailing stop and ability to change the MACD Default settings.... Thanks Babar

Pending Order EA

HI Guys, Can anyone help me making an EA of pending Orders........ I have found this guys idea on another fourm which is exactly like mine... If market price equals = X or Current Price then place buy stop order at market price Y and...place sell stop order at market price Z Optional: If one order

EA BAsed on Heiken ASHI

Hi Guys, How can I make EA based on Heiken Ashi ..I want EA to enter long if the first bar is white and enter short if the first bar is red... Thanks Babar

If the current day equity is more than the repvious equity

Hi Guys, I wonder if there is a possible way to modify an EA that if the current day equity is more than the previous day then stop trading for the rest of the day and start trading next day... Can someone please post the script here.. Thanks

I am getting this from EA

Hi Guys, I am getting the following msg from an EA when I do the backtest or forward test....can someone please explain this what is wrong "GBPUSD,M30: name parameter for ObjectDelete function must be a string" Thanks

Script to close open orders...

Hi Guys, What can I add to an expert advisor which can close all the open orders ...when the time is 23:00 Thanks

Am I doing something wrong...??

Hi Guys, can someone please point out what am I doing wrong here //////////// Logic for determinate Momentum Break \\\\\\\\\\\\\\\\\\\\\ P = (LastHigh + LastLow + Close) / 3; // Logic for determinating pivot B1 = P + 20*Point; // Logic to determinate Buy Area (Can be change as you analize) J1 = P -

Guys what does this mean????

HI Guys , I wonder if someone can please explain what does this code mean... /---- for(i = limit; i >= 0; i--) { if(High > LastHigh) LastHigh = High; //---- if(Low < LastLow) LastLow=Low; if(TimeDay(Time) != TimeDay(Time)) { Print(DoubleToStr(Close, Digits)); Print(DoubleToStr(High[0], Digits));