fxDreema

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

    Posts made by j4nc0

    • RE: The price must not fall below LNDlow from 13:00 of the previous day to 9:00 of the current day

      @l-andorrà Can you show me the best way to do this?

      posted in Questions & Answers
      J
      j4nc0
    • RE: The price must not fall below LNDlow from 13:00 of the previous day to 9:00 of the current day

      @l-andorrà Yes i know.

      posted in Questions & Answers
      J
      j4nc0
    • RE: The price must not fall below LNDlow from 13:00 of the previous day to 9:00 of the current day

      It is so demanding that this condition - not violating the LND low of the previous day in case of buy and the LND high of the previous day in case of sell direction
      The direction is determined by the 10:00 candle - if it is closed higher than the 9:00 candle (1. london candle)

      According to the last picture, I think it will be understandable

      posted in Questions & Answers
      J
      j4nc0
    • RE: The price must not fall below LNDlow from 13:00 of the previous day to 9:00 of the current day

      @l-andorrà Thanks for the answer, but the problem is that the price cannot fall below the London LOW from that London session from 2:00 p.m. (the end of London sessions) to 10:00 a.m. the next day. More will show the picture so that we can understand each other better

      london3.PNG

      I need this.

      posted in Questions & Answers
      J
      j4nc0
    • RE: 2 candles after cross and other conditions - EA problem

      @l-andorrà Yes, it is last version my project

      posted in Questions & Answers
      J
      j4nc0
    • RE: 2 candles after cross and other conditions - EA problem

      @l-andorrà
      Here is update:

      https://fxdreema.com/shared/vbS52wrR

      solved ? :
      ☑ if cross to buy

      • ☑2 consecutive sell candles (candle 1 < candle 0)

      ☑ If cross to sell

      • ☑2 consecutive buy candles (candle 1 > candle 0)

      ☑ counting max 20 candles
      ☑ Risk 1 lot = 1%

      I NEED:

      × If a BUY is opened, close the SELL position (if it is open)
      × If a SELL is opened, close the BUY position (if it is open)

      × for SELL
      SL = high before crossover
      or 2. the last high of the Fractal

      × for BUY
      SL = Low before crossover
      or 2. the last low of Fractal

      (SL it is good to see in the picture above)

      Thanks for help

      posted in Questions & Answers
      J
      j4nc0
    • RE: The price must not fall below LNDlow from 13:00 of the previous day to 9:00 of the current day

      @l-andorrà Yes, I live in Europe, so basically London is my time. I'm attaching a picture to make it understandable. In short - I need the price not to fall below London until the next London 10:00

      london2.PNG

      posted in Questions & Answers
      J
      j4nc0
    • RE: Pending Order

      Hi.

      Hi, this is my solution based on what you stated here.

      ( But i still learning too)

      https://fxdreema.com/shared/Z7DQTaG8e

      posted in Questions & Answers
      J
      j4nc0
    • The price must not fall below LNDlow from 13:00 of the previous day to 9:00 of the current day

      Hello. I'm struggling with several problems and this is another one of them.
      I think I summarized it well - The price must not fall below LNDlow from 13:00 of the previous day until 9:00 of the current day.

      1. I have found the London session LOW of the previous day
      2. I have found the LOW candle 8 and 9h after the close - these two candles are from the current day.

      And I need the price to be between the end of the London session - at 13:00 my time - and until 9:00 when the last candle of the 8 and 9 hour candle closes, I need to find out if the price fell below the London session LOW, which I have determined. If not, then a BUY is opened.

      https://fxdreema.com/shared/jvAwfOUdc

      I suggested it, so I would be happy if someone looks at it, tells me what I'm doing wrong, or edits it and shares the link. It is very helpful. Thank youbreak.PNG

      posted in Questions & Answers
      J
      j4nc0
    • RE: 2 candles after cross and other conditions - EA problem

      Yes, great, so I added it back and used it as a condition.

      https://fxdreema.com/shared/jF2BVfnGb

      Now I need to determine the highest high from the buy cross condition to the 2 sell candle condition next to each other - which will be the buy pending order price level

      How to do it?

      posted in Questions & Answers
      J
      j4nc0
    • RE: 2 candles after cross and other conditions - EA problem

      @l-andorrà To understand - The trade will always be entered only when the condition is met - cross + 2 opposite candles in a row.
      Cross is clearly given. 2 opposite candles are at most 20 candles away from the cross. Otherwise the trade is invalid.

      Risk is 1% and TP to SL is 1:1
      I probably forgot to write these things.

      If a cross occurs, I had the variable Buy_cross = 1 and Sell_cross = 1
      because these variables were by default with the value 0.
      And after 20 candles they were reset to the value 0.

      That was my logic, but it didn't work for me, because I couldn't configure it correctly in the blocks

      posted in Questions & Answers
      J
      j4nc0
    • RE: 2 candles after cross and other conditions - EA problem

      Yes, I need help with this. I used variables in the old version, but according to the line I found that it didn't work properly.

      I'm attaching the version where I should search for a crossover, because I deleted the old version. I didn't know how to solve it anymore

      https://fxdreema.com/shared/zI6Z84aWb

      posted in Questions & Answers
      J
      j4nc0
    • RE: Question about strategy tester and objects on chart.

      Yes - object line draw is show zone on high and low before crossing candle/price this zone on backtest in tester strategies MT5

      posted in Questions & Answers
      J
      j4nc0
    • 2 candles after cross and other conditions - EA problem

      Hi, I've been trying to develop in FxDreema for a while now and I'd like to solve this strategy. Could you help me with the conditions? I've drawn it on a chart for better understanding.

      I need to meet the conditions:

      After the buy cross - find 2 consecutive sell candles (candle 1 < candle 0)
      = highest HIGH since the cross - after 2 consecutive sell candles = > on this HIGH put an entry BUY pending order
      SL = Lower low before cross
      or 2 last low Fractal

      After the sell cross - find 2 consecutive buy candles (candle 1 > candle 0)
      = lowest LOW since the cross - after 2 consecutive buy candles = > on this LOW put an entry SELL pending order

      SL = higher high before cross
      or 2 last high Fractal

      Risk per position = 1%

      If an order is placed and we break the level where SL is - at SELL high and at BUY low, then if the price breaks this before activating the trade = we delete the order.

      If a SELL position is opened and the conditions for opening a BUY position are met = BUY is activated, then close the SELL position immediately.

      And also if a BUY position is opened and the conditions for opening a SELL position are met ´= SELL is activated, then close the BUY position immediately

      conditions.PNG

      my efforts

      Simple version:
      demo.PNG

      Old version:

      demo2.PNG

      posted in Questions & Answers
      J
      j4nc0
    • 1 / 1