fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. alexdepa
    3. Posts
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 25
    • Posts 51
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by alexdepa

    • RE: fxDreema Updating Now

      Why we can't have an "old" version until you finish the upgrade process? Because I have to modify some things on my EA and in these days it's impossible working on it.

      Thanks!

      posted in Questions & Answers
      A
      alexdepa
    • RE: count consecutive stop loss

      No, I'd want to count consecutive stop loss (so when the price hit the stop loss level), not simple losses, but I need that this "counting" remain after a MT4 restart. Is it possible?

      Thanks!

      posted in Questions & Answers
      A
      alexdepa
    • RE: count consecutive stop loss

      Hi, I need to count consecutive stop loss in a row to determine the next lot size. The problem is that with "check consecutive loss" it checks all the losses not only those trades closed at stop loss. I tried with "for each closed trade" and a counter storing the result in a variable...but if I restart the MT4 the varible resets so...nothing.
      I can't achieve this in any way. If it's possible with fxdreema can someone post an example please?

      Thanks!

      posted in Questions & Answers
      A
      alexdepa
    • RE: counters status after MT4 restart

      Hi! I'd like to know if, after a MT4 restart, the counters reset or keep their count. In other words...do they have a sort of "memory" or they restart counting from zero after a MT4 restart?

      Many thanks!

      posted in Questions & Answers
      A
      alexdepa
    • RE: mark past MA crossovers

      Many thanks for your reply.

      posted in Questions & Answers
      A
      alexdepa
    • RE: mark past MA crossovers

      Actually it was more than 6 months that I work with fxDreema and I can say I understood its logic...at least for building EA that work on forward conditions, but I can't figure out how trace something happend in the past. So, if you can help me you are welcome...

      Thanks,
      Alessandro

      posted in Questions & Answers
      A
      alexdepa
    • RE: mark past MA crossovers

      Hi fxDreema!
      I need something (EA or Script) that show me when a MA crossover happened in the past, and it should mark it with a symbol or something. So ideally, once added this EA or Script on the chart, I should see a symbol every time a MA crossover happened until last candle.
      Is it possible with fxDreema?

      Many thanks,
      Alessandro

      posted in Questions & Answers
      A
      alexdepa
    • RE: pending order with fibonacci betting system

      Why? You did it for Martingale and other kind of betting system. Why not for Fibonacci too?
      If you don't want to add it...can you please add it the "custom sequence" like in the buy/sell now block?

      Many thanks

      posted in Questions & Answers
      A
      alexdepa
    • RE: pending order with fibonacci betting system

      For me how it works now with Martingale it's perfect and it does perfectly what it's supposed to do. I only ask if you can add the same logic but with Fibonacci sequence to pending orders blocks.

      posted in Questions & Answers
      A
      alexdepa
    • RE: pending order with fibonacci betting system

      Ok, but you did it...and for me it's very usefull, but I'd like to have also the Fibonacci betting system on pending orders block, and I'll be very happy if you could add it.

      Many thanks!

      posted in Questions & Answers
      A
      alexdepa
    • RE: pending order with fibonacci betting system

      Hi! I'd want to ask to the developer if you can add Fibonacci betting system also to buy/sell pending orders blocks, like for buy/sell now blocks. You did it for the Martingale betting system, it is present both on buy/sell pending orders blocks and on buy/sell now blocks, so I'll ask you if you can do the same for Fibonacci betting system.

      Many thanks!

      posted in Questions & Answers
      A
      alexdepa
    • RE: check last X loosing trades

      Hi,
      I'd like to stop my EA after 4 consecutive stop loss, and I'd like to know how much it had loose in money (in this 4 looser trades) but I can't find a way to do it.
      Any help?

      Many thanks!
      Alessandro

      posted in Questions & Answers
      A
      alexdepa
    • RE: indicator tester disappeared

      Ah ok. Is there a place where I can see this kind of changes?

      Thanks,
      Alessandro

      posted in Bug Reports
      A
      alexdepa
    • RE: indicator tester disappeared

      Hi,
      I cannot find "indicator tester" block anymore. Why? It was very useful.

      Thanks,
      Alessandro

      posted in Bug Reports
      A
      alexdepa
    • RE: bug on buy/sell order MT5

      Ok...I'll be waiting for your bug fix.

      Many thanks,
      Alessandro

      posted in Bug Reports
      A
      alexdepa
    • RE: bug on buy/sell order MT5

      On MT5 the martingale betting system doesn't work properly...it works at reverse. I attached two images to understand better what I mean.
      I even ask you if you can add martingale betting system on buy/sell pending order blocks for MT5.

      Many thanks,
      Alessandro

      ......
      err1.JPG
      err2.JPG

      posted in Bug Reports
      A
      alexdepa
    • RE: bug on buy/sell pending order

      Yes...now it works!

      Many thanks,
      Alessandro

      posted in Bug Reports
      A
      alexdepa
    • RE: bug on buy/sell pending order

      If you try the simple example I posted you can see that it doubles the pending order size in the wrong way. For example:
      Pending order 1 at 0.01 -> Trade 1 at 0.01 to SL
      Pending order 2 at 0.02 -> Expired
      Pending order 3 at 0.04 -> Expired
      Pending order 4 at 0.08

      This is not correct for me. If the second pending order expire the third should be at 0.02 not 0.04.

      Alessandro

      posted in Bug Reports
      A
      alexdepa
    • RE: bug on buy/sell pending order

      Hi,
      I think I've found a bug on buy/sell pending order blocks with martingale/paroli betting system. If I set an expiration time for the order and the order expire, the next order doubles the size like if the previous one has gone to SL. I made a simple project: https://fxdreema.com/shared/SUDTApUkc
      It shouldn't double its size if the previous order has expired but simply keep the same size.

      Thanks,
      Alessandro

      posted in Bug Reports
      A
      alexdepa
    • RE: virtual stop problem

      Hi,
      I'm working with martingale and fibonacci betting systems with fixed value for SL and TP. I have a problem if I enable the virtual stop option...sometimes the TP and SL is double the value that I have setted (both virtual stop and emergency stop values) and I don't have any kind of "modify stop" block or something in my code. If I disable the virtual stop option all seems to work fine.
      The really strange thing is that when it "makes the mistake", it opens the trade correctly (with correct SL and TP) and then it modify the order with the double of SL and TP size. Looking at the MT4 logs, this thing seems to happen only on the trades after the "first" of the martingale and fibonacci serie.
      Could it be a bug?

      Thanks,
      Alessandro

      P.S.: finally with your hint I was able to reset the martingale system if at the end of the day the balance is positive 😉

      posted in Questions & Answers
      A
      alexdepa
    • 1
    • 2
    • 3
    • 2 / 3