fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. isp00rt
    3. Posts
    • Profile
    • Following 0
    • Followers 5
    • Topics 68
    • Posts 460
    • Best 9
    • Controversial 2
    • Groups 0

    Posts made by isp00rt

    • RE: MT4>>MT5

      @miro1360 said in MT4>>MT5:

      when you are creating your project, (new project), select radio button to Metatrader 5

      Great! Thank you :simple_smile:

      posted in General Discussions
      isp00rt
      isp00rt
    • RE: MT4>>MT5

      Just curious. How can we choose to download our EAs for MT5? The builder shows mq4/ex4 extensions only...

      posted in General Discussions
      isp00rt
      isp00rt
    • RE: Sorry, I can't find a thread I found some months ago

      Ok. I 'll try to implement it. Thank you for yourl help.

      posted in General Discussions
      isp00rt
      isp00rt
    • RE: Sorry, I can't find a thread I found some months ago

      Well, after having studied your proposal of EA, I find it simply brilliant, but before trying to implement it I have a few questions I would like to ask, if you don't mind. There are three points I don't fully understand and your help would be much appreciated.

      1. I don't understand the function of blocks 12 and 17. Could you please tell me what do they do exactlty?
      2. Why do blocks 13 and 18 include "(in loop)..." options? Honestly, I don't understand what those "(in loop)..." selections do, sorry. 😕
      3. In which EA should I include the modifiying "terminal variable" part from 1 to 0? In the "pipcounter closer" or in all the others?

      Thank you very much in advance.

      posted in General Discussions
      isp00rt
      isp00rt
    • RE: Question about writing indicator values

      I guessed it should be for a silly reason. Fixed and fully operational. Thank you very much again. 👍

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Question about writing indicator values

      By the way, thank you very much for your help! 😉

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Question about writing indicator values

      Ok. I didn't remember that rule. Now I modified it and this is how it is designed:
      https://fxdreema.com/shared/pj1q5YuBd
      It works perfectly except for one single detail. Two of the data rows required (rows 3 and 4) are not recorded. Emails are correctly sent and data from rows 1 and 2 is always correct, but the other two are missing.
      Any hint why is this happening?

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Question about writing indicator values

      Could someone please help? 😞

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Question about writing indicator values

      I tried this, but no messages are sent.

      https://fxdreema.com/shared/ILflvUL5c

      I checked my MT4 platform can send emails. Could you please tell me what am I missing?

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Question about writing indicator values

      Interesting. This raises a few more questions.

      1. I Took a look at the "Log Message" block, but I can't see how I can specify which indicators values should be printed. Only one space text is available.
      2. How will rows shown if I use the "Write to file" block?
      3. If I understand correctly, both of the previous blocks should be put at the "On Trade" tab, right? Will that be enough to print/send the required info every trade is open or should they be connected to any previous block?
      posted in Questions & Answers
      isp00rt
      isp00rt
    • Question about writing indicator values

      I remember having read somewhere (I can't refind the thread) that there is a way to write all values of my indicators every time a trade is open. I see an interesting block called "Send e-mail". I see I can specify up to 10 data rows. Can I use it to send me an email with all values registered every time a trade is open?

      However, I would prefer reading it at the "Experts" or "Log" tabs at my MT4 platform. How could I implement that?

      Thank you very much in advance.

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: First indicator question

      Ooops. I was sure Fxdreema could be used to create indicators! 😳
      Sorry, forget my question.

      posted in Questions & Answers
      isp00rt
      isp00rt
    • First indicator question

      I want to create my first indicator and it will be one dedicated to identify certain candle patterns. I'm especially interested in engulfings. I know how to implement it in fxdreema except for one thing. I want to create a variable in which I will specify how many times (1.5, 2, 3, 4.2, etc.) the engulfing body's candle is larger than the engulfed body's candle.

      Could someone please help?

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Can an EA be exported into a .dll file?

      Ok. Thanks.

      posted in Questions & Answers
      isp00rt
      isp00rt
    • Can an EA be exported into a .dll file?

      Hi,

      I want to try my EA at Forex Tester, but unfortunately only .dll files are accepted there to bes tested. Is there a way I can export my EA from fxDreema into a .dll file?

      Thank you.

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: New option to my EA. Help required.

      As far as I tested it, it works well. More than ten trades including all possibilities (good and bad buy/sell) have been confirmed. So once more, tank you very much for your help. 😉

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: New option to my EA. Help required.

      I will try it, but I don't understand two details:

      Problem 1. As far as I know, changing the order of both blocks just modifies the order in whch both actions will be executed. If it didn't work befor, why should it work now?

      Problem 2. What is the difference between the original "No matter how" option and this one? Does it include my partial close? Then I think this would be the reason it didn't work properly.

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: New option to my EA. Help required.

      Sorry, I didn't explian myself properly. When blocks at the "On trade" section are erased, the EA works well except when the price reaches the SL BEFORE touching the TP (a new trade is created when I don't want that). This is why I added those blocks there. But now not only that problem is still active but the new one has appeared. So the situation is:

      Problem 1. When price reaches TP, the SL is not moved at all now, whereas it was correctly moved before the "On trade" blocks were added. If I remove them it runs well, but then problem 2 happens.

      Problem 2. If "On trade" blocks are erased, then a new trade is created if price touches the SL befor having touched the TP. As I said, this is not what I want.

      So is there any way to fix both of them?

      Thank you very much in advance.

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: New option to my EA. Help required.

      An unexpected problem has appeared. I did what su siggested:

      https://fxdreema.com/shared/LTMBdKgZ

      I don't know why but now a weird thing happens when the partial close is executed. According to the EA, the SL should be moved and the EA terminated, but none of it happens. Once the first TP is reached, the SL is not moved, the EA is not terminated but the popping message saying it's terminated appears!! 😦

      I can't see why this is happening. It's an easy EA and all conditions are apparently correctly ordered. Could someone please help me?

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Sorry, I can't find a thread I found some months ago

      Ok. Thanks

      posted in General Discussions
      isp00rt
      isp00rt
    • 1
    • 2
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 19 / 23