fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Alex81
    • Profile
    • Following 1
    • Followers 10
    • Topics 17
    • Posts 108
    • Best 7
    • Controversial 0
    • Groups 0

    Alex81

    @Alex81

    14
    Reputation
    451
    Profile views
    108
    Posts
    10
    Followers
    1
    Following
    Joined Last Online
    Location Italy

    Alex81 Unfollow Follow

    Best posts made by Alex81

    • Advanced EA Framework

      Hi friends,
      after hours and nights spent on fxDreema I finally created a structured framework to use as a base for my EAs. You only have to pick an indicator (or group of) to change your entry conditions. Here I just used a simple EMAs crossover.
      It has martingale system to provide multiple entries if the entry conditions is still valid, a breakeven option and multiple money closing according to the amount of orders.

      Let's see in detail what it does:

      b45d4f8f-4ba1-4de8-b2c1-a282073e9d44-image.png

      • Allow trading in different hours (London, NY, Asia)
      • Use Technical exit: all trades will be closed when entry conditions fail
      • Lot Multiplier: it allows Martingale entry if the price goes against your direction while entry condition is still valid.
      • Distance Pips: the distance between entry and the first martingale order
      • Close Multiple Order: if you have more than one open order but less than MaxOpenTrades, the system will close all orders when indicated profit (in money is reached)
      • CloseSingleOrder: if you have only one open order (it usually means your entry is good) it will be closed in profit at the selected gain. I usually set it higher than the previous one.
      • CloseEmergency: when Martingale has reached its full limit, it close at indicated gain (you could also set a negative value).
      • Cut loss: it close every orders when reached a % drawdown of the account (I don't use it)
      • Breakeven: you can set a distance in pips of when to activate BE and how many pips in profit for the new SL.

      If you wanna use different entry conditions you can simply change the blocks 1991 and 1992, but remember to change also blocks 1995 and 1996 for exit conditions according to your strategy.

      I created only an MT5 version because I don't use anymore MT4, but if someone wants to make an MT4 version feel free to do it.

      I hope you will benefit from this and you will improve and share it with your ideas.

      Good luck!

      Advanced Framework.ex5

      Advanced Framework.mq5

      posted in Tutorials by Users
      Alex81
      Alex81
    • RE: How do I use several buffers at the same time?

      Consider that the higher TF will repaint so the signals are not what you see on chart... Been there, done that.
      This kind of Indis are useless for automatic trading.

      posted in Questions & Answers
      Alex81
      Alex81
    • RE: How do I use several buffers at the same time?

      @clubdio said in How do I use several buffers at the same time?:

      @Alex81

      Yes, that's how I've used it so far.
      Unfortunately, many signals do not appear this way.
      Or at the end of the cycle, there will be a loss.
      Well, there is still room for improvement.
      Thank you all for your help and advice.

      Trust an advice from a man who has tried countless times to use multi-timeframes in his EAs: they don't work.
      It seems visually amusing, but in real time there is too much lag between the opening and the closing of the higher TF. Only time I saw it working is when you use the immediately upper Tf (ex. 5m on 1m chart).
      Don't waste time anymore.

      posted in Questions & Answers
      Alex81
      Alex81
    • RE: EA Promotion

      I used your low risk set on EURUSD, 15m, MT5 broker Pepperstone.
      It doesn't seem that good on 2024...

      image.png

      posted in General Discussions
      Alex81
      Alex81
    • Pip size in Project Options

      If trading indices CFDs, what is the conversion factor to use in pipsize according to contract specification?

      For example, in this broker and this nasdaq CFD I see this:

      0_1631869982811_470c8190-3258-41d3-a4a2-a46b83a14524-image.png

      Tick value and tick size - What should I use as conversion in the tab? 0.1 or 0.01?

      Thanks

      posted in Questions & Answers
      Alex81
      Alex81

    Latest posts made by Alex81

    • RE: EA Promotion

      I used your low risk set on EURUSD, 15m, MT5 broker Pepperstone.
      It doesn't seem that good on 2024...

      image.png

      posted in General Discussions
      Alex81
      Alex81
    • RE: How would you rate Pepperstone?

      Very good for european traders. Also good for automatic systems even on small timeframes.

      posted in Questions & Answers
      Alex81
      Alex81
    • RE: Help me with this indicator's buffers

      https://fxdreema.com/shared/WTNycOqYc

      posted in Questions & Answers
      Alex81
      Alex81
    • RE: Help me with this indicator's buffers

      First I recreated the inputs:

      image.png

      image.png

      Then I put the first 10 buffers on chart with the Comment Box in a dummy EA (you can load it in the Editor, but you should add the indi):

      ms test.mq5

      And here is what comes out:
      30cb177f-cba7-46f7-a153-f16da2f2320c-image.png

      As you can see, only the levels 15 and 85 are visible as buffers, but delayed by one position; all other buffers are stuck.
      Any ideas?

      posted in Questions & Answers
      Alex81
      Alex81
    • RE: Help me with this indicator's buffers

      @jstap The data window has 10 buffers
      0e2fcdbe-a869-417c-9e63-098c7e12d40f-image.png

      but when I put them in the comment box one by one they are like empty (see picture in my previous post).
      I can't understand why, so they are unusable.

      posted in Questions & Answers
      Alex81
      Alex81
    • RE: HFT EA with IC Markets

      Would it works on futures? AMP broker allows the use of MT5.

      posted in General Discussions
      Alex81
      Alex81
    • RE: Help me with this indicator's buffers

      Here also the EA used as test

      ms test.mq5

      posted in Questions & Answers
      Alex81
      Alex81
    • Help me with this indicator's buffers

      Hi folks, I usually use the comment block to discover buffers of an indicator I only have the ex5/ex4.
      But in this case, I'm having a hard time.

      This is the indi:
      LuxAlgo - Market Structure Oscillator.ex5

      It seems every buffers give me this outcome:
      a316713d-3dc3-44c0-9d15-bac1530cdeeb-image.png

      I hope someone here could discover the trick.

      Thanks

      posted in Questions & Answers
      Alex81
      Alex81
    • RE: Problem with output buffers

      @bagheria you used buffer 0, you have to use buffer 1 as per my picture.

      posted in Questions & Answers
      Alex81
      Alex81
    • RE: Problem with output buffers

      The buffer you named "1" could have two outputs: 2 or 1. So you have to set a 2 candle condition like this (for buy for example):

      image.png

      The same with output 1 for sell

      posted in Questions & Answers
      Alex81
      Alex81