I guess you didn't change anything on your bot right? Sadly, this is one of the side effects of using fxDreema. Can you please share the link to your project?
Posts made by l'andorrà
-
RE: Hello automatic update new version mt4 make my ea get troubleposted in Questions & Answers
-
RE: want to ask i have use type 2 stop lose 1 SL is 2 pips And 2nd SL is 4 pips I want when my EA 1 pip SL hitted then repeat the lot size and when my EA hitted 4 pip SL then increase lot size which i put in it ?? So can u plaz guaid meposted in Questions & Answers
This is the second time you are asking for the exact same question. Please don't duplicate threads.
-
RE: Buy limitposted in Questions & Answers
I'm afraid I don't speak French. I also speak Catalan and Spanish, if that can help.
-
RE: Please help me!... I need to make my EA not trade if the price touches the High and Low of the previous day's session.posted in Questions & Answers
You need a condition block cheking where price is at 00:00. If it is below yesterday's high, program a pending. If it is above. Don't trade today. Same for yesterday's low.
-
RE: How to store the highest and lowest point from indicator?posted in Questions & Answers
@windsor-2003 This would be the structure for the highest value:
https://fxdreema.com/shared/wobfy3JZd
But please remember that you will need to restat that variable somewehere else in your bot.
-
RE: rebuy each tume price comes back to the entry levelposted in General Discussions
This si the second threasd you created for the exact same question. Please don't duplicate threads.
-
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
That SL is too close to current price. No broker will accept that. You will need bigger distances for SSl, like spread plus a few pips most of the time.
-
RE: The expert works in backtesting but not in forward testingposted in Questions & Answers
When backtesting, you need to taka a look at the green bar on top of the results. It's the quality data. If the result is below 99%, the result is not reliable.
-
RE: The expert works in backtesting but not in forward testingposted in Questions & Answers
@hojjat78 Are you backtesting the bot on the same broker of your forward trading? And are you using the same tick data?
-
RE: Please help me!... I need to make my EA not trade if the price touches the High and Low of the previous day's session.posted in Questions & Answers
But what if today's proce levels are not touching yesterday's high/low for the first hours and then later on the session any of those is hit? I don't fully understand the logic. Can the bot trade today if yesterday's high/low are not hit but lates trades are closed if those are hit? What is the exact point of that?
-
RE: How to store the highest and lowest point from indicator?posted in Questions & Answers
The problem is how many candles in the past are to be searched. You need to limit that number in order to make the bot functional. Will they be 20 candles in the past? 50? 100? If you make it unlimited you will get many highs amd many lows, and the bot will simply be unoptimizable because of the huge information to be processed. Probably what you need is a custom indicator doing that search on it's own instead of embedding it on the bot. I don't know any indicator doing that, but I'm pretty sure you can find some on mql5.com.
-
RE: Why "undeclared identifier" even though I've done everything correctly?posted in Questions & Answers
Then I'm afraid I don't know the reason, sorry. Probably the reason is within that custom code. We need a programmer here, and I'm not I'm afraid.
-
RE: Found New Bugposted in Questions & Answers
@Dr-Amiin I guess you should contact the admin directly.
-
RE: please how can I add martingale to wining position Example: if the EA is buying and in profit, after like 50 pips it should multiple the initial position buy 2 …. in a grid form. Thanks for your supportposted in Questions & Answers
How many open trades will there be active at the same time? And will there be buys and sells at the same time?
-
RE: I'm sorry. Website was hacked. It's my fault.posted in Questions & Answers
@enzo This is not the right thread for your question. Can you please create a new thread for it?
-
RE: multiple posittion opening at the same price levelposted in Questions & Answers
You need to use a pink 'once per trade' block on top of blocks 75 and 77.
-
RE: sets buy limit and sell limit trades at the same timeposted in Questions & Answers
What os the bot supposed to find on the chart on those previous 4 hours in order to program those trades? Maybe the highest and lowest price levels within that period?
