@JayPhillbrooks could you explain the mental journey that made you develop this concept? the technical basis?
Posts made by Alex81
-
RE: My EA updateposted in General Discussions
-
RE: Advanced EA Frameworkposted in Tutorials by Users
@DragonZueloTrends said in Advanced EA Framework:
Hola Alexa puedes compartir la parte de tu EA donde estableces los mercados de Asia, Londres y NY para operar enellos, por favor
It's already in the project, what do you need exactly?
-
RE: My EA updateposted in General Discussions
I don't understand, you coded this strategy with FxDreema? The indicator too?
-
RE: Decisive indicators, supporting indicatorsposted in Tutorials by Users
Some gifts...
Harder, better, faster, heavier
Wso and Wro channel_25.mq5
wso-and-wro_75.mq5
Wso and Wro channel_50.mq5 -
RE: Decisive indicators, supporting indicatorsposted in Tutorials by Users
@teonilenders I prefer not to share this one project because it will be one of the systems I want to use for Darwinex... sorry man.
But you can just change entry conditions as I stated above with WsoWro, play with different periods and thresholds and you will find some positive combinations. If you need help post your projects and we will try to put you in the right path. -
RE: Decisive indicators, supporting indicatorsposted in Tutorials by Users

This is with a higher period, dow jones 3 minutes.
It's definitely more similar to what I need for prop evaluation. -
RE: Decisive indicators, supporting indicatorsposted in Tutorials by Users
@PhiLykia I got your point. I also have profitable strategies only when I don't use SL but money or technical exit. Maybe it's because I only trade indices and gold on small TFs...
By the way, even if I find your concepts interesting, they would not suit a prop firm or Darwinex evaluation; I need to develop strategies with fewer orders to be funded.
-
RE: Decisive indicators, supporting indicatorsposted in Tutorials by Users
@PhiLykia I created 2 conditions for closing: when red goes below a threshold (90 or 95) close buys, and when blue goes above 5 or 10 close sells. It may cause some small losses, but going without SL seems to be the best compromise.
-
RE: Decisive indicators, supporting indicatorsposted in Tutorials by Users
@PhiLykia I fear this MTF filter could worse even more the speed of calculations... by the way, do you use the same conditions (red=100 blue=0) or less stringent ones (red>50 and blue <50 for example) on higher TFs?
-
RE: Decisive indicators, supporting indicatorsposted in Tutorials by Users
This is a simple system that buy when red line=100 and sell when blue=0. A martingale MM, time filters and dynamic money stop loss and profit. Using the 25 version of the indi.
It could be improved but as it is now it can pass even a prop firm test.Thanks @PhiLykia !


-
RE: ENUM_TIMEFRAMES error, (â•¥_â•¥)posted in Questions & Answers
Just create a constant input with ENUM_TIMEFRAMES like this:

-
RE: Decisive indicators, supporting indicatorsposted in Tutorials by Users
50 is more accurate than 25, I mean it seems to avoid many false signals when used as a trend follower system.
I saw you are using it as a reversal instead. I am having an insanely high accuracy on indices and gold on m1, but don't like it as a mean reversal indicator. -
RE: Decisive indicators, supporting indicatorsposted in Tutorials by Users
My only concern is that your indicators are very heavy on the cpu, so the backtests are insanely slow... did you noticed it too? Any way to improve the code?
-
RE: Decisive indicators, supporting indicatorsposted in Tutorials by Users
Very very interesting, I will play with them to see which suits better my trend-following style.
-
RE: Decisive indicators, supporting indicatorsposted in Tutorials by Users
Hi @themanking, very interesting upgrade! Could you explain the differences between the 2 versions?
-
RE: need help in setting TP on base of MAposted in Questions & Answers
No, create a condition block with the ema crossover/under, and then a block below with close buy or sell
-
RE: need help in setting TP on base of MAposted in Questions & Answers
Just create a condition when candle close crosses over/under the EMA and then put the block to close the trade.
-
RE: Create a variable from multiple buffersposted in Questions & Answers
https://fxdreema.com/shared/M0Fsjh0Ac
this is just a dummy using this indicator:
Wso and Wro.ex5