I built an EA, during backtestings it works fine - but when I put it live it appear this error: Error code=4806
Latest 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.