fxDreema

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

    Posts made by Rebearv

    • RE: How can I define distance between two MA

      Hello! Can you share it please, Im interested

      posted in Questions & Answers
      R
      Rebearv
    • RE: EA(s) not taking all trades

      I had have a similar problem . I don´t know why as it would be easy to calculate everything on bigger timeframes.
      This happened to me in back test and in live trading too.

      posted in Questions & Answers
      R
      Rebearv
    • RE: Exit after certain higher highs and lower lows

      @rgoo No I haven´t . Could that help me ? I am not looking for printing lines in higher highs and lows , just to exit trades after some sort of higher highs or lows , as dynamic take profit and stop loss .

      posted in Questions & Answers
      R
      Rebearv
    • RE: Exit after certain higher highs and lower lows

      @jstap Thanks. Today I will try that solution I will tell you about the results

      posted in Questions & Answers
      R
      Rebearv
    • RE: Exit after certain higher highs and lower lows

      Ok . Got it . Thanks @jstap . Any recommendation on how to prevent the instant close?

      posted in Questions & Answers
      R
      Rebearv
    • RE: Exit after certain higher highs and lower lows

      Hey @jstap .. I´m bringing back this project . Please check the last links we share each other, and if you are so kind , can you confirm me please if the project I shared on that days was ok despite what you tell me about once per bar and pass block. Since that day I haven´t been sure if it was a good solution. I didn´t understand the project you share on that days as I didn´t understand the logic behind it. Also I have to say it is my first project with variables.
      I was trying yesterday another strategy with the same logic of exiting trades after a sort of consecutive higher higher and lower lows trying it to resolve it with check distance between higher highs between candle 1 and 2 But it is giving me other results.
      https://fxdreema.com/shared/6FwfWg0fe

      Lets say I want to exit a buy trade after 2 consecutive higher highs for profit and 2 consecutive lower lows for sl . What would be the correct and ultimate way to do it ??

      Thanks for the support.

      posted in Questions & Answers
      R
      Rebearv
    • RE: Exit after certain higher highs and lower lows

      @jstap Ohh ok... I get it . I was using once per bar incorrectly , and I suppose the pass block is unnecessary or redundant . I think I was making the once per bar mistake in other projects.

      In fact the strategy is only for buys, I forgot to filter the type... the idea is to play with consecutive higher highs for exit in profit as a dynamic target, and with consecutive lower lows for exit as a dynamic stop loss.
      Thanks for your support. I though it was something on the variables arrange, but not. This is good as I can keep going forward and try other things with variables like store other candle data. I will tell you if it started to give me good results.

      posted in Questions & Answers
      R
      Rebearv
    • RE: Exit after certain higher highs and lower lows

      @jstap Sure! https://fxdreema.com/shared/WEkQcaI0e
      Thanks for give it a look.

      posted in Questions & Answers
      R
      Rebearv
    • RE: Exit after certain higher highs and lower lows

      @jstap

      Hey! I am trying to do it like I show in the image . But trades are not closing after 2 consecutive highs or 2 consecutive lows . What can it be wrong? I a setting the variables at candles asking for the high and lows of id 1 and 2 and then I am trying to compare the values with a condition block.
      According my test , trades are closing just after entering , and also I noticed the test is printing a line on all lower wicks and in all high wicks , like making a channel. !
      0_1654394565361_Capture.PNG

      posted in Questions & Answers
      R
      Rebearv
    • RE: Exit after certain higher highs and lower lows

      @tipsywisdom Hey man. Thanks. I was trying something like that , but I think I´m still dealing with candle id logic, as I was trying for candle id 1 and 2 .

      And after this four variables are set , I suppose I have to compare them to get what I want, isn´t ? This would be done with a condition block?

      posted in Questions & Answers
      R
      Rebearv
    • RE: Exit after certain higher highs and lower lows

      @jstap Hey , thanks for your support. I'm trying to understand what you shared for implementing it . The route to take is more clear now that I see how it is done and it´s logic..
      You have been very helpful.

      posted in Questions & Answers
      R
      Rebearv
    • RE: Exit after certain higher highs and lower lows

      @jstap I am researching how to use variables and store values, it must be something around the corner .
      Do you think I have to introduce a math formula to do this , or there's a way with blocks and variables ?

      posted in Questions & Answers
      R
      Rebearv
    • RE: Exit after certain higher highs and lower lows

      @jstap Hey . Thanks for your reply . I am new on this , I barely understand you what to do . Let me share the link of the project .
      Please tell me if the parts of what you have instructed me are in order , and also where in a condition block can I set the info I want to store .

      I would want to know the highs and lows of the very next two candles after taking a trade.

      https://fxdreema.com/shared/VvwtjkzVd

      posted in Questions & Answers
      R
      Rebearv
    • RE: Exit after certain higher highs and lower lows

      @l-andorrà I think storing the values in a variable for then compare them can be a solution. But I don´t know how to. Any examples of how to store future price session values in a variable ?

      posted in Questions & Answers
      R
      Rebearv
    • RE: Exit after certain higher highs and lower lows

      @l-andorrà The thing I want to do is to close a buy trade by having 2 consecutive higher high candle for taking profit and by 2 consecutive lower low candles as a stop loss.

      I want the next candle after taking my trade print a higher high than the candle where I enter my trade and another candle with a higher high than the last one .. then close trade.

      I hope I have explain myself . Thanks for responding

      posted in Questions & Answers
      R
      Rebearv
    • Exit after certain higher highs and lower lows

      For each trade , exit after 2 consecutive higher highs or 2 consecutive lower lows . What would be the correct way to arrange the blocks??

      posted in Questions & Answers
      R
      Rebearv
    • MTF Indicators and how to set its setting timeframe.

      Hey ! I am working with two MTF indicators. I am working on the Daily Time Frame with a TF setting of Weekly in both indicators. ( Please note that I am not doing an inter TimeFrame Chart analysis; it is an indicator plotted on a Daily TF giving me its signals based on the Weekly TF
      My First question is if it is possible to work in Fxdreema with this kind of custom indicators.
      and my second question, if the answer of the last one is Yes, how do I set the Tiemeframe setting? By typing the word "Weekly" or do I have to set it an 10080 as Enum_Timeframes logic from the mql4 tutorial?? Thanks!

      posted in Questions & Answers
      R
      Rebearv
    • RE: ASH Custom Indicator ( 2 line cross Indi)

      @vinaluag said in ASH Custom Indicator ( 2 line cross Indi):

      @l-andorrà True! I forget that we can share the link .
      Look I am trying to buy or sell when Linear Smoothed RSI cross between its two lines .. ( it is a 2lc)
      I have set a stop loss of 5 pips , and a target of 10 pips ; fixed , and also I want to make a Break Even , but I think it is not working .. here is the link . https://fxdreema.com/builder
      Thanks in advance. Edit. This is de correct link .. https://fxdreema.com/shared/VLj4ESLbd

      posted in Questions & Answers
      R
      Rebearv
    • RE: ASH Custom Indicator ( 2 line cross Indi)

      @l-andorrà True! I forget that we can share the link .
      Look I am trying to buy or sell when Linear Smoothed RSI cross between its two lines .. ( it is a 2lc)
      I have set a stop loss of 5 pips , and a target of 10 pips ; fixed , and also I want to make a Break Even , but I think it is not working .. here is the link . https://fxdreema.com/builder
      Thanks in advance.

      posted in Questions & Answers
      R
      Rebearv
    • RE: ASH Custom Indicator ( 2 line cross Indi)

      Hey! I´ve change the custom indicator for other 2linecross indi. I made to put it to work , but recently I was trying to test an EA but it seems it keeps crashing my platform, Everytime I run it on the strategy tester , it crashes and I have to close my platorm .. Can you take a look to my work and guide me ? Maybe I am doing something very wrong. I want to trade whenever is a sell or buy at the close of the candle when the 2lc is given , and after that I want to change fixed pips stop and target for atr stop and target 0_1611729250992_Screenshot (140).png

      posted in Questions & Answers
      R
      Rebearv
    • 1
    • 2
    • 1 / 2