fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Highmoose
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 22
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by Highmoose

    • Delete object when price crosses level?

      Hiya guys, looking for some help.
      In my EA, i draw boxes around candles when my criteria is met. It looks like this..

      0_1621121450281_Boxlevels.png

      Im am looking for a way for the EA to remove the boxes once price comes back and touches the same level as the boxes.

      Example:

      A Box is created around a candle..
      Price moves away from the box..
      Then price starts to move back to the same level at which the box is draw..
      When the price bar touches the box, the object is removed.

      In theory what im saying is, a box is valid until price comes back to the level that the box is drawn at. When it is invalid i would like to remove it.

      So in the image above, none of the boxes would still be there as they will have all been removed the price level came back to the same level of the box.

      Hope that makes sense!

      posted in Questions & Answers
      Highmoose
      Highmoose
    • RE: MACD Level captured in a variable?

      @l-andorrà Thanks man! you're the best!

      posted in Questions & Answers
      Highmoose
      Highmoose
    • RE: MACD Level captured in a variable?

      @l-andorrà How can i capture the levels just before the cross? Thanks

      posted in Questions & Answers
      Highmoose
      Highmoose
    • RE: MACD Level captured in a variable?

      @l-andorrà I think that will still work. What i am looking to do is compare 2 bullish crosses and see if one is below the other. (This will be my own version of divergence detection)

      I think the level just before, OR just after will still work just as good, as long as i can detect if once crossover happens above or below the next one 😄

      posted in Questions & Answers
      Highmoose
      Highmoose
    • MACD Level captured in a variable?

      Hiya again guys. I need some help.

      Is there anyway way to capture the level on a MACD at the point where the main line and signal line cross? as a variable?

      Thanks again!

      posted in Questions & Answers
      Highmoose
      Highmoose
    • RE: Triple MACD cross confirmation (Please help)

      Thanks for your help guys!
      So i found the problem for it not opening trades.. and it was down to a silly mistake in the 'If variable true' blocks

      Here's what i had: alt text

      Heres what i needed to be: alt text

      Everything seems to be working fine now.
      Now to add in a divergence indicator that ready how i need it to!

      Thanks for your help guys

      posted in Questions & Answers
      Highmoose
      Highmoose
    • RE: Triple MACD cross confirmation (Please help)

      Awesome, thanks for the reply. Im not too educated on using variables but i gave it a try.

      This is what i have so far, but it doesnt seem to place any trades when i test it?
      https://fxdreema.com/shared/x5zwOGKmc

      I have not added divegence yet. I want to get the triple cross working first.

      posted in Questions & Answers
      Highmoose
      Highmoose
    • Triple MACD cross confirmation (Please help)

      Hiya guys.

      I need some help achieving this confirmation of 3 consecutive crosses below the zero line.
      I have added a picture to show what i am trying to achieve with the MACD.

      The picture below is a buy setup.
      So price must be under the zero level,

      First it must cross bullish, (Cross 1)
      Second it must recross bearish, (Cross 2)
      Third it must recross bullish (Cross 3 Entry)

      All crosses must happen under the zero line without ever going above the zero line.
      How can i achieve something like this?

      I am also looking for a way to detect divergence of this scale. The divergence detect blocks do not seem to pick up divergence that happens this close. It picks up much larger divergence's which are too big. Is there also a way to detect the divergence of this scale?

      alt text

      Thanks!

      posted in Questions & Answers
      Highmoose
      Highmoose
    • RE: FTMO Challenge - Daily Loss Limit

      Just here to say Good luck, ive just started the FTMO challenge myself and opted in to trade my manual algorithm instead to minimize any risk of going over the daily limit.

      My intention is to use FTMO to help supplement my algo accounts rather than run EA's on the actual FTMO account.

      Even if you do decide to run EA's on on FTMO challenge, make sure you're keeping an eye on it as if you're used to raw spreads, then youll get a shock when you try to trade on the FTMO accounts whether its the challenge or the real account.

      Either way, good luck! I hope you smash it!

      posted in Questions & Answers
      Highmoose
      Highmoose
    • RE: Round Number Block (Pass when near round number)

      Yes all round numbers that end in either 000 or 500

      posted in Questions & Answers
      Highmoose
      Highmoose
    • RE: Round Number Block (Pass when near round number)

      https://i.imgur.com/x66LNdE.png

      Here is an example. I would like the block to pass only when inside the red box (A set amount either side of the Round Number)

      posted in Questions & Answers
      Highmoose
      Highmoose
    • Round Number Block (Pass when near round number)

      Hello,

      I need to create a block that only passes when price is near a round number.
      I know we have the 'Round number block' but that only works if the round number has been hit?
      I need it so that it passes when price is X pips away, or X percentage away from the round number.

      Is this possible? Thanks.

      posted in Questions & Answers
      Highmoose
      Highmoose
    • RE: Does 'Close trades' close all trades in MT4 or only trades placed by the EA?

      Thanks,

      The second part of my question is... If i have multiple versions of the EA running on different currency pairs, if i use the 'close trades' block, will it close the trades across all EA's or only the trades placed by that particular EA?

      Thanks!

      posted in Questions & Answers
      Highmoose
      Highmoose
    • Does 'Close trades' close all trades in MT4 or only trades placed by the EA?

      If i use the 'Close trades' block, will it close all open trades in MT4? Or will it only close trades placed by the EA?

      Thanks in advance.

      posted in Questions & Answers
      Highmoose
      Highmoose
    • RE: How to turn adjust field into a constant/input?

      @roar Thanks mate! That did the trick, and ive learnt something useful today!

      Much appreciated.

      posted in Questions & Answers
      Highmoose
      Highmoose
    • How to turn adjust field into a constant/input?

      Hiya guys.

      Im looking to add a constant to this adjust field so that i can change and optimize this setting
      once the EA is loaded in to MT4.

      As the entry is both numbers and letters, How would i turn this into a constant?

      alt text

      Thanks.

      posted in Questions & Answers
      Highmoose
      Highmoose
    • RE: Distance Check Function - Need help!

      @l-andorrà

      I have managed to fix this! Thank you for your help.

      posted in Questions & Answers
      Highmoose
      Highmoose
    • RE: Distance Check Function - Need help!

      @l-andorrà Here you go.

      https://fxdreema.com/shared/UM0ca4F8e

      posted in Questions & Answers
      Highmoose
      Highmoose
    • RE: Distance Check Function - Need help!

      @l-andorrà Great, i have done that.

      I am still having an issue with the check distance block not functioning correctly as it is not placing any trades.

      Once candlestick 1 and 2 have been confirmed, i need a way to make it wait until price has moved a minimum of 20 pips, and then enter the Sell trade on the RSI crossing below the 70 level.

      Sorry, i am fairly new to this. Im still learning 😄

      posted in Questions & Answers
      Highmoose
      Highmoose
    • RE: Distance Check Function - Need help!

      @l-andorrà Thank you. The link is below.

      https://fxdreema.com/shared/Lvm8esqkb

      This is currently just for a sell trade which is as described in the first post (y)

      I was thinking that the best way would be to draw a chart line once the first 2 candlesticks have been confirmed, and then use the chart line in the 'check distance' block. But i am probabaly way off.

      posted in Questions & Answers
      Highmoose
      Highmoose
    • 1
    • 2
    • 1 / 2