fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. fxDreema
    3. Posts
    • Profile
    • Following 0
    • Followers 691
    • Topics 32
    • Posts 7485
    • Best 277
    • Controversial 18
    • Groups 1

    Posts made by fxDreema

    • RE: trailig pending order

      Error message(s) from Journal or Experts?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Subtracting / Adding pip to price

      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.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Subtracting / Adding pip to price

      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.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Ea compile shows this warning

      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.

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Comment on chart (low level)

      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.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Comment on chart (low level)

      Send me the code of the EA with errors.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Comment on chart (low level)

      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;
      
      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Comment on chart (low level)

      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)

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Comment on chart (low level)

      There was a missing part of the code somewhere when it comes to 1 digit after the point or no digit after the point.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Comment on chart (low level)

      The problem was terminated 8-)

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Comment on chart (low level)

      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?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Comment on chart (low level)

      Well, in backtesting (visual mode) both works for me 😮

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Comment on chart (low level)

      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.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Ea compile shows this warning

      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.

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Clear all my Objects

      Not yet. Never thought about that before 😕

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Ea compile shows this warning

      Nothing fatal 😉

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: MQL5 OnChartEvent

      Not correct. You need mouse move exactly?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: MQL5 OnChartEvent

      Right... now it must be there, but I'm not sure for mouse move even that way 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: if condition one is =yes then wait untill condition two...

      No block waits for something to happen! "Condition" block is a simple "if" ckeck, nothing more.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Happy Birthday, fxDreema - 1 year from launching! Gifts!

      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!

      posted in Questions & Answers
      fxDreema
      fxDreema
    • 1
    • 2
    • 368
    • 369
    • 370
    • 371
    • 372
    • 373
    • 374
    • 375
    • 370 / 375