Very Interesting
Posts made by yerlin
-
RE: Help to detect BreakEvenposted in Questions & Answers
I had thought about it but this wouldn't cover all the situations due to slippage, right?
That is to say, if at any time an operation closes 1 pip up or down, you wouldn't count it as Breakeven, right?
-
Help to detect BreakEvenposted in Questions & Answers
Would anyone know how to detect when a trade closes in Breakeven, since the only way I can think of is to detect closed trades with little profit, but if there is a simpler way or with some identifier that I have not seen or different logic, you would help me a lot. . thank you.
-
RE: Tip: Avoiding lopsided optimizationsposted in Tutorials by Users
@roar Very good contribution! I'm going to put it into practice, thanks!
-
RE: HOw i Can Convert This Stretigy Into EAposted in Questions & Answers
@shahzad It is a fairly simple EA to code, the only thing you should specify if the total of the two wicks are +70% or simply 1 side, or if it is according to the candle color, etc., because if a candle appears with a higher wick of 2% a body of 27% and a lower wick of 71%, you would also take that reference. Specify a little more and I'll give you a hand in developing it.
-
RE: Highest and lowest Price Between Time Periodposted in Questions & Answers
I hope this can help you. If you have any questions, you can send me a DM and we can find a good strategy since I use a very similar one for US30 that is giving me very good returns.
-
RE: Highest and lowest Price Between Time Periodposted in Questions & Answers
@Lorenzo97 Specify the conditions and I'll look into doing it in a couple of hours, since I have a similar one for the US30
-
RE: Display flags in commentsposted in Questions & Answers
@holygrailfx I have had a lot of problems with the flags, I don't know why if there is an error, but in the end I ended up doing the same thing but with variables and conditions.
-
RE: Scan Historical Data for Conditions/Valuesposted in Questions & Answers
@roar shared/HSMhgeWcc
Well, I tried to follow this explanation and apply it to my indicator but I didn't get any results.
-
RE: Problem loopposted in Questions & Answers
@seb-0 shared/QZJSgnV6d
I have been testing what you sent me but I can not add it as I would like to my indicator, I attach the link to my indicator as I would like to load the indicator in the graph I get the arrows in the past history, not only in the future
-
RE: Problem loopposted in Questions & Answers
@seb-0 Thank you very much. I'm going to try it out and see if I can understand how it works.
-
RE: Problem loopposted in Questions & Answers
@seb-0 Only the first one, every time the RSI crosses the 70 and 30 level, but I mean during the previous 20 or "x" sails.
-
RE: Problem loopposted in Questions & Answers
@seb-0 For example, I would like you to indicate in the graph some arrows when the rsi crosses the 30 level up and when it crosses the 70 level down.
-
Problem loopposted in Questions & Answers
I have been trying for some time to make a "loop" or some way for my indicator to draw me whenever those conditions have been fulfilled previously in the graph according to the number of sails I stipulate.
Could someone send me an example?
-
RE: SL y TP 2:1 or 1:1 HELP!posted in Questions & Answers
@l-andorrà because it would be the first lower fractal after the opening of the operation.
-
RE: SL y TP 2:1 or 1:1 HELP!posted in Questions & Answers
@l-andorrà Yes, exactly the white line is where I would execute the input, now I would need to find some way for the EA to detect from where the operation was opened look for his last fractal to place the SL
-
RE: SL y TP 2:1 or 1:1 HELP!posted in Questions & Answers

Thanks @l-andorrà , I have almost ready the bot that I was commenting, but I lack small details that still do not dominate for example this is one as I can tell the EA to put me the SL in the first fracture that detects, and I do not modify more the SL.
