fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. fabiobioware
    3. Posts
    F
    • Profile
    • Following 2
    • Followers 3
    • Topics 104
    • Posts 390
    • Best 11
    • Controversial 1
    • Groups 0

    Posts made by fabiobioware

    • RE: RSI condition about Value

      @roar https://fxdreema.com/shared/nzPRTmyeb Project with my indicator
      Hello friend, I did exactly the same, just instead of buying I put a condition for him to create a vertical line on the candle, but I realized that it didn't work, is there any connection or wrong parameter that is checking the slope?
      I tried to change the values of the constants too but even putting the value 1 didn't work.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: RSI condition about Value

      https://fxdreema.com/shared/nzPRTmyeb Project with my indicator
      Hello friend, I did exactly the same, just instead of buying I put a condition for him to create a vertical line on the candle, but I realized that it didn't work, is there any connection or wrong parameter that is checking the slope?
      I tried to change the values of the constants too but even putting the value 1 didn't work.

      posted in Questions & Answers
      F
      fabiobioware
    • Adjust Spread Value

      Hello friends, how can I do to adjust the spread value to a whole number?
      I created this project but it doesn't display the value correctly.
      The value is being displayed as 3.000_1588777203598_spread1.PNG
      I want it to be displayed with just the number 3

      Reasons:

      1. Get the entire value to create a condition for my EA not to open orders if the size of the Spread is above a value.

      2. Activate the trailling stop with a calculation of Pips above the Spread value, for example:
        Spread value (5) + a value that I determine (20) = 25, when the price is 25 pips away from where the trade was opened pull the stop loss to 15 pips.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: RSI condition about Value

      @roar Yes.5 or 3 is necessary.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: RSI condition about Value

      @roar said in RSI condition about Value:

      You get the slope by comparing current value to ID 1 value, no need for tick measurements.
      The variables seem to be technically correct in the project.

      I didn't understand, can you give me an example by creating a project or including it in my project and sending it back?

      What I understood would be the following:
      If I create a condition:
        value0> value1 = upward slope

      If I create 2 conditions and link one below the other:
      value0> value1 = upward slope
      value0> value1 = upward slope
      Does this correspond to 2 consecutive inclinations?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: RSI condition about Value

      @roar 0_1588769235533_inclination3.PNG

      posted in Questions & Answers
      F
      fabiobioware
    • RE: RSI condition about Value

      @roar 0_1588768892359_inclination2.PNG
      what I want is to know exactly how to create a condition using the variables to get this type of slope that is in the image, whenever this slope of the green and yellow lines happen on opposite sides and with this span it means a demonstration of an enormous strength of trend.
      For this reason I am looking to monitor every tick, if you put this indicator on any forex pair you will see what I am talking about.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: RSI condition about Value

      @roar said in RSI condition about Value:

      well, I dont see why you should delay the market prices, because the market will be always real-time anyway. In order to slow the process, you would have to skip some ticks entirely. For example, run the code on every 5th tick.. I think theres a block designed for that

      https://fxdreema.com/shared/x2iNXaZRd my project
      0_1588768784768_DidiIndex.mq5 Indicator to this strategy

      Can you see if I'm making the variables correctly?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: RSI condition about Value

      @roar said in RSI condition about Value:

      do you use mt5? If yes, the tester has an option to go step-by-step.
      Open the visual tester, pause it, and then press f12 to test next tick.

      yes, mt5, i used this option to find out that it is changing, but there is no way to do this in fxdreema for the market?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: RSI condition about Value

      @roar 0_1588708029619_INDICE0123.PNG 0_1588708038823_4 NIVEIS.PNG

      can you help me again?

      I created the variables 0,1,2,3
      I realized that due to the speed of the ticks it is imperceptible to look at the human to see the changed values.
      How do I generate a small delay in updating each value that is shown in order to identify if the values ​​are really different at each tick?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: RSI condition about Value

      @roar great man, thanks.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: RSI condition about Value

      @roar said in RSI condition about Value:

      yes. You can also put the variables in a comment block and see real-time how they flow through the steps

      Greattt @roar thanks for your support, you solve my issue, thank very much.
      i have group for fxdreema on whatssapp and telegram, would you like to participate?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: RSI condition about Value

      @roar if i want to save the last 3 results then i would have to create 3 new variables, example:
      old1
      old2
      old3

      and order to save the results in each other correct?
      example:
      old1 saves result on old2
      old2 saves result at old3

      The condition to check if the current value is greater than the value of the last 3 variables is as follows:

      current> old
      old> old1
      old1> old2
      old2> old3

      is correct?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: RSI condition about Value

      @roar @l-andorrà

      posted in Questions & Answers
      F
      fabiobioware
    • RE: RSI condition about Value

      I managed to get the values of the lines, now maybe to solve the question I can use a rule to check if the current value is greater than the previous value, how do I do this?

      I know it involves a variable, but how should I do it to always save the values and compare them?
      maybe create 2 variables.
      Old value
      New value
      But how to save an old value and then save the new one in the old one when necessary?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: RSI condition about Value

      @l-andorrà 0_1588551969483_indicatorrise.PNG
      The problem is that from what I understand in this block "indicator rise" it does not check tick by tick, it checks previous candles.
      What I need is to check "every tick".
      The whole point is to measure the slope of the line, the more inclined the greater the demonstration of strength of the current movement and this is only possible to verify in the current candle. if it shows that the current tick is greater than the previous tick.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: RSI condition about Value

      @l-andorrà and @roar I will try to be more specific
      I use this indicator --> 0_1588040091109_Correlation.mq5
      My project --> https://fxdreema.com/shared/VEOJruyme

      I created a variable to get the real time value of the indicator.

      What I want to do is:

      First identify

      1. If the line shown on the indicator is pointing upwards, make a purchase.
      2. If the line shown in the indicator is pointing to (low) make a sale.

      What I thought about doing but I don't know what it is like to record the value of the line for each (previous tick) and record the value of the line for each (current tickt).
      If I have the (previous tick) and (current tick) of the line I will know if it is tilted down or up by applying the formula.
      If (current tick)> (previous tick) = upward sloping line.
      If (current tick) <(previous tick) = downward sloping line.

      Note that I am not getting values ​​for the candle id1 because all line movement happens at each tick and not at each candle.

      I am very grateful if anyone can help by showing an example in a project about how I will obtain these values.
      Follows the project that I was trying to obtain these values.

      0_1588042170333_updown.PNG

      posted in Questions & Answers
      F
      fabiobioware
    • RE: RSI condition about Value

      call me please, i texted you and i can't get an answer.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: RSI condition about Value

      @l-andorrà said in RSI condition about Value:

      Please let us take a look at your project now. I'm sure that it'll be very different from the last time. 🙂

      Do you have any hours available on skype?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: RSI condition about Value

      @l-andorrà @roar

      Hello friends, remember the old post http: //fxdreema.com/forum/topic/8740/rsi-condition-about-value that I wanted to capture values, I managed, but now I want to know how to create the following condition.

      If the current RSI value is lower than the previous
      If the current RSI value is higher than the previous

      How is the correct way to do this?
      Does the RSI line move according to the price height on the chart? or is it according to each candle?

      posted in Questions & Answers
      F
      fabiobioware
    • 1
    • 2
    • 9
    • 10
    • 11
    • 12
    • 13
    • 19
    • 20
    • 11 / 20