fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. drankman
    3. Posts
    D
    • Profile
    • Following 3
    • Followers 0
    • Topics 43
    • Posts 155
    • Best 2
    • Controversial 1
    • Groups 0

    Posts made by drankman

    • RE: using spread

      @ambrogio ok. Thank you!

      posted in Questions & Answers
      D
      drankman
    • RE: using spread

      @ambrogio
      ok. then in my case when I put 30 pips in the spread filter block, does it mean 300 points?

      posted in Questions & Answers
      D
      drankman
    • RE: SL and TP based on n candle

      @l-andorrĂ  do you know how to use it with single digit, instead of using 100 unit?

      posted in Questions & Answers
      D
      drankman
    • RE: SL and TP based on n candle

      @l-andorrĂ  ok Thanks
      but then in constant input I should always use 200 and not 2, if I want to 1:2 Risk Ratio from SL?

      posted in Questions & Answers
      D
      drankman
    • RE: using spread

      @jstap hmm..weird.
      that's what I also thought.

      Thanks anyway. đŸ™‚

      posted in Questions & Answers
      D
      drankman
    • RE: using spread

      Hi @jstap ,

      I was using the spread filter, but somehow it didnt work or maybe I use it wrong.

      in my case, I put the spread value must be lower/equal than 30 in order to take a trade (see pict 1), however the EA just took the trade even when the spread value higher than my set, which is about 180, (I confirm this, because it is the time period of day changing, where the high volatility was) .

      So, I was wondering, was it because the digit of spread value. When I put it 30 in my setting (see pic 1), does it actually mean 300 pips as in the Metatrader, because the MT add one digit extra (see pic 2)?
      if not, any idea why spread filter wasnot working?

      pic 1:
      0_1651097917076_dcb5d3bf-3971-4e10-8afc-53ab748692e2-image.png

      pic 2:
      0_1651097993054_e38c2b4f-330c-4774-bbd1-441119e70a58-image.png

      Thanks in advance!

      posted in Questions & Answers
      D
      drankman
    • SL and TP based on n candle

      Hi all,

      I would like to create an EA where the percentage is based on the StopLoss (SL) from n candle bar and the takeprofit (TP) is the multiple from SL. I did it like below, questions:

      • is it correct that I have to define TP (double) first in the constant inputs, so it will multiply with the 100% of SL. I did it like in pict 1, so the constant input needs only to be single digit that will be multiplied with 100
      • or if it should be like picture 2. but then the constant input should always be 100 units?

      Thanks in advance

      pict 1:
      0_1651068283291_e3012b11-05c6-43f2-bd2f-cdab791037e1-image.png

      pict 2:
      0_1651068660463_71e70e5c-4e0d-419a-b6b1-52cfb6f4a3e1-image.png

      posted in Questions & Answers
      D
      drankman
    • RE: Day and hours filter

      @jstap Ok Thanks!
      another question. Is it correct to put the hours as a string in hours filter?

      0_1650288619305_ba804f1b-209d-443b-99db-2def22a42aa9-image.png

      posted in Questions & Answers
      D
      drankman
    • RE: Day and hours filter

      @jstap so like this:

      0_1650284059535_ccb473cb-a8c3-48d4-8d25-4ddc64e5917f-image.png

      posted in Questions & Answers
      D
      drankman
    • RE: Day and hours filter

      @jstap
      before "no position" or after "once per bar"?

      posted in Questions & Answers
      D
      drankman
    • Day and hours filter

      Hi guys,

      I set EA with the day and hours functions as below.
      https://fxdreema.com/shared/jJuI2jVXb

      However, it seems didnt work. For instance today, I set to Monday to start EA from 16:00 (see "Mon-open" under hours filter), however the EA just took a trade on Monday at 12:30.

      What I did wrong?

      Thanks in advance

      posted in Questions & Answers
      D
      drankman
    • How to ignore candle on Sunday

      Hello guys,

      My broker has candlestick that includes Sunday.
      Some of function in my EA considers previous candle (with 1 as in candleshift). However , it gets annoyed when it comes to Monday, because it considers Sunday candlestick.
      The question is how do I build a function that skip Sunday candlestick but rather consider candlestick Friday (considers if it is Monday).

      Thank you!

      posted in Questions & Answers
      D
      drankman
    • RE: using spread

      @jstap ok thanks once again!

      posted in Questions & Answers
      D
      drankman
    • RE: using spread

      @jstap so it'd be like the second picture ?

      posted in Questions & Answers
      D
      drankman
    • RE: using spread

      @jstap ok. thanks man!
      gotcha, it does make more sense use the ready to use block.

      posted in Questions & Answers
      D
      drankman
    • RE: using spread

      Ok Thanks! @jstap

      but are those above I've been using sofar wrong?

      posted in Questions & Answers
      D
      drankman
    • using spread

      Hi guys,

      I have a question on how to use spread block condition.
      which one below would be the best (see the right operand)?

      0_1648805677657_d4a7930b-0fcb-457b-8c14-bd7684ba2145-image.png
      is the pips as value necessary?

      0_1648805704769_dd7bfdd1-ef65-4b21-b6b9-54b1f44759e5-image.png
      or by defining the value numeric, it is already obvious?

      Thanks in advance!

      posted in Questions & Answers
      D
      drankman
    • RE: Price Alert

      @tipsywisdom @l-andorrĂ 
      yes, correct. I want to be alerted first and then I want the EA runs..
      Basically, I have been doing this manually. I put the price alert. Whenever, I got the alert on, I turn on the EA.
      Now I want to do it automatically.

      Do you guys think, it's possible?

      posted in Questions & Answers
      D
      drankman
    • RE: Price Alert

      @tipsywisdom Thanks!
      Do you think, would it be possible to run EA after this alert message function.
      something like this:

      0_1647081248882_b56a376a-31ee-415d-8f09-c20692833906-image.png

      posted in Questions & Answers
      D
      drankman
    • RE: Breakeven with MACD

      @l-andorrĂ 
      Oh cool. Thanks! I'll try this.

      posted in Questions & Answers
      D
      drankman
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 3 / 8