fxDreema Connector Found builder.min.js?v=1:340
only got this line while problem is occuring. all extension disabled.
Posts made by edwardseer
-
RE: custom codeposted in Questions & Answers
-
RE: custom codeposted in Questions & Answers
Sorry, I'm not too comfortable with allowing access to my computer. Hope you understand.
Its fine if this problem is not solved since the functions still working well. Maybe its just some weird stuff going on in my chrome. i will try reinstalling it and see how when i have the time.
So far, the problem only happens on my chrome. Firefox seems to be working fine. -
RE: custom codeposted in Questions & Answers
Its ok then. i can make do with the current problem as the functionality of the product works like it should. Its still an awesome product to work with.
-
RE: custom codeposted in Questions & Answers
I'm using chrome. Thisdoes nothappen when I use Firefox though
-
RE: custom codeposted in Questions & Answers
https://vid.me/Pom6
spot another bug shown in the video.
its hard to tidy up my project because i have to keep readjust these
-
RE: custom codeposted in Questions & Answers
https://vid.me/HUsw
a short video showing the problem. this may happen first then things go messy after a while.
btw, do you have an option to extract the average spread value from the bottom left corner of the ea. i want to use the value so it would be good if i can store it in a variable. -
RE: custom codeposted in Questions & Answers
i will just post screenshot whenever i encounter it. i dunno what caused it as it appears to be random but occurring frequently. im using chrome browser.
http://snag.gy/aCXLR.jpg
http://snag.gy/ryg9l.jpg -
RE: custom codeposted in Questions & Answers
well it might be moved some place far. the problem usually occurs when i open the block with variable set in it and i would have lots of parameters in it which shifts the window. like now its working fine so the fxdreema shift the window to show all the variables at the side. However, sometimes this does not occur but the block was shift instead which result in that hole there maybe. and the block will remain in the new position and i have to shift it back.
its so weird that every time i check this forum and try to recreate the problem, it would not appear. but while i am working on the project it would constantly appear.
my guess is that after i update a block, something broke and resulted in the window not shifting correctly but it shift the block instead.edit 1: i think the problem occurs after i connect or disconnect the block from each other.
-
RE: custom codeposted in Questions & Answers
hmm i cant seem to reproduce the problem now. it was a frequent problem yesterday though. i will let you know if i know how to replicate it again.
the saving file is just an extra step to be done. need to click save as then click ok etc.
and sometimes i will have to alternate tab twice to make it show the replace ex4 dialogue box. this might be my computer problem though.
well it happened again. but i am not sure how to replicate this problem.
http://snag.gy/WVNvy.jpg -
RE: custom codeposted in Questions & Answers
yes,i think it is working now.
also a few more things, http://snag.gy/POWQR.jpg
the blocks keep getting shifted out of place whenever i open the variable close to the side of the screen resulting in the movement of the block. happens often and sometimes the block disappear then i would need to refresh the page to get it back. no functionality problem just a gui problem.
sometimes copy pasting blocks from another project will result in double pasting like this
http://snag.gy/fKQ4w.jpg
the connected block will appear but the unconnected version will appear beside too which have to be deleted. again not a major issue just gui.
I can use with these problem as the functionality of fxdreema are great.and when will the local desktop version be available for the new blocks.(No trade nearby) the new blocks looks good.
I find local version faster and less troublesome to use when saving files as i make constant small changes. -
RE: custom codeposted in Questions & Answers
why when i transfer copy my custom code which is working fine in the older build cant work now in the new build?http://snag.gy/hgtUI.jpg
http://snag.gy/gxO5G.jpg -
RE: FIFO rules for close all tradesposted in Questions & Answers
hi, there is a problem with the ea generated by fxdreema as it attempted to close the latest trade instead of the oldest trade first. can you set an option to switch the order to make it fifo compliant?
-
RE: problems with eaposted in Questions & Answers
hi i made a ea project id mt4-2335. it keep generating logs in the expert folder making it very large
can you help me with this problem?
http://snag.gy/ssq2b.jpg -
RE: candle timeposted in Questions & Answers
how do i check such that if the candle ends at 29,30,31 and 59,00,01 min the condition is true for the candle bar based on candle ID?
-
RE: Suggestions for fxdreemaposted in Questions & Answers
hi, currently it is quite difficult to find out where all the blocks a particular variable is located in. Is it possible in the future to add something like maybe a highlight all blocks containing a certain variable in the future? it would be very useful for large projects. Thank you.
-
RE: Draw Text Variableposted in Bug Reports
no problem. im fine with the current way. i was not using the P1,P2 so i din notice. just highlighting it cause i think it caused me some problems in the past which i did not notice as i was wondering why the block would not initialise with the variable i set in it as it wrote there the variable would be equal to this before the block starts.
-
RE: 2 Formula >> Condition, Crosses problemposted in Bug Reports
remove the tick in the condition block and it will work
-
RE: Draw Text Variableposted in Bug Reports
i think that most of the block have the input parameter set first before the variables were adjusted to initalise. the white portion of the variable should be set before the input parameter i think. now if a user is trying to initialise certain input parameters of the block, it would still use the previous value the variable is holding. i think a reminder would be good to ask them to set the parameter in a pass block to initialise for example in the block before the actual block if its too much to change. i only saw that the buy/sell block also have this issue and the draw part but i think most of the block should have this issue. input parameter were set to the variable if used before the variables were changed to what is wanted using the variables at the right. so it ended up that the variable were using previous value before its changed in the main code then used in the main code.
an example to show for buy block. y-coordinate was reused so i set it to 0.01, and in the next block i set it to 0.1 lot. this are in oninit. ran it in a strategy tester, it should be using 0.1 lot if its working fine but it uses the value in the pass block 0.01
the code problem
http://snag.gy/o6NLP.jpg -
RE: Draw Text Variableposted in Bug Reports
i think the problem in here was that the y coordinate was set to the obj first before the adjust happened
http://snag.gy/vlJ6L.jpgthe objy was set to y first then the adjust came. the draw text uses the objY to set the coordinate. so the block was not initialise first before the draw text happened. although im fine with keeping it like this as the project im doing already was working in this format but there might be others who might be wondering about whats happening if they tried initialising the coordinate in the same block.