fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. ralph1
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 18
    • Best 1
    • Controversial 0
    • Groups 0

    ralph1

    @ralph1

    1
    Reputation
    169
    Profile views
    18
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website racquh@gmail.com Location Ghana

    ralph1 Unfollow Follow

    Best posts made by ralph1

    • Help needed on how to create a bot based on break of structures

      Hello guys, I need help on how to create a bot that trades based on the break of structures. Below is how it should work:
      For Buys:

      1. The market should be in a downtrend (having a series of lower highs and lower lows)
      2. If the first condition is true, wait for a break of a lower high
      3. After the break, look for a bearish indecision candle(with a body that has less than 4 pips) from the series of candles that broke the lower high.
      4. The candles should reverse to tap into this bearish indecision candle to trigger a buy

      For Sells

      1. The market should be in an uptrend (having a series of higher highs and higher lows)
      2. If the first condition is true, wait for a break of a higher low
      3. After the break, look for a bullish indecision candle(with a body that has less than 4 pips) from the series of candles that broke the higher lows.
      4. The candles should reverse to tap into this bullish indecision candle to trigger a sell

      All contributions will be appreciated, thanks

      posted in General Discussions
      R
      ralph1

    Latest posts made by ralph1

    • RE: Help needed on how to create a bot based on break of structures

      @l-andorrĂ  , @ROAR, @JSTAP any contributions please

      posted in General Discussions
      R
      ralph1
    • Help needed on how to create a bot based on break of structures

      Hello guys, I need help on how to create a bot that trades based on the break of structures. Below is how it should work:
      For Buys:

      1. The market should be in a downtrend (having a series of lower highs and lower lows)
      2. If the first condition is true, wait for a break of a lower high
      3. After the break, look for a bearish indecision candle(with a body that has less than 4 pips) from the series of candles that broke the lower high.
      4. The candles should reverse to tap into this bearish indecision candle to trigger a buy

      For Sells

      1. The market should be in an uptrend (having a series of higher highs and higher lows)
      2. If the first condition is true, wait for a break of a higher low
      3. After the break, look for a bullish indecision candle(with a body that has less than 4 pips) from the series of candles that broke the higher lows.
      4. The candles should reverse to tap into this bullish indecision candle to trigger a sell

      All contributions will be appreciated, thanks

      posted in General Discussions
      R
      ralph1
    • RE: Confirm divergence on two timeframes before placing a trade

      The ltype and sltype variables are enumerations that let the user choose from the lot type i.e fixed lot and auto lot same for the sltype.

      posted in Questions & Answers
      R
      ralph1
    • Confirm divergence on two timeframes before placing a trade

      Hi guys, I'm creating a multi-strategy EA which is divergence and also a combination of some moving averages. And this is how I want it to be:
      For buy trades:

      1. If there is a bullish divergence on the 30m and 15m timeframe. if not, check if the 50SMA is below the candles. If yes, the 9SMA should cross above the 18SMA.

      So for buy trades, one of these conditions(or) strategies should be executed. and vice versa for sell trades.

      I want you guys to take a look at the project if I'm on the right path or there's something I need to change, because the check position count is not working. Trades are placed just once.

      posted in Questions & Answers
      R
      ralph1
    • RE: Hedging EA help

      Alright, thanks for the help. I do appreciate

      posted in Questions & Answers
      R
      ralph1
    • RE: Hedging EA help

      Yeah, I totally understand. But I thought maybe through backtesting with the boom and crash indices, you could get the idea I was talking about.

      posted in Questions & Answers
      R
      ralph1
    • RE: Hedging EA help

      I found this EA somewhere which is basically for boom and crash indices only and was wondering if anyone has an idea on how to create such EA.

      posted in Questions & Answers
      R
      ralph1
    • Hedging EA help

      Hello guys, does anyone have an idea of how to create this kind of hedging EA? EA file is attached below.[0_1631543756834_Boom Crash Index.ex5](Uploading 100%)
      Download here

      posted in Questions & Answers
      R
      ralph1
    • RE: How to set lot size from fixed to risk per trade in(%)

      Oh ok, will give it a try. Thank you very much for the help.

      posted in Questions & Answers
      R
      ralph1
    • RE: How to set lot size from fixed to risk per trade in(%)

      Thank you for the help, so with the % of balance, what does the 100 in the second input mean?0_1630882054682_query.PNG

      posted in Questions & Answers
      R
      ralph1