Hello! Can you share it please, Im interested
Latest posts made by Rebearv
-
RE: How can I define distance between two MAposted in Questions & Answers
-
RE: EA(s) not taking all tradesposted in Questions & Answers
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. -
RE: Exit after certain higher highs and lower lowsposted in Questions & Answers
@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 .
-
RE: Exit after certain higher highs and lower lowsposted in Questions & Answers
@jstap Thanks. Today I will try that solution I will tell you about the results
-
RE: Exit after certain higher highs and lower lowsposted in Questions & Answers
Ok . Got it . Thanks @jstap . Any recommendation on how to prevent the instant close?
-
RE: Exit after certain higher highs and lower lowsposted in Questions & Answers
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/6FwfWg0feLets 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.
-
RE: Exit after certain higher highs and lower lowsposted in Questions & Answers
@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. -
RE: Exit after certain higher highs and lower lowsposted in Questions & Answers
@jstap Sure! https://fxdreema.com/shared/WEkQcaI0e
Thanks for give it a look. -
RE: Exit after certain higher highs and lower lowsposted in Questions & Answers
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 -
RE: Exit after certain higher highs and lower lowsposted in Questions & Answers
@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?