Detailed explanation of iCustom - MQL4 forum
Start with Buffer 0 = IndestructibleTrendWinner, buffer 1 = Value2, etc.
Start with Buffer 0 = IndestructibleTrendWinner, buffer 1 = Value2, etc.
I_Need_Money:
...
Would like to know the how to figure out the parameters, if someone can tell me the parameters that great, but would like to know how.
Thank you.
Could anyone help me to figure out how to extract the parameters sets from a custom indicator?
The Data Window show Value, Value2, Value3. A buy signal returns a numeric Value3 greater than 0 and a sell signal returns a numeric Value/Value2....
Would like to know the how to figure out the parameters, if someone can tell me the parameters that great, but would like to know how.
Thank you.
1. Please use SRC button to post the code
2. You have to be careful because Indestructible Trend Winner has 4 buffers for different color,

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
Could anyone help me to figure out how to extract the parameters sets from a custom indicator?
The Data Window show Value, Value2, Value3. A buy signal returns a numeric Value3 greater than 0 and a sell signal returns a numeric Value/Value2.[CODE]double sig_buy=iCustom(NULL,0,"Custom_Indicator_name",x,x,x,x,X,0);[/CODE]
,x,x,x,x,X
|________|
[CODE]double sig_buy=iCustom(NULL,0,"Custom_Indicator_name",x,x,x,x,X,0);[/CODE]
,x,x,x,x,X
|________|
Would like to know the how to figure out the parameters, if someone can tell me the parameters that great, but would like to know how.
Thank you.