@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.
Best posts made by yerlin
-
RE: HOw i Can Convert This Stretigy Into EAposted in Questions & Answers
Latest 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.