Inputs : StopLossPoints(3), ProfitTargetPoints(3);
Vars : HeadsOrTails("heads");
if time = 1030 then begin
if HeadsOrTails = "heads" then begin
buy next bar at market;
HeadsOrTails = "tails";
end else begin
sell short next bar at market;
HeadsOrTails = "heads";
end;
end;
setstopcontract;
SetStopLoss(StopLossPoints * BigPointValue);
SetProfitTarget(ProfitTargetPoints * BigPointValue);
Changing Risk/Reward ratio doesn't guarantee an increase or decrease in the winning rate! Period.
The point is, your "system" is random. On OTHER SYSTEMs or METHODs, the entries are NOT RANDOM and so as R/R not random! And therefore, changing R/R doesn't guarantee an increase or decrease of win ratio
The point is, your "system" is random. On OTHER SYSTEMs or METHODs, the entries are NOT RANDOM and so as R/R not random! And therefore, changing R/R doesn't guarantee an increase or decrease of win ratio
Pedro, don't you understand that your formula here is completely wrong? My 1st response was about this thing!
%win rate = (100 / profit ticks + stop loss ticks) x stop loss ticks
Please explain why this is valid???????????
zupcon, I didn't say 1pip stop, that's insane!
I understand your idea and supposely bracket in your formula, but it is completely wrong!
OK, "Mr. Know It All", any serious or seasonal traders MUST know what a WINNING RATE (or RATIO) is, and what a RISK/REWARD RATIO is. Your definition and formula that "links" win rate & risk/reward ratio is lame at best, st***d at worse.
win rate, officially called win/lost ratio, is nothing simpler than a ratio between wining trades vs losing trades over a period of time.
win/lost raion = # winning trades / # losing trades
REGARDLESS of how much money won or lost per trade
Risk/Reward Ratio = expected risk / expected reward on ONE TRADE
Win Rate & Risk/Reward Ratio are 2 DIFFERENT variables. The former for a number of trades (let say, 100 trades) over a period of time. The latter is PER TRADE.
If this concept is hard to swallowed, then I'd truely doubt your (boasting) trading experiences and skills
Other readers, if you are new to trading and would like to learn more the basic terms and terminologies, these links would help you much more than listening to the so called "experts" here:
Win/Loss Ratio
Risk/Reward Ratio
So what the heck is this?
Impact is the right word, but not neccessary increase or decrease your win rate. And that depends on your system. And that can't be generalize using some common formula like yours!
I think my opinion is pretty clear - pedro talks sense.
I'm so sure I don't even have to read his posts
Sarcasm ?!
You asked perfectly reasonable questions and pedro tried hard to be very helpful to you.
When someone else came in attacking him, both zupcon and myself suggested you listen to pedro. I expressed the belief and confidence in pedro that what he advises is so good I didn't even need to read it to know it would be good.
If you think that is sarcasm you have misunderstood something which I thought I'd made clear. No offence or sarcasm was intended.
Just to emphasise this, there are some of us who go out of our way to help people and you have clearly mis-read my intention.
I'm a daytrader and trying to maintain good money mgt. Still, I am not sure on what my risk/reward ratio should be and am wondering how you guys have developed yours. My understand of a good ratio setup is, say, you should stop loss at -2 ticks and sell at +5 ticks from your buy price, and assuming that one's accuracy rate is near 50% and the $ amount of the +5 ticks is greater than the $ loss of the -2 ticks, then one should be set up profit in the long-run.
Can someone please correct if above is wrong and also tell how you reached your ratio setup? All advice is welcomed. Thanks.