Forum

Average Daily Range

I wrote this indicator to plot the average daily range split by the daily open price ... problem I'm having is getting it to correctly plot the a.d.r. correctly over less than daily time period charts. It will plot half the daily range above the daily open and half below the daily open on a daily

Icwr ea

set user variable "Lot.Margin" to whatever margin is required to trade 1 lot on your account... specifics regarding iwcr are available elsewhere on this site. not backtested , presently forward testing... place "icwr ea" in experts folder, and other two files in indicators folder. 1.31.6 1133 gmt

Low[Lowest(...)];

i've been unable to get a return value(greater than zero) for the following code, does anyone else have this problem? ...or is it a problem with my coding? temp.low=Low[Lowest(Symbol(),5,MODE_LOW,288,0)]; if(temp.low>0) { if(temp.low<active.low) { active.low=temp.low;

Automated Trendline Trader

MT4 EA creates, adjusts & uses trend lines to place & modify buy & sell stop orders. EA will place trades when triangle, wedge or parallel channel is formed by trendlines. Developed on IBFX bid based charts. Updates (bug fixes & modifications) posted to following link: Source Site Place "ZZ SR TL