hey simon.....have you monitered those indicators closely.... anytime a decision is based on 'highesthigh' or 'lowestlow' it almost invariably will be subject to change.... therefore the buy or sell signal is far less trustworthy....
when the markets are in full swing, place those indicators on a 1 minute chart and immediately place a check when the signals appear.... odds are many signals will move.... h
LowestLow = Low[Lowest(NULL,0,MODE_LOW,RangePeriods,pos)];
HighestHigh = High[Highest(NULL,0,MODE_HIGH,RangePeriods,pos)];
if (HighestHigh-LowestLow<0.1*Point)HighestHigh=LowestLow+0.1*Point;
GreatestRange=HighestHigh-LowestLow;
MidPrice = (High[pos]+Low[pos])/2;
well it was look like repainting
i have been manual trading using this for a while..
i think this is good one
need to specify the trade to EURO market session or USA market session
I think this system will be most profitable manually rather than automated.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Dear All,
Can someone make this EA for me? or if you already have this robot ,would you please share it with me? thanks
please share it to me if you have thanks