
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
Choppy market indis
Hi mrtools,
maybe it would be good to add a choppy market indicator for confirming strong trends or also as exit signal. Potential indis are e.g. StepChoppyBars_v2 indicator
https://www.mql5.com/en/forum/173815 .
All the best, Boxter
mod of mod
Did a mod of trend strength now its using pure jurik for the red and green signals also did the same using oma smoothing! Also was a problem with K multiplier on jpy pairs it seems to be fixed now.
Did a mod of trend strength now its using pure jurik for the red and green signals also did the same using oma smoothing! Also was a problem with K multiplier on jpy pairs it seems to be fixed now.
Hi Mr Tools, the 2 indis are replacing then
rsx on jurik smooth-1 (repl. by Oma TrendStrength2) and
Jurik TrendStrength (repl. by Jurik TrendStrength2),
correct ? If not where especially Oma is used ?
Then please also check in your EA code the following lines
Add_Phase,STCPeriod,FastMAPeriod,FastMAPhase,SlowMAPeriod,SlowMAPhase,FilterMode,"",Add_RsxLength,
Add_Price,SmoothLength,SmoothPhase,0,2,Add_CurBar);
pAddtrend = iCustom(Symbol(),Add_TimeFrame,"JurikAddSignal","",FastLength,SlowLength,"",
Add_Phase,STCPeriod,FastMAPeriod,FastMAPhase,SlowMAPeriod,SlowMAPhase,FilterMode,"",Add_RsxLength,
Add_Price,SmoothLength,SmoothPhase,0,2,Add_CurBar+1);What indi names exactly are missing between "" ?
Hi Mr Tools, the 2 indis are replacing then
rsx on jurik smooth-1 (repl. by Oma TrendStrength2) and
Jurik TrendStrength (repl. by Jurik TrendStrength2),
correct ? If not where especially Oma is used ?
Then please also check in your EA code the following lines
What indi names exactly are missing between "" ?The indicators actually weren't replacing any of them originally, but upon second thought replaced Jurik TrendStrength with Jurik TrendStrength2 in this version and found some errors in the others, and built Jurik filter simple 1 into Jurik Addsignal, which is calling rsx on jurik smooth1, Jurik Stc nrp, and the jurik filter simple, this indicator will place a buy or sell arrow when those 3 indicators conditions agree.
The ""', are actually the external strings,not sure if they are needed for the Ea, to recognize Jurik Addsignal, but don't think they hurt any.
One more thing forgot to mention changed Volty Channel stop to use jurik in its calculations also.
I get this error!!!!!111
I get this error!!!!!111
Which Broker? If its an ECN broker make sure ecn brokers=true!
Dear Mr. Tools. Please post all indicators and latest version in one zip file. Thanks
Dear Mr. Tools,
I am confused due to many different indicators and some with bugs, and some have been fixed, etc.
So, would you please kindly post all the newest / bug-fixed indicators together with the latest version of this potential EA in one place so that I can download them correctly? Thanks a lot
By the way, which pairs and which timeframes do you think are the best to use with this EA?
Thanks a lot for your further information soon.
Regards,
James
Dear Mr. Tools,
I am confused due to many different indicators and some with bugs, and some have been fixed, etc.
So, would you please kindly post all the newest / bug-fixed indicators together with the latest version of this potential EA in one place so that I can download them correctly? Thanks a lot
By the way, which pairs and which timeframes do you think are the best to use with this EA?
Thanks a lot for your further information soon.
Regards,
JamesLatest and most bug free is 4 posts up, indicators and Ea are there, really don't have any favorite pairs except the majors with lowest spread, safest timeframe = H1 and you get more trades on m15 timeframe but of course with more trades = more risk!
Thanks Mr. Tools.
Hi Mr. Tools,
Thanks for your reply and information.
Do you mean that the latest and bug-free EA + Indicators are "jurik trend strength _v2.rar" in above link?
Does this version work with 4-digit / 5-digit borkers as well as ECN Brokers automatically?
Thanks
James
Hi Mr. Tools,
Thanks for your reply and information.
Do you mean that the latest and bug-free EA + Indicators are "jurik trend strength _v2.rar" in above link?
Does this version work with 4-digit / 5-digit borkers as well as ECN Brokers automatically?
Thanks
JamesJames this is the latest with all the indicators it automatically detects your broker digits and if you set ECNbroker = true then it will work on ECN type Brokers.