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: Помощ за МА пресичане

      Не може да се пише запетая в тия блокове дето започват с Buy и Sell, за този Check... пробвай. На останалите блокове трябва да работят със запетаи и Group и Market.

      Иначе опцията All... включва и поръчки извън експерта, въобще всички поръчки що ги има.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Compilation impossible

      Do you use some older MetaEditor?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Compilation impossible

      Oops... something went wrong with my last updated. MQL4 makes me sad sometimes 🙂 I will fix it.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Send HTTP request

      "Send HTTP request" knows what to do with these key-variable options.

      If you choose POST, the url will remain as it is, and yes, you can put something manually in it, so on the server you will receive something in both, POST and GET.
      If you choose GET, all key-value will be appended to the end of the url. You can still put key-value pairs on the url. In this case POST cannot be sent.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: rename block ID

      Hmmmm, I guess you are playing in MetaEditor with this. All of these numbers are generated when you export the file and normally they are fine. Also it is possible to give a block non-numeric ID... but I will probably prevent this, and maybe I will hide all the block numbers as well.

      Some programs generate some short title instead of numbers. Well, I am so much focused to make the code friendly to read. It is, but for me.

      If this is somehow generated from fxDreema, give me the project ID 🙂

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Send HTTP request

      There are no different blocks, there is only one block to send HTTP request.

      I think you don't want to use POST, so you can just use GET. All the key-value pairs that you define in the block will be put into the web url automatically. This is GET.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: custom indicator in mt5 not visible

      Use "Indicator tester" when you add a new custom indicator.

      The first thing is, look at the error messages to make sure that the indicator is loaded without problems, it should also automatically appear after the backtest (indicators does not appear in live test).

      Then, look at the values produced by "Indicator tester". Where the indictor is not visible, the value should be... something giant, or 0 in some cases. If you have the same value all the time, whatever it is, then this buffer cannot be used. If this is the case, try with Candle ID = 1 (this is for indicators that draw arrows). Of course, make it run for more than few candles.

      For multi-timeframe indicators, try different timeframes.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Comment in a chart

      Afraid of variables? A little bit of imagination is needed.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Помощ за МА пресичане

      Нали имаше и един български форум. Скоро не са писали за експерти и такива чудесии обаче.

      Сега видях, имаш EURUSD,USDCHF в блоковете за търговия, пък там още не работи това. Възприема цялото като име на една валута. Не знам дали и да го правя да работи, но щом някой го ползва... Не знам, после пък на някой ще му хрумне, че и Group # трябва да може да се пише със запетайка 😕

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: (on chart) object drag

      What a nice panel, so this EA builder can create something fancy 😏

      It's probably something wrong with these settings: http://prntscr.com/5aid3f Set this to "Tick mode".
      I added these settings back then to simulate Trade and Timer events, but at that time all the native events were init, start (tick) and deinit. I will remove these settings anyway and it will always work on "tick mode". Because for that "Period mode" there is an endless loop that now obviously prevents the native Chart and probably the Timer events from firing.

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Помощ за МА пресичане

      Българското участие 🙂 Пуснах ти 3 месеца ей така, щото си от родината 8-)

      Вероятно тестваш експерта, а MetaTrader 4 може да тества само валутата дето е избрана за графиката. 5-та може, но 4-та все още не. При това положение резултата обикновено е такъв, zero divide, понеже всички стойности за втората валута са нули и някъде има деление. Вероятно трябва да заложа някое по-човешко съобщение за грешка на това място, но случая ми е добре познат и скоро не съм виждал zero divide поради друга причина 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Comment in a chart

      This is interesting idea. Now this block (re)writes the whole data, all rows at once, it can't write only Xth row, but I think there should be some way to do that. Well, for this I must rewrite the block or maybe replace it with a new one.

      In any case, you can for example use 1 "Comment" block in both cases, but use a variable in it. Modify the variable outside, and in the Comment block you will see it's newest value.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Send HTTP request

      I wonder why don't you try it instead of waiting for me to response 😕 Yes, it works, you can send both, GET and POST at the same time. It's also possible to send GET from the url + GET from the parameters in the block.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: HELP!!!! i Cant make it work

      You have responce in the mail. Otherwise this EA is working, at least it produces some trades, so the problem is probably something with MetaTrader 4.

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: reading Edit Field value

      Yes, the MQL4 function to get this value is actually called ObjectDescription(). Now that MQL4 is more like MQL5 there is another way to get this information and it is not "description" anymore, but ObjectDescription() still works.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: reading Edit Field value

      https://fxdreema.com/shared/D3CRNbCC

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Send HTTP request

      You want to send POST and GET at the same time? Why not either POST or GET 😕
      Anyway, you can try it, it should be possible if there is no some bug.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: reading Edit Field value

      Because it is the only text attribute and I needed to separate it from the numric ones somehow. It is also used in different context in objects, sometimes it is the description, sometimes it is the main text... depends on the object type.

      https://fxdreema.com/shared/Z1BNy3KCd

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: self updating/refreshing grid, compare two groups of trades

      What is wrong is that you sum all open prices, so you got the sum of all open prices. For something to be average, you must divide the total sum to the number of elements.

      There is a block to check the average profit with respect to the lot sizes, but open prices (Check current unrealized profit)... I don't know how?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: macd eurusd, m15; unit reason 8

      http://docs.mql4.com/constants/namedconstants/uninit

      It looks to be problem with OnInit(). You modified the source code?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • 1
    • 2
    • 256
    • 257
    • 258
    • 259
    • 260
    • 374
    • 375
    • 258 / 375