Can you please share the link to the last version of the project?
Posts made by l'andorrà
-
RE: Those more skilled than meposted in Questions & Answers
-
RE: How to Calculate TP on basis of SL Distance from Order Openposted in Questions & Answers
I'm not sure that custom code you're using is correct. I see you know how to use variables. So can you please share the link to your project? I would need to review the other blocks.
-
RE: Part closing, at symbolposted in Questions & Answers
Ok. Now I understand. Could you please share the link to your project?
-
RE: i create a bot on fxdreema i use check concesutive losses block for check numbers of closed losses trades in a row .now the problam is that bot work perfectly on mt5 becktest butt losses is not count curractly on real charttposted in Questions & Answers
And what data quality did you use in your backtest?
-
RE: Hi i creat a EA . I use check distance block in it. I have a problem now in backtesting check distance function is working but when i put it on live market check distance block is no working can anyone help me plz.posted in Questions & Answers
@Hony-Max Did you check what I asked in my previous post?
-
RE: i create a bot on fxdreema i use check concesutive losses block for check numbers of closed losses trades in a row .now the problam is that bot work perfectly on mt5 becktest butt losses is not count curractly on real charttposted in Questions & Answers
What data quality did you have on the backtest? Are you using the exact same broker for both backtest and live trade?
-
RE: how to store the last opened trade size in a variable ?posted in Questions & Answers
@jstap What jstap means is this:

-
RE: Why Do Backtests with 'Draw Line' in MT5 Take Days to Complete?posted in Questions & Answers
Sadly this is one of the bad side effects of FxDreema. Because of the huge size of code lines included in the final bot to test, backtests are deadly slow. The only partial solution is makeing the structure as efficient as possible by removing unnecessary blocks OR hiring a programmer to create a bot with the minimal number of code lines and then test it. I finally opted for the second option in order to backtest/optimize my biggest fxDreema projects.
-
RE: How to Calculate TP on basis of SL Distance from Order Openposted in Questions & Answers
You can use custom code for that (I'm afraid I cannot be any helpful there) or variables. Are you familiar with variables?
-
RE: Those more skilled than meposted in Questions & Answers
Blocks 28 and 34 are searching for objects that have not been identified by the bot. You need to do that by using a 'For each object' on top of each one looking for those and then adjust the condition block accordingly.
-
RE: Indicator condition gets recognized only for 2 years of backtesting if I do longer its not working anymore.posted in Questions & Answers
@Behold Then the issue is the indicator itself, I'm afraid, not your bot.
-
RE: Hi i creat a EA . I use check distance block in it. I have a problem now in backtesting check distance function is working but when i put it on live market check distance block is no working can anyone help me plz.posted in Questions & Answers
Are you using the exact same broker to do the backtest and the live trading? If so, then broker is cheating on your trading. And yes, they can do that. They can offer different trading conditions for backtest and live trading.
-
RE: How to Set SL at last Swing Low/Swing High Priceposted in Questions & Answers
I'm afraid fxDreema is desinged to create bots, not indicators. You will have to use a different software to create that indicator.
-
RE: Run EA Message on Chartposted in Questions & Answers
I don't know any 'Run EA' block. Do you mean 'Run blocks' maybe?
-
RE: Part closing, at symbolposted in Questions & Answers
Then it depends on how the indicator is providing the info. However, I don't think it is a useful one. How can a TP be useful if price if hitting it now but it is redrawn later?
-
RE: Entry once per pay, if trades loses - open gridposted in Questions & Answers
@SamWilson420 for the part closing all trades untill tomorrow when daily profit profit is hit this is what you need:
https://fxdreema.com/shared/bKbTjhrse
My example is counting pips, but you can adjust it for money. On the second part, it is far more complicated. You will need a separate structure to do that. Are you familiar with variables?
-
RE: "How to Implement Partial Close at +20 Pips and Trailing Stop in FXDreema?"posted in Questions & Answers
You're welcome. Sadly I don't have time for proper social media management. However, you cvan contact me through the forums whenever you need.
-
RE: Any idea how to write bull and bear flag bot?posted in Questions & Answers
@allstarengin What do you exactly mean? Opening a buy after a bull candle and a sell after a bear candle maybe?
-
RE: on tickposted in Questions & Answers
@Michaelgstrainjr Do you mean closing a trade when a specific loss is hit? If so you can do this:

