@fxDreema
I've been a paying subscriber for over 3 years now and I must say I am really disappointed by the lack of support. I'm not saying it's your responsibility to reply or to address every issue, I'm just saying I didn't expect to get no support whatsoever. I am now using a custom MQL4 code block to bypass the issue.
I do appreciate the awesome software, just didn't expect to be alone on this one.
Latest posts made by safv6
-
RE: Trade is disabled (133) error with binary options EA's that used to work fine in the past...posted in Questions & Answers
-
RE: Trade is disabled (133) error with binary options EA's that used to work fine in the past...posted in Questions & Answers
Hi guys, I truly think that it has become impossible to make binary options EA's with fxDreema since a little while, maybe because of an update to fxDreema or something? It used to work, but I'm convinced it doesn't work anymore. Not on any broker, not for anyone who'd try.
I've tried everything, I've read every thread on binary options on this forum as well as everything there is to find on error 133 using Google before I started this thread 3 days ago. Maybe it's the "BO exp:" comment that's not properly added to the OrderSend line anymore, or maybe it's something else entirely, but again, I really think something broke. Either that, or it's user error somehow, but I really really doubt it.
I'm stuck here guys! And I'm sure I'm not the only one.
I'm really hoping for your support on this one!
Best regards
-
RE: Trade is disabled (133) error with binary options EA's that used to work fine in the past...posted in Questions & Answers
@fxdreema Hi Radoslav, I was rephrasing my question while you sent your reply just now. I tried my EA project and this example test EA on multiple brokers. All return the same error. The old EA that uses the same buy now block settings works fine, BUT when I generate a new mq4 file in fxDreema after loading OR reimporting the old working EA, the newly generated EA will not work at all.
So my answer to your question is: Yes, I'm sure that one EA (the one that I generated with fxDreema in the past) works fine and any EA I generate now doesn't. Same Buy now settings, same symbol, same broker. I'm not ruling out that it's user error somehow, but I just can't imagine what I could be doing wrong. I mean you see the example EA there, it should be working, right?
Thanks again for your time.
-
RE: Trade is disabled (133) error with binary options EA's that used to work fine in the past...posted in Questions & Answers
I'd like to rephrase my question in a way that may be a bit more clear if that's ok:
The example EA below should be suited to make binary options bets, right? In the past it worked fine, but now every broker I try it on returns this error: "Trade is disabled (133)". I've tried goMarkets, GDMFX and a bunch of others. All brokers return the same error. My old fxDreema EA's that trade the same size and expiry and everything, with the same "Buy now" block settings all work fine (unless I generate a new mq4 file for the old project; this newly generated version of my old working EA will not work either).Simple binary option EA example: https://fxdreema.com/shared/Qz2H9VFBc
Am I doing something wrong here, or is there something wrong with the OrderSend syntax for binary options in fxDreema nowadays? It should look something like this, right?:
" OrderSend(Symbol(),OP_BUY,Lots, Bid,3,0,0,"BO exp:60") "
Maybe the "BO exp:60" comment is not coming through as it should for some reason? (I'm just guessing here)Any help would be very much appreciated.
Thanks in advance guys! -
Trade is disabled (133) error with binary options EA's that used to work fine in the past...posted in Questions & Answers
Hi fellow fxDreema users,
I've made quite a few binary options EA's with fxDreema in the past with no problems, but now I'm trying to make another one and all of a sudden I can't get it to trade and I keep getting this error "New trade error: Trade is disabled (133)".
I can trade manually and my old fxDreema EA's still trade fine with the same Buy Now block settings, on the same symbol and with the same broker (GDMFX). Weird, right? But it get's even weirder:
So I took my old fxDreema EA that still trades fine and I imported the mq4 file into fxDreema (I love that feature by the way), but when I do that and generate a new mq4 file right from the imported project that traded just fine, the newly generated mq4 file will again not trade!Here's an example of the Buy Now block that works in my old EA's, but doesn't work in a new one. Looks fine, right?: https://fxdreema.com/shared/Qz2H9VFBc
I feel like I've tried everything. Thoughts anyone?
-
RE: Some of my fxd EA's won't reinitiale after changing settings or timeframesposted in General Discussions
@miro1360 Right, perhaps. I'm not sure though, but I kind of think that most users would prefer this functionality to be disabled by default, or to be adjustable in the Project Options menu or something, but hey, I'm not complaining! Your solution solved my issue!
Thanks again for all the help Miro! -
RE: Some of my fxd EA's won't reinitiale after changing settings or timeframesposted in General Discussions
Hi miro, that did the trick! I can't help but wonder though, why you wouldn't want to have the EA reinitialize when you change settings, because if you don't, the changes you make will not be applied, right? I don't really see the logic in that, but hey, this works for me, so thank you for the great support. I appreciate it!
Peace!!!!
-
Some of my fxd EA's won't reinitiale after changing settings or timeframesposted in General Discussions
Hi Radoslav and fellow fxDreema users,
My fxDreema EA's won't reinitialize / refresh when I change timeframes or settings while the EA is running.
I tried to create a simple EA with only 2 blocks just now, to share here as an example, but to my surprise that simple EA does reinitialize just fine. My more complex EA's won't though.
Does anyone have any idea what I did wrong?Best regards,
Saf
-
RE: Applying an indicator to Previous / First Indicator's Data in fxDreemaposted in Questions & Answers
Thanks so much for the swift reply! The TDI was a great tip! Thanks for that!
Do you perhaps also happen to know of an existing indicator that can do like a Momentum indicator on an ADX or something like that? I know questions like that are not what this forum is for, but I couldn't resist to ask.Thanks again!
Peace!!!
-
Applying an indicator to Previous / First Indicator's Data in fxDreemaposted in Questions & Answers
Hi Radoslav and forum participants,
In MT4 one can apply an indicator to an indicator. For example you can apply an MA onto an RSI by selecting "Previous Indicator's Data" or "First Indicator's Data" in the MA's "Apply to" drop-down menu. In fxDreema though, these options are not in any of the indicator's "Apply to" drop-down menu. Does anyone here know how to go about this?

Thanks in advance!
Regards,Saf