Taking a quick look your calling of the silvertrend from within the iCustom has the wrong parameters
Silvertrend is looking
for
extern int RISK=3;
extern int CountBars=350;
extern int NumberofAlerts=2;
But you have this
ITB=iCustom(NULL,0,"SilverTrend_Signal",2,0,0,20,0,14,0,0,1);
ITS=iCustom(NULL,0,"SilverTrend_Signal",2,0,0,20,0,14,0,0,1);
Too Many parameters
Check it out
Thanks
EK
Silvertrend is looking
for
extern int RISK=3;
extern int CountBars=350;
extern int NumberofAlerts=2;
But you have this
ITB=iCustom(NULL,0,"SilverTrend_Signal",2,0,0,20,0,14,0,0,1);
ITS=iCustom(NULL,0,"SilverTrend_Signal",2,0,0,20,0,14,0,0,1);
Too Many parameters
Check it out
Thanks
EK
Thank you for your response i don't know alot about the coding but i am trying to learn it. What would you rcomend to make this work as far as parameters. And all
thank You
mike
thank You
mike
something like this
ITB=iCustom(NULL,0,"SilverTrend_Signal",3,350,2,0,0);
ITS=iCustom(NULL,0,"SilverTrend_Signal",3,350,2,1,0);
Try That
EK
ITB=iCustom(NULL,0,"SilverTrend_Signal",3,350,2,0,0);
ITS=iCustom(NULL,0,"SilverTrend_Signal",3,350,2,1,0);
Try That
EK
Thank You Much I will give it a try
Can you can draw these "smin" &"smax" two variables the path line?

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
Thank You
Mike