I built an EA, during backtestings it works fine - but when I put it live it appear this error: Error code=4806
Posts made by Didble trader
-
Error code=4806posted in Bug Reports
-
optimization an EA built with fxdreemaposted in Questions & Answers
Hello,
I want to optimize an EA. because it takes a long time to back test it.
So, my question is: "Turn off" blocks which in some case I don't need, will this action allow to speed up time for backtesting?
-
RE: Different results between Optimization and single back test.posted in Bug Reports
does fxdreema builder has such code in the EAs?
if (IsOptimization()) do_stuff();
I found this on internet that could be the problem....
-
Different results between Optimization and single back test.posted in Bug Reports
Hi,
I made some optimization for one of my EA.
I done optimization for several inputs and after all optimization process has finished I selected the best result to back test individual in visual mode. But I got different results..
so, my question, When testing an EA built with fxdreema.com can results change when testing in "visual mode" as oppose to normal mode(no visual mode/fast way)?
-
VERY VERY Stupid error!!!posted in Bug Reports
Hello Fx dreema,
I want to report a problem. Please follow these steps.
-
go to this link
https://fxdreema.com/shared/AA0jy8Usb -
download into your MT4 terminal for back testing.
-
Press start
Now appears the problem. It will show a text "error" and indeed it is an error because the first tick is NOT above "first_level_up" (this is a variable.)
But the funny thing is that if you stop the back testing and press again START, now, the second time, is will NOT appear this error.
-
-
RE: Working with "AND" functionposted in Questions & Answers
to solve this problem I removed/deleted "And " block and I put hours filter under no trade.

But, even now i can't understand why this error appears since one of the block is false....
-
Working with "AND" functionposted in Questions & Answers
Hello,
My problem with "AND" function: check the example
https://fxdreema.com/shared/ek9wqdDDd
Why the blockk 4 ("AND") appear to be true if from 2 conditions which it connects, it is JUST one true (block3). the block 9 is false (because there are one trade opened).
I use very often this function, but now it appear to give this error or I don't understand something....
Please help.
-
RE: Pips away from open priceposted in Questions & Answers
Hi fxDreema and miro1360,
after so many hours off trying to understand what is the problem/why it appears, my answer is: total confuse!!!!
this block(pips away from open price) keeps as reference point the opening price of first opened trade. from here and in continuation it keeps the same point for opening the next trades. This means that block works well!!!!
So, pay attention, my actions is opening new trades.
But, when I changed action from Open new trade into close trade, THE BLOCK gives an error.
WHAT MEANS THIS ERROR?
WHEN THE ACTUAL PRICE IS ZERO PIPS FROM OPEN PRICE(FIRST TRADE), THE BLOCK "SAYS" THAT ACTUAL PRICE IS 20 PIPS AWAY!!!!!!!!
ONCE AGAIN, IT HAPPENS WHEN I CLOSE ONE TRADE FROM ALL MY OPENED POSITIONS.!!!!!!!!!To be honest, I think that this block need to be detailed explained on forum.
and I think I will remove this block from my structure and start to build it in new way.or let's fix a skype conference to explain/show in real time.
-
RE: Pips away from open priceposted in Questions & Answers
I never used block "For each Trade"
Can you make a print screen and show me where I need to use this block?
Yes, it seems that after closing one trade, it somehow change the initial open price......
Also, I think all blocks need to have specification where users can read to understand how each blocks works....
Look,till I Just OPENING New Trades it keeps the same Open Price. everything is going correct until I close one trade.
So, I think/guess that this block was coded to change Open price when user change action from OPEN >>> close and Close >>>Open trade. -
RE: Pips away from open priceposted in Questions & Answers
shared/LFmWfRSwb

now you understand the problem?
-
Pips away from open priceposted in Questions & Answers
Hello ,
Please help me to understand how it work, because it kills me:)))
I will try to formulate my question.I use "pips away from open price" to open many trades(1,2,3,4,5,6...). very important: all this positions are open.
and this block works perfect until I close last opened positions, after this event it began to work wrong. it seems the the original "open price" is changed somehow.Is this correct?
-
Where disappeared the function "Search" on this forum?posted in Questions & Answers
Where disappeared the function "Search" on this forum?
-
RE: Needs of new funcitonposted in Questions & Answers
Hi Fxdreema,
I need such function like: Check type of the last opened trade.
I any possibility to make this?
Thanks
-
RE: collect/remember Close/open value of previous barposted in Questions & Answers
This is my problem:
https://fxdreema.com/shared/0NsTvyhCc
https://postimg.org/image/5ltfzbsar/
Please help to understand this problem.
-
RE: collect/remember Close/open value of previous barposted in Questions & Answers
Hello to all,
I have a problem/challenge to solve. I will try to explain the problem...
can I somehow collect/remember Close/open value of previous bar and to use this value in futures decisions which I need to take?
-
RE: true/falseposted in Questions & Answers
ok, let me try one more time:
-
I have signal/conditional to enter the market(to open one trade) so,
-
I want that if one parameter/constant is set to "true" to open buy position.
-
if this parameter/constant is set to "false" to open sell position .
-
-
RE: true/falseposted in Questions & Answers
I have signal for "buy now" at particular time. so I want to programe somehow, I don't know, if one variable is "true" the the EA to open buy , but if variable is *set to false to open sell.
-
RE: true/falseposted in Questions & Answers
Hello
I will try to explain myself in corect way in order to understand me:)
so, for example:
I have signal for "buy now" at particular time. so I want to programe somehow, I don't know, if one variable is "true" the the EA to open buy , but if variable is sent to false to open sell.
hope you understood me:).
-
RE: One parameter for Buy/sell nowposted in Questions & Answers
Hello,
I want to know if there is such possibility to define one parameter which will be the stoploss/takeprofit for buy/sell now?
like in this example:
Stop_level = x;
buy now SL= x
TP=xsell now Sl=x
Tp=xwhy I need this, because I want to optimise this parameter.
please help me to solve this problem.