DownloadMT5 Jurik Indicators

1
Does anyone know how to create a EA that uses the attached Jurik smooth indicator to place automated trades (EA). Also have the EA be smart enough to open additional positions (as allowed by the input of "% of account balance to risk"). Need to base all calculations off point value.

How EA would make trades:
when candle closes.. if smooth generic line is green... buy... next candle closes...if grey... close the buy... or if red... close the buy and open sell position... then if it goes from red to grey.. close sell position.. so when the Indicator is green, buy, or close a sell and when the indicator turns red, sell, or close a buy and when grey.. all trades are closed

Inputs Needed:

Smooth Period
Smooth Phase
Multi Time Frame: 1minute - 1month
% of account balance to risk
Use Fixed lot size: True / False (false = using % of account balance to create Lot size)
Fixed lot size
Max Open Positions
Use Take Profit: True / False (false = using Trailing stop)
Take Profit after "x" points
Use Trailing Stop: True / False
Trailing Stop_Start after "x" points
Trailing Stop_Step
Use Stop Loss: True / False
Stop Loss "x" points
Use Break Even: True / False
Break Even After "x" points
Trade Direction: Buy Only, Sell Only, Buy/Sell
Reverse on Signal: True / False
Order Type = Market or Limit (bid / ask)
Start Hour
Start Minute
End Hour
End Min
Days to Trade: Mon - Sun
These users thanked the author sincky for the post (total 2):
alexm, 太虚一毫


Re: Jurik smooth Indicator (MT5) - attached to EA

2
sincky wrote: Sun Nov 24, 2019 12:16 pm Does anyone know how to create a EA that uses the attached Jurik smooth indicator to place automated trades (EA). Also have the EA be smart enough to open additional positions (as allowed by the input of "% of account balance to risk"). Need to base all calculations off point value.

How EA would make trades:
when candle closes.. if smooth generic line is green... buy... next candle closes...if grey... close the buy... or if red... close the buy and open sell position... then if it goes from red to grey.. close sell position.. so when the Indicator is green, buy, or close a sell and when the indicator turns red, sell, or close a buy and when grey.. all trades are closed

Inputs Needed:

Smooth Period
Smooth Phase
Multi Time Frame: 1minute - 1month
% of account balance to risk
Use Fixed lot size: True / False (false = using % of account balance to create Lot size)
Fixed lot size
Max Open Positions
Use Take Profit: True / False (false = using Trailing stop)
Take Profit after "x" points
Use Trailing Stop: True / False
Trailing Stop_Start after "x" points
Trailing Stop_Step
Use Stop Loss: True / False
Stop Loss "x" points
Use Break Even: True / False
Break Even After "x" points
Trade Direction: Buy Only, Sell Only, Buy/Sell
Reverse on Signal: True / False
Order Type = Market or Limit (bid / ask)
Start Hour
Start Minute
End Hour
End Min
Days to Trade: Mon - Sun
You can have all that using runwisefx. I've been automating indicators using runwisefx for few months now. Do a search in mql5 "runwisefx" and msg dev before buying.

They have video tutorials explaining how to add indicators. You can automate combination of indicators too.

Hope this helps.

Re: MT5 Jurik Indicators

5
alexm wrote: Mon Mar 10, 2025 10:21 pm Really sorry for delay it was crazy end of the week.
3 ma cross with alert (mtf + alert).ex4.
but i cant find mt5 ver for some reason. Do we have it for mt5?

im moving to mt5 so trying to find all this:
dpwma & jma mtf
! Step average - std based (mtf + arrows + candles + btn)

! Wave trend avgs osc (mtf + alerts + arrows).ex4

! Dynamic double zone WPR 2.01 (MTF + alerts + arrows.ex4
! rmo + signals avgs (mtf + alerts + arrows).ex4

its not easy to find for some reason, at least for me.. thanx anyway for you help Master.
This is a non-mtf version of the dwma & jma again from Mladen.
These users thanked the author mrtools for the post (total 4):
Ricstar_8, alexm, Krunal Gajjar, 太虚一毫