@alphaomega Connections between the blocks.
Posts made by roar
-
RE: If I let my membership expire will I lose the EA's that I've made?posted in Questions & Answers
-
RE: If I let my membership expire will I lose the EA's that I've made?posted in Questions & Answers
All projects will stay in your builder. However, you can't download if it has more than 10 connections.
-
RE: HOW I CAN USE MACD LINE (0) TO BUY AND SELL through WILLIAMS R%?posted in Questions & Answers
@khalids222 Williams does not cross 0 line.
It only looks like it crosses the macd, because you force the two indicators to the same window. If you move the chart backwards, you will see that the "0-line cross" will change its place, because its just a graphical phenomenon. -
RE: Condition's Value input is being ignored.posted in Questions & Answers
@rafaels919 Can you share the project so I can test it myself?
-
RE: Condition's Value input is being ignored.posted in Questions & Answers
@rafaels919 Great! If you later figure out the cause, please update here - I'd love to know
-
RE: HOW I CAN USE MACD LINE (0) TO BUY AND SELL through WILLIAMS R%?posted in Questions & Answers
You want to compare MACD and W% ?
Why? They dont use the same scale.Williams never crosses the zero line.
-
RE: Condition's Value input is being ignored.posted in Questions & Answers
@rafaels919 I noticed that as well.. implies that the EA wants to trade on whatever RSI value. Try without that AND block, just connect the conditions one after another. Maybe the AND logic is the issue here - as far as I know, the AND somehow "stores" the individual condition passes and continues only when all passes are recorded
-
RE: Condition's Value input is being ignored.posted in Questions & Answers
@rafaels919 Yeah, thats it. Everything should be okay
-
RE: Condition's Value input is being ignored.posted in Questions & Answers
@rafaels919
You have ticked the candle ID setting, this means its converted to an input and the value doesnt automatically update from fxdreema. Please check the EA inputs on your mt4 strategy tester.Its probably not the issue, but I can't think of anything else
-
RE: Condition's Value input is being ignored.posted in Questions & Answers
@rafaels919 Ok, now thats weird!
I can't see what is the problem, the fxdreema logic is fine.
Maybe you are accidentally using an old version of the ea, or old settings.. ? -
RE: Condition's Value input is being ignored.posted in Questions & Answers
@rafaels919 You are measuring the rsi from candle 0, which constantly changes. When you make a backtest, you only see the final value of each candle and it seems that the condition doesnt work.
To solve, hit more settings and change candle id to 1.
-
RE: Max trades per barposted in Questions & Answers
Oh, and you could also just modify this number, lol:

Just make sure the block is right before "buy/sell now", after all conditions
-
RE: Max trades per barposted in Questions & Answers
- Create a variable trades
- Before opening a trade, check that trades < tradelimit
- When opening a trade, modify trades to trades +1
- Once per bar: reset trades back to 0
-
RE: Not trading as per conditionposted in Questions & Answers
Stochastics produce weird results with cross conditions, because the 2 lines constantly cross each other when the candle is still developing. Solution is to work with the last completed candle instead of the current, moving one.
Click "more settings" and set candle ID to 1.
It is 0 by default, which means the current candle. -
RE: Once per Bar not workingposted in Questions & Answers

These two bad boys can make trades whenever they like. You must connect a "once per bar" block for them as well. -
RE: Backtesting stops abruptly and I don't know why (but I guess why)posted in Questions & Answers
@l-andorrĂ Hi! Its a solution to an overfilled hard disk, may not be your problem though
-
RE: Here, take this profitable eaposted in Tutorials by Users
@matallica1 If you really want to trade this EA, I would advice sticking with EURUSD and M5 timeframe. Its what I designed the bot for, and other symbols will not work as well. EURUSD has the best volatility/spread ratio by far, and other symbols will just increase the risk with no added profit...
Btw, seems like the EA had a rough patch for the H2 2019... Lets see if it can even make new highs

-
RE: I need help with this EAposted in Questions & Answers
@luisjunior1224 You have two MA cross conditions - its very rare that two ma crosses happen at the same time.
-
RE: Backtesting stops abruptly and I don't know why (but I guess why)posted in Questions & Answers
@hadees I have fixed that problem with a symbolic link to my larger storage drive.
The program "thinks" the data is in C:`...\AppData, but actually its on the D disk.
https://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/ -
RE: how to adapt this for cent accountsposted in Questions & Answers
@luisjunior1224 What do you mean, adapt? Cent account doesn't need any special attention, it only affects your deposits and withdrawals.