
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello everyone,
looking at EldersSafeZone.mq4 I got puzzled by this:
...
double Pen=0;
int Counter=0;
if (EMA0 > EMA1)
{
for(int value1=0;value1<=LookBack; value1++)
{
if (Low[shift+value1] < Low[shift+value1+1])
{
Pen=Low[shift+value1+1] - Low[shift+value1] + Pen;
Counter=Counter + 1;
}
}
if (Counter!=0) SafeStop=Close[shift] - (StopFactor * (Pen/Counter));
else SafeStop=Close[shift] - (StopFactor * Pen); <---------
Looking at the last line, if Counter is 0, isn't Pen = 0 ?
Is the code correct ?
Thanks
ElderSafezone, SmoothCandel and Ehlers Fisher REPAINTS?
Osaze,
Your system is very sound when looking back.
But ElderSafeZone, SmoothCandle and Ehlers Fisher Transform, they all repaints while testing forward.
I observed it repaints at least the last 2 candles, the last and the current one.
How many candles to look back to confirm a switch of trend?
Thank you Osaze.
And keep up the great work.
...
Keep up the good work.
Strictly 9ja.
Am not a coder....really
Hello everyone,
looking at EldersSafeZone.mq4 I got puzzled by this:
...
double Pen=0;
int Counter=0;
if (EMA0 > EMA1)
{
for(int value1=0;value1<=LookBack; value1++)
{
if (Low[shift+value1] < Low[shift+value1+1])
{
Pen=Low[shift+value1+1] - Low[shift+value1] + Pen;
Counter=Counter + 1;
}
}
if (Counter!=0) SafeStop=Close[shift] - (StopFactor * (Pen/Counter));
else SafeStop=Close[shift] - (StopFactor * Pen); <---------
Looking at the last line, if Counter is 0, isn't Pen = 0 ?
Is the code correct ?
ThanksI really don't get the difference.....if you do pls correct it. tanxs
Osaze,
Your system is very sound when looking back.
But ElderSafeZone, SmoothCandle and Ehlers Fisher Transform, they all repaints while testing forward.
I observed it repaints at least the last 2 candles, the last and the current one.
How many candles to look back to confirm a switch of trend?
Thank you Osaze.
And keep up the great work.I haven't really noticed that they all repaint. I trade this system. Will use 1min timeframe to check your claim. I will also appreciate if you can post screenshots to illustrate what you are saying.
tanks for the observation
Updates
I really noticed people have a hard time making profits with this system because of two reason.
1. It doesn't follow the main trend
2. The Elders Safezone is too confusing.
Not to worry, my gmail group is researching and has found better ways of trading this system by removing Elders Safezone and at the same time following the main trend. I will soon get it across to you all. I am currently testing and making a pdf for that purpose.
The testing will soon commence.......
HAPPY TRADING
I can't wait to get the new update of this system.....
I dont know how to install
I dont know how to install Trend compass on my MT4. I have only the PDF file.......
...
do this step by step my computer- local disk c- program files- (name of ur platform)- experts- indicator then save the trend compass in there and open up ur mt4 platform.
i tried to load the zip file in post 8 into experts>indicators ... not loading...please help !!
thanks !!!