Forex
Google
New signals service!

Go Back   Forex Trading > Discussion Areas > Metatrader 4


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack (3) Thread Tools Display Modes
  #11 (permalink)  
Old 01-02-2006, 04:51 PM
Member
 
Join Date: Nov 2005
Posts: 65
forexpipmaster is on a distinguished road
SHI_Silvertrend

Jacoba & Kalenzo:

I have been testing this SHI_Silvertrend indicator for a couple of days now, and have discovered the same thing, that it does not refresh, which is not good at all. But it looks great where the dots paint in, but does the future change the past here??

In other words, does this indicator(if refresh problem was fixed that is)change the location of coloured dots after they paint in the first time ??
And can the author or anyone fix this refresh problem ??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 01-08-2006, 07:49 AM
jacoba's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 108
jacoba is on a distinguished road
I tried with this one, please see how it look.
Attached Files
File Type: mq4 Z-Z1.mq4 (4.1 KB, 346 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 01-08-2006, 11:30 AM
Foreverold's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 256
Foreverold is on a distinguished road
Jacoba,

If you use the Z-Z1 indicator you will be doing the same thing, as when trying the SHI_Silvertrend indicator . The Z-Z1 will pop up whenever it wants then change position.It will refreash but It is not reliable. Put the asctrend indicator, or silvertrend indicator on you chart, they may put you in later, but they are more accurate
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 01-08-2006, 11:47 PM
jacoba's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 108
jacoba is on a distinguished road
Smile

Quote:
Originally Posted by Foreverold
Jacoba,

If you use the Z-Z1 indicator you will be doing the same thing, as when trying the SHI_Silvertrend indicator . The Z-Z1 will pop up whenever it wants then change position.It will refreash but It is not reliable. Put the asctrend indicator, or silvertrend indicator on you chart, they may put you in later, but they are more accurate
Foreverold,

Thank's for your input.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 05-21-2006, 10:22 AM
Senior Member
 
Join Date: Mar 2006
Posts: 509
moneyline is on a distinguished road
Hi, I found this post about SHI_SilverTrend at the Oanda Forum:

Quote:
I concur, thanks Linuxtroll, you've started me on a promising path. In an attempt to return the favour, can I'd like to point out that I found an indicator -SHI_SilverTrend- that produces exactly the same results as "follow the dots" that you posted. I had a look at the code however -after spending some time learning how to code in MT4- and I discovered that this indicator doesn't work quite as well as it seems. Instead of working from the past to the present it actually works from the present back to the past.
The guilty piece of code is this - parentheses removed as I couldn't post with them in:

for SH=1;SH<NB;SH++

MetaTrader indexes the most recent bar as 0, the next as 1, and so on. If you change this line to what it should be:

for SH=NB;SH >= 0; SH--

you'll see vastly different, but REAL, results.

Sorry for the longwindedness. In summary, if you do use SHI_SilverTrend I'd recommend you re-evaluate. If you don't use SHI_SilverTrend this probably make any sense at all.

Thanks again for the helpful advice. I would have PM'd but I can't work out how.
moneyline
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 07-09-2006, 03:10 AM
Junior Member
 
Join Date: May 2006
Posts: 3
TULIPLIFE is on a distinguished road
i think asctrend is the best,together with osma and trendtriggermod
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 07-18-2006, 06:16 AM
iscuba11's Avatar
Senior Member
 
Join Date: May 2006
Location: Houston
Posts: 400
iscuba11 is on a distinguished road
Exclamation Help Help!! Can Anyone lend a helping hand??

I changed the coding per a couple of posts ago because the dots were not refreshing. By doing so, I cannot get the dots to locate in the right spots on the graph. Is there a way of just putting an automatic refresh of the coding so it refreshes the data once every bar???? Please help me if this is possible!

Thank You very much in advance!

Dave
<><<<

Please Help Me!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 07-19-2006, 12:48 AM
Member
 
Join Date: Mar 2006
Posts: 33
dr_richard_gaines is on a distinguished road
Missing code

Quote:
Originally Posted by Kalenzo
Here u go!
Run it on H1 chart - it will make 1 lot trades.
I didnt test it so u have to do it your self.
Hope this will help u.
Hi

This EA has a lot of code missing. It would be really nice if code guru would do a lesson on how to convert a indicator into a expert.

A simple way to do this would be to use iCustoms in the MACD sample, any of the starter EAs (just dump their logic and substitute your logic,) and or the moving average expert ( and dump the moving average logic ) If you guys need a couple templates I'll make and post if you want them. I want a thread about indicators into experts. Some templates would help non-programmers that are good traders to test their strategies. Non programmers that have no interest, inclination, or aptitude for programming should not have to really learn if they don't want to.

The subjects that need to be covered in more detail are iCustoms and how to embed indicators into experts so that there are no calls and the indicator/s become a function. Many say that calls are unreliable.

Thanks
Doc

Last edited by dr_richard_gaines; 07-19-2006 at 01:06 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 12-24-2006, 07:25 PM
Senior Member
 
Join Date: Dec 2005
Posts: 294
mikejody is on a distinguished road
Quote:
Originally Posted by Foreverold
Jacoba,

If you use the Z-Z1 indicator you will be doing the same thing, as when trying the SHI_Silvertrend indicator . The Z-Z1 will pop up whenever it wants then change position.It will refreash but It is not reliable. Put the asctrend indicator, or silvertrend indicator on you chart, they may put you in later, but they are more accurate
These indicators are like some dictators who try to rewrite history; both the dictators and the indicators are useless, in real life.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 04-15-2007, 05:09 AM
Lavon's Avatar
Junior Member
 
Join Date: Feb 2007
Location: New Zealand
Posts: 22
Lavon is on a distinguished road
Smile How I use the SHI_SilverTrend Indicator

HI,

I prefer to use the SHI_SilverTrend indicator on the H4 Time frame, still going through the test mode though, see how it goes.... It works better on Daily TF

Last edited by Lavon; 04-15-2007 at 11:06 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
SHI_SilverTrendSig, SHI_SilverTrendSig.mq4

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/metatrader-4/663-expert-shi_silvertrendsig.html
Posted By For Type Date
Budujemy system This thread Refback 10-10-2007 02:13 PM
Budujemy system This thread Refback 08-20-2007 09:45 AM
Budujemy system This thread Refback 07-01-2007 01:22 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
SHI_SilverTrendSig 3ammary Expert Advisors - Metatrader 4 14 01-28-2007 05:01 PM
SHI_SilverTrendSig shippy Indicators - Metatrader 4 2 12-24-2006 07:22 PM
Expert Question and Expert mj10 Expert Advisors - Metatrader 4 24 03-27-2006 01:31 PM


All times are GMT. The time now is 04:50 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.