@roar very good advise I will see what I can build. Do some testing and see what I can come up with.
Best posts made by wralyn
-
RE: A Place to discuss, optimize and share profitable Ea's?posted in Questions & Answers
-
RE: how can i test mt5 for free as mt4 ?posted in Questions & Answers
Perhaps he is referring to fxdreema . Testing the mt5, version if fxdreema?
Latest posts made by wralyn
-
RE: how can i test mt5 for free as mt4 ?posted in Questions & Answers
Perhaps he is referring to fxdreema . Testing the mt5, version if fxdreema?
-
RE: Ea not opening trades? any idea why?posted in Questions & Answers
@roar okay thanks I have not reset In puts from expert properties yet. That may be why. I noticed alot of setting in the ea that weren't actually in the code haha thought that was wierd. I'll try it thanks.
-
Ea not opening trades? any idea why?posted in Questions & Answers
https://fxdreema.com/shared/4qQ0LbhP
this ea is not opening trades, any ideas why?
maybe the variable is not set right is the only thing i can think of.its supposed to wait for a bearish divergence, then set the variable [ br_divergence] to 1.
then the condition is once br divergence variable is 1 it will wait for close below 70 ema the open a short.
but when i backtest it will not open trades.??? any insight would be much appreciated.
-
RE: A Place to discuss, optimize and share profitable Ea's?posted in Questions & Answers
@roar yes it does open trades , my apologies but im still confused on how to add additional trigger conditions to the ea , before it opens trades for instace how do i make it say, oaky there is divergence , now ill wait until the candle breaks the last swing high and close the i will open buy now trade condition.
-
RE: A Place to discuss, optimize and share profitable Ea's?posted in Questions & Answers
@roar wierd okay haha maybe it's an isolated issue to my set up or mt4, I'll double check and see what's going on.
-
RE: A Place to discuss, optimize and share profitable Ea's?posted in Questions & Answers
@roar https://fxdreema.com/shared/zebsfORde
I changed it a little bit trying to get it to open trades but it won't. I'm doing something wrong.
-
RE: A Place to discuss, optimize and share profitable Ea's?posted in Questions & Answers
@roar https://fxdreema.com/shared/WBZYdXax
this will not open trades did i do som.ething wrong
-
RE: A Place to discuss, optimize and share profitable Ea's?posted in Questions & Answers
@roar thank I'll take a look at it on my lunch break. Thanks alot. I appreciate it.
-
RE: A Place to discuss, optimize and share profitable Ea's?posted in Questions & Answers
@roar hey roar I was wondering , do you know how to make an ea go into a kind of loop, after certain conditions are met, but then wait for a third or fourth trigger condition to enter a trade .
For example the ea spots an bullish rsi divergence when price is under the 70 ema, but then waits for a convergence with RSI ,then a break over resistance or break above 70 ema with a bull candle to trigger the trade.
If a new low is made on the chart before the trigger then the whole set up process starts over.
So there is a set up, trades goes into waiting loop then waits for trigger, if trigger conditions are met before stop conditions then the trade will execute. If not it keeps looking.
Thanks I appreciate any insight into this.