@jstap
You can hit a TP as it is symmetric to a SL, but you can't use both at the same time. If they are the same size none is moving, if one is bigger than the other, it is never hit.
Posts made by seb 0
-
RE: how to trail TP and SL same timeposted in Questions & Answers
-
RE: how to trail TP and SL same timeposted in Questions & Answers
@ideal
It doesn't make sense, so you can't. -
RE: Advice on how to shorten fxdreema learning curveposted in Questions & Answers
@pintto
About how to build a specific strategy, I wouldn't follow the advice of l'andorrĂ posting a new topic everytime you face an obstacle.
Personnaly asking questions rarely helped me, and I finally ended finding the solution by my own. Hence as I understood the problem I was able to extrapolate it to any system of the same type. Still, the forum offers some start points, but avoid copy pasting.About the strategies either you stuck to the conventionnel common trading style with mediocre-ok results at most, or you invest your time in learning scientific approches and more advanced strategies.
-
RE: 98% WIN rate - Looking for expert to partner with.posted in Questions & Answers
@cashflows
That is what I wanted to understand, 98% win rate seems a bit too good to be true to me. I don't know how to interpret these numbers, it must be put in context. On what trading period has it been made, are there long positions only ?
The profitability can strongly depend on the conjoncture.. That's why it is often preferable to automate the strategy to test it on a longer period to see if the results are legit. Didn't mean to be rude -
RE: 98% WIN rate - Looking for expert to partner with.posted in Questions & Answers
@cashflows
How can you evaluate the strategy win rate if you don't even know how to create one ? -
RE: Update variables when modifying parametersposted in Questions & Answers
@digimax
Can you paste the link of your project, or an example of it plz ? -
RE: Update variables when modifying parametersposted in Questions & Answers
@digimax
Constants and variables are different things, dou you want the variables to be updated when some constants are changed ?
Would be better to see the project -
RE: Candle Open, Close Positionposted in Questions & Answers
@tipsywisdom
Yes you must add a time filter at least -
RE: Auto channeling drawposted in Tutorials by Users
@tipsywisdom
The majority of the channel indicators on the market are 2 points based, everyone makes it differently so the results are different. Here is one way, and you can see how it works.
Enough time to be lazy building an autodrawing fib. -
RE: Auto channeling drawposted in Tutorials by Users
@ladydolares
Basically a buy position should be opened when the channel is upward(B1 negative as time points are collected backward) and the price rebounds close the lower line, and vice versa.. there are many way doing so, I let you make it -
RE: Auto channeling drawposted in Tutorials by Users
@l-andorrĂ
Thanks, yes I backtested it in visualize mode cause it doesn't take positions, works all day

-
RE: Auto channeling drawposted in Tutorials by Users
@belgam
A channel is drawn only when a pattern is found, it happens let say once every 400 candles with these parameters.
You can increase the "percent" value and decrease the "MINrebounds" value for less strict conditions. -
RE: Auto channeling drawposted in Tutorials by Users
@belgam
A picture of what do you want, the channel ? -
Auto channeling drawposted in Tutorials by Users
Here is a drawing project of mine.
It draws channels based on linear regression direction, on maximum distances from the axe, and with a dynamic window.
The EA searches for a pertinent channel based on the number of rebounds and their relative amplitude.
There are a lot of loops going on so I hope your mt5 isn't gona crash.
https://fxdreema.com/shared/YKFrXiEne -
RE: ADX Parameterposted in Questions & Answers
@nhamfx
Try to make run on a long period, an EA that load the maximum and minimum value of the ADX so you can see. -
RE: Draw Lineposted in Questions & Answers
@miro1360
Yes people tend to think making money is easier than it is -
RE: Not sure I fully understand the 'For each trade' block as it isposted in Questions & Answers
@l-andorrĂ
Have you tried my recommandation ? -
RE: Not sure I fully understand the 'For each trade' block as it isposted in Questions & Answers
@l-andorrĂ
That is a tricky loop I admit, if I understand well the condition in block ID 59 can never be true as "guanyatparcial" is always positive and "idmaxperd" always negative.
In the first branch you want to store the value of the least profitable trade(handling biggest loss), if the top block processes from the least profitable to the most profitable one, you could just make it pass once.