Dynamic EAs - page 27

 
mrtools:
Hello Cyrus7 don't think there is a dss bars could you please post a link where that EA is having trouble finding it.

hi mr.tools,

https://www.mql5.com/en/forum/180134/page8

the "Project....mq4" file is the EA.

 
Cyrus7:
hi mr.tools,

https://www.mql5.com/en/forum/180134/page8

the "Project....mq4" file is the EA.

Not sure but back then sometimes would use TTM SSA Bars or TTM HP Bars, both of which recalculate, and had nothing to do with the EA entry.

 

Updated DDSx EA (Double dynamic zone rsx EA)to be new metatrader compatible : ddrsx_rvica-ea_nmc.mq4

PS: a word of advice to all changing old EAs - GetLastError() does not reset the last error automatically. You have to do it manually before you do eny error critical operation or you may end up having phantom errors that are actually not errors from the operation that you are monitoring - no need to tell what kind of problems can that cause in some cases

Originally, the EA was posted here : https://www.mql5.com/en/forum/180134/page17

Files:
 

Stanley found some possibilities that may have been causing the problems you were having, and also updated the Ea somewhat. In regular Elite section Mladen recently updated his time filter on Kaufman Breakout Ea so am using that as the Ea template. The Ea is still using Dynamic Double zone Rsx and Volty channel stop on jurik for Ea. for trailing and as a trade signal if desired. Did not see any added value in Cfb adaptive Rvi so now its using the generic rvi but using jurik so calling it JRvi. The Ea should enter trades on rvi/rvi signal cross with rsx for buy coming from lowest buy level between that and the dz zero line and for sell coming from opposite way. There is possibility of using Mtf from all or any of the indicators as desired. I know rsx and rvi almost identical but prefer the rvi signal, more so than maybe a rsx ma.

Updated EA posted here : https://www.mql5.com/en/forum/180134

 

Composite fractal behavior adaptive relative vigor index on jurik updated (did not change name in order to make it usable as is from the EA) : rvi_on_jurik_cfb_adaptive.mq4

Files:
 

Dynamic DoubleMacd+Rsi RA updated to be new metatrader compatible : dynamic_doublemacddssbressertnlrtimefilter-1a_nmc.mq4

Originally it was posted here : https://www.mql5.com/en/forum/180134

 
mrtools:
A good friend told me about this method and figured it would be easy to code , What 3 rd candle is for instance you are in up trend you get the highest candle that is first candle , next candle to the rights close is less than or equal to the firsts candle close, if this so and stoch 5,3,3 is coming out of over bought then its a sell, for buy it would be the lowest low in a series of candles it will be number 1 candle, second candle close needs to be greater than or equal to number 1 close then next candle to the right is buy provided stoch 5,3,3 is coming out of oversold.Copied and pasted this message from elite but difference is in this version using dynamic stochastic!

I have added some filters if you choose if you have 4hr fib pivots = true then they will be used as filter on this using from pivot to s3 and r3 as buy sell zones. Also can use daily pivots = true then daily fib pivots are figured it has to be one or the other, can't use both. For more filter using a mtf Hi Low Jurik Channel, it is a filter using with fib pivots so have extern bool Use4hrFibpivotstrend if true you are using 4 hr fib pivots plus the jurik channel to filter above method, and you can also use the same with daily fib pivotstrend = true but for all 4 of these filtering methods it has to be 1 or the other. Now if you leave all the filters to false you will be just using an unfiltered method, mentioned above. While putting this together this morning was trying this with a generic method just using 4 hr fibpivots=true didn't do too bad but later found i had stoch coded wrong it had it only in oversold and overbought zone but it was supposed to be leaving these areas, so Ea should be even better.

Another thing this method is supposedly designed to go for only 10 pips so using tight settings on lock profit and trailing stop and if the trade goes for more so be it!! Reccomended timeframe is either M15 or M5.

Upgraded version of 3c_DynaStochFibpivots Ea compatible with new mt : 3c_dynastochfibpivots_nmc.mq4

 

And upgraded version of 3c_Fibpivots EA too : 3c_fibpivots_nmc.mq4

Files:
 

Hi Mladen/Mr. Tools,

Is it possible to make an EA from below indicator?

And if so, would you be willing to do so?

traders_dynamic_cb_ssa_norm_index_alertsarrows_nmc_1.02.mq4

Entries to be where RSI signal crosses over.

Is it possible to have it with timer (trading with in certain time)?

Money management, where I can choose either fixed lots or % of account?

TP, SL, TrSt and etc.?

Make it "ride" between signals? But with a stop loss though?

Best regards,

Falungong

 
falungong:
Hi Mladen/Mr. Tools,

Is it possible to make an EA from below indicator?

And if so, would you be willing to do so?

traders_dynamic_cb_ssa_norm_index_alertsarrows_nmc_1.02.mq4

Entries to be where RSI signal crosses over.

Is it possible to have it with timer (trading with in certain time)?

Money management, where I can choose either fixed lots or % of account?

TP, SL, TrSt and etc.?

Make it "ride" between signals? But with a stop loss though?

Best regards,

Falungong

I agree with falungong but I need it when zero cross,