Error message(s) from Journal or Experts?
Posts made by fxDreema
-
RE: Subtracting / Adding pip to priceposted in Questions & Answers
1 pip is equal to 0.0001 now and before. No matter if your broker uses 0.00001 digits or no, fxDreema works in 0.0001 format by default. But if you want to change it, go to "Options -> Current project options" and change "Point format".
0.00009 equals to 0.9 pips, which is pretty small and that's why you get that error.
There is a "Close each trade" block - blue in color. -
RE: Subtracting / Adding pip to priceposted in Questions & Answers
In "Condition" block on many places you will find "Adjust". Click on it and an input field will appear. Write "+15pips" to add 15 pips or "-15pips" to remove. The word "pips" will be replaced with a proper piece of code, so it will work that way.
You can also add/remove value like 0.0015. -
RE: Ea compile shows this warningposted in Bug Reports
I think now it's my fault, because of the last small update I've made

"is not referented and will be removed from exp-file" warnings are not fatal. This simply says that in the EA there is a code that is not used, and for that reason it will not be compiled. I allow this to happen.
"function already defined and has a body" is something else that I am always trying to avoid, but sometimes it appears. I just made an update now about this thing, and I hope that it will never happen again.
-
RE: Comment on chart (low level)posted in Questions & Answers
Oops
I was made the last build in the wrong way for some reason, sorry for that 
I just uploaded build 024, get it from here. It must be ok. -
RE: Comment on chart (low level)posted in Questions & Answers
Send me the code of the EA with errors.
-
RE: Comment on chart (low level)posted in Questions & Answers
The problem was in the spread meter shown on the lower left angle. But now it should be ok, at least I can't get the "zero divide" error anymore. Are you sure you are running new EA's? The problem was in this row:
double pip_value=0;so I replaced it with:
double pip_value=1; -
RE: Comment on chart (low level)posted in Questions & Answers
Because I uploaded 023 before correcting this problem.
Ok, now I just uploaded 023 again, with only this problem corrected, you can try it.Because you are using markets with point .0 or probably full number prices, are you ok with how big pip size is? Because I'm not really sure what it should be and I'm a little bit confused.
(the problem was about pips size for markets with .0) -
RE: Comment on chart (low level)posted in Questions & Answers
There was a missing part of the code somewhere when it comes to 1 digit after the point or no digit after the point.
-
RE: Comment on chart (low level)posted in Questions & Answers
Are there some error messages?
"Timer" event is artifical loop (not included in MQL4 itself) and it works with local time, which is the same as the server time while backtesting. It should work the same with all markets, unless there is something that I am not aware of. Are you sure the EA starts at all when it looks that it's not working? Maybe missing history data? -
RE: Comment on chart (low level)posted in Questions & Answers
Well, in backtesting (visual mode) both works for me

-
RE: Comment on chart (low level)posted in Questions & Answers
I think "Once per tick" is the problem (by the way now it's sunday, there are no ticks). Also, thic block is not to be used there. Try with "Just pass" instead.
-
RE: Ea compile shows this warningposted in Bug Reports
Again, it's nothing fatal. And it's not something new. fxDreema uses custom functions a lot (created by me), most of them are not added to the project if they are not used, but I decided to add attrSwap() to every EA no matter what's inside.
-
RE: MQL5 OnChartEventposted in Questions & Answers
Right... now it must be there, but I'm not sure for mouse move even that way

-
RE: if condition one is =yes then wait untill condition two...posted in Questions & Answers
No block waits for something to happen! "Condition" block is a simple "if" ckeck, nothing more.
-
RE: Happy Birthday, fxDreema - 1 year from launching! Gifts!posted in Questions & Answers
It's 1 year from launching fxDreema on 22.11.2011! For that reason I decided to make a gifts for all the current subscribers - 1 month of full plan for each. 55 of you are now with longer periods for using fxDreema (it can be seen on the bottom of this page http://fxdreema.com/subscribe). Happy workig!

