@drewliedadeuce block 61 is checked when RSI crosses above 70. Is that how you want it?
Posts made by roar
-
RE: OR logic not workingposted in Questions & Answers
-
RE: OR logic not workingposted in Questions & Answers
@drewliedadeuce the else-output from crossing conditions behaves a little weird. It doesnt mean "not cross", instead it means "cross below" if the condition is "cross above".
-
RE: Robot with great backtest result bombs on live demo?posted in Questions & Answers
@mikehzzzz said in Robot with great backtest result bombs on live demo?:
Is there a better alternative to testing robots on MT4?
Mt5.
-
RE: Code trading week of the monthposted in Questions & Answers
@stomper I would use the monthly/weekly bars as a shortcut.
Find the time of monthly open, then count how many weekly bars come after that -
RE: Open reverse trade when current candle closes above previous candle open, ONLY ONCE.posted in Questions & Answers
@drewliedadeuce as I said, base trade is group 1 and counter trade is group 2. If you want to check if counter trade has already been placed, use group 2 in the "if trade" block.
-
RE: Open reverse trade when current candle closes above previous candle open, ONLY ONCE.posted in Questions & Answers
@drewliedadeuce sounds good to me
-
RE: Open reverse trade when current candle closes above previous candle open, ONLY ONCE.posted in Questions & Answers
@drewliedadeuce use group numbers to control the "only once" thing. The base trade is group 1, reverse trade is group 2
-
RE: Any experts on fxDreema willing to build my EA for me?posted in Questions & Answers
@breakertrader the strategy, lol
-
RE: Find the problem.posted in Questions & Answers
@kiwi789 download the source code, open in metaeditor, the error message shows the line in question. Then you can guess which fxdreema block that piece of code belongs to.
-
RE: Any experts on fxDreema willing to build my EA for me?posted in Questions & Answers
@breakertrader I can help you
-
RE: Lot sizeposted in Questions & Answers
@gtoat777 I dont really understand the formula here, but generally, MathMax(a,b) and MathMin(a,b) are useful in limiting number series.
-
RE: View earnings for today, last week, last month, last yearposted in General Discussions
@cesardefez I havent tried calculating profits, but this I would try first:

-
RE: Lot sizeposted in Questions & Answers
@gtoat777 well AccountMargin() returns the margin for you, but to calculate the final lot amount, you have to do the math yourself
-
RE: Lot sizeposted in Questions & Answers
@gtoat777 free margin is calculated using your leverage, so you could use that one.
-
RE: Indicator with 1 bufferposted in Questions & Answers
@whitee1 you can find the arrows in the objects list. But as @biztet said, this indicator doesnt behave as it seems. Not worth the trouble, I'd say.
This is what the indi says when added to a chart (calculations from history prices):

This is what the indi says when used in backtest (calculations from real-time prices):

-
RE: How Long Time fxDreema Takes to Activate Premium Subscriptionposted in Questions & Answers
@rakib1420 BTC payments are accepted manually, so it usually takes a bit longer.
-
RE: Fxdreema issue nowposted in Bug Reports
Yup. I can still download the current .ex5 and .mq5 project though