Register File Sharing Journals Chat Room FAQ Calendar Mark Forums Read

Beginners Forum Thinking you might want to try trading? Want to ask a question but worried about saying something silly on the main boards? This is the place where you can take the first few steps in safety.

Advertisement







Search Forums
 
ŧ Advanced Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 27-12-2005, 05:44   #25
kenazen
level 1
 
Join Date: Dec 2005
Posts: 49
Downloads: 0
Uploads: 0
Rep Power: 3 kenazen is on a distinguished road
Re: How much to buy w/2% risk of $1k and w/50pip SL?

Quote:
Originally Posted by ampris2000
yes. when you start entering units you'll see the pip value change.
it should also show available units.

don't be in a hurry. you'll get it . don't make it more difficult than it is.

if you're on demo, just click around and put in numbers and stuff and see what happens.
Ok, I see the value now.

The EUR/USD is at 1.1861 right now. When I put in "Units=10,000", I get "1 Pip = $1.00"

So, if I want 50 pips to be $40, I divide 40 by 50:


50 pip = $40.00
1 pip = $40.00 / 50 = 0.80

So I need to choose a size where 1 pip is equal to $0.80. I messed around and found the size to be 8000 units.

Ill have to sleep again before I can figure out how I get from 0.8 to 8,000, obviously mutliplying by 10,000, but I need to understand why.
kenazen is offline   Reply With Quote
Old 27-12-2005, 08:50   #26
MickMason
Fibonacci KISS trader!
 
MickMason's Avatar
 
Join Date: Apr 2004
Posts: 3,783
Downloads: 0
Uploads: 0
Rep Power: 0 MickMason is an unknown quantity at this point
Re: How much to buy w/2% risk of $1k and w/50pip SL?

Quote:
Originally Posted by kenazen

So I need to choose a size where 1 pip is equal to $0.80. I messed around and found the size to be 8000 units.

Ill have to sleep again before I can figure out how I get from 0.8 to 8,000, obviously mutliplying by 10,000, but I need to understand why.

I think you probably need to think about what you're actually doing when you buy and sell.

Currencies are traded in pairs. You're betting that one of those currencies will increase or decrease in value against the other.

Using your example, buying one Eur will cost you $1.1861, if you buy 8000 eur it will cost you $9,488.80, and you will now be the proud owner of 8000 Eur.
If price moves so that one eur is worth $1.1862 you can sell your 8000 Eur and receive $9489.60
The profit you will have made will be the difference between what it cost you to buy those 8000 eur ($9,488.80) and what you sold them for ($9,489.60), $0.80

If, on the other hand, you sold one Eur you would have $1.1861 for it. If you sold 8000 Eur you would have $9,488.80
If price moved to $1.1862 and you wanted to buy back those 8000 eur it would cost you $9,489.60, a loss of $0.80

In effect each eur that you buy or sell will make/lose you $0.0001, so if you times that by 8000 = $0.80, or 10,000 = $1, or 12,500 = $1.25 etc etc etc

So, working it back the other way, say you only want to risk $30, how many eur do you buy or sell? Well if buying or selling one Eur makes/loses you $0.0001 then divide your $30 by $.0001 and you get.......300,000! But wait, now you have to work out your stop, let's say 25pips. Divide your 300,000 by 25 and you get 12,000, that's your trade size. 12,000 will be worth $1.20 per pip ($.0001 x 12,000), and $1.20 x 25 is.....you guessed it.....$30!!!

That's the mechanics of it, as I say the easiest way is to divide your maximum risk ($30) by your stop (25) and that will give you the value per pip ($1.20), which means trade size of 12k (12k x $0.0001)


Gosh, I need a lie down!



Mick
MickMason is offline   Reply With Quote
Old 29-12-2005, 00:17   #27
kenazen
level 1
 
Join Date: Dec 2005
Posts: 49
Downloads: 0
Uploads: 0
Rep Power: 3 kenazen is on a distinguished road
Re: How much to buy w/2% risk of $1k and w/50pip SL?

Here is my 2nd attempt at trying to determine how many units of a pair I should buy based on a 50-pip SL and 2% capital risk.

Several people have suggested using the online tools, but I would like to be able to use these valuations in automated

backtesting, so I need to understand how to compute them by hand (so I can write the backtesting program).


A few things I still don't understand:
1) Why don't I have to account for leverage?
2) Why is the formula for examples C and D the same (assuming it's correct).


=======================================

A) EUR/USD : USD in Quote
B) USD/JPY : USD in BASE
C) CHF/JPY (USD/JPY) : USD in Conversion Base
D) EUR/GBP (EUR/USD) : USD in Conversion Quote

Account Size: $5,000.00 (USD)
Stop Loss: 50 pips per Unit
RiskAmount = 2% of Account Size = $100

--------------------------------------

A) EUR/USD : USD in Quote

FORMULA: ((RiskAmount * 1) / PipValue) / MaxPipLoss) = Units

RiskAmount = $100
PipValue = .0001 (USD)
MaxPipLoss = 50

Units = ((100 * 1) / .0001) / 50 = 20,000

--------------------------------------

B) USD/CHF : USD in BASE

USD/CHF = 1.3151 = "USDRATE"

FORMULA: ((RiskAmount / USDRATE) / PipValue) / MaxPipLoss) = Units


Units = ((100 / 1.3151) / .0001) / 50 = 15,207

--------------------------------------

C) CHF/JPY (USD/JPY) : USD in Conversion Base

Pair: CHF/JPY = 89.15
Pair: USD/JPY = 116.55 = "USDRATE"

FORMULA: ((RiskAmount * USDRATE) / PipValue) / MaxPipLoss) = Units

Units = ((100 * 116.55) / .0001) / 50 = 2,331,000

--------------------------------------

D) EUR/GBP (EUR/USD) : USD in Conversion Quote

Pair: EUR/GBP = 0.6841
Pair: EUR/USD = 1.1855 = "USDRATE"

FORMULA: ((RiskAmount * USDRATE) / PipValue) / MaxPipLoss) = Units

(uses same formula as Example C)

Units = ((100 * 1.1855) / .0001) / 50 = 23,710

--------------------------------------
kenazen is offline   Reply With Quote
Old 29-12-2005, 19:26   #28
Paulolion
level 3
 
Paulolion's Avatar
 
Join Date: Feb 2005
Posts: 105
Downloads: 0
Uploads: 0
Rep Power: 4 Paulolion is on a distinguished road
Re: How much to buy w/2% risk of $1k and w/50pip SL?

Quote:
Originally Posted by kenazen
Hello,

I'm trying to figure out how to manage money.

If I have an account with $1,000.00, and I am willing to risk 2% on a trade, then I would need to set my stops so that I would not lose more than $20.00 on the trade ($1,000.00 * .02 = 20.00).

Let's say I believe the EUR/USD is going to drop, and it is qouted at 1.1859 (as it is right now). I also believe that I need to give it 50 pips of freedom for whipsaws.

The challenge is to figure out how MUCH of EUR/USD to short. I am using Aonda, so this value should be expressed in units.


I've been looking at this website, and trying to make sense of it:

http://www.babypips.com/forex-quicks...-your-pls.html

"EUR/USD at an exchange rate of 1.1930
(.0001 / 1.1930) X EUR 100,000 = EUR 8.38 x 1.1930 = $9.99734 rounded up will be $10 per pip"

For the EUR/USD right now:

(0.0001/1.1859) * (1.1859 * 100000) = $10

This forumla would seem to always produce a pip value of $10 for pairs using the USD as the "qoute" price. Is that correct?

Knowing that my stop should be at a $20 loss, and a pip is worth $10, then it would seem I could only set my stops at 2 points instead of 50. Then again, its 4am, lol.

Any suggestions?
Iīm sorry Kenazen, i donīt know if anyone has already mentioned, but if you are using there platform, why waste your brains? Just use their Pip/Profit calculator. Itīs easy and direct and you can use not only with Eur/Usd but with any pair they have.
Paulolion is offline   Reply With Quote
Old 30-12-2005, 01:52   #29
kenazen
level 1
 
Join Date: Dec 2005
Posts: 49
Downloads: 0
Uploads: 0
Rep Power: 3 kenazen is on a distinguished road
Re: How much to buy w/2% risk of $1k and w/50pip SL?

Quote:
Originally Posted by Paulolion
Iīm sorry Kenazen, i donīt know if anyone has already mentioned, but if you are using there platform, why waste your brains? Just use their Pip/Profit calculator. Itīs easy and direct and you can use not only with Eur/Usd but with any pair they have.
"Several people have suggested using the online tools, but I would like to be able to use these valuations in automated backtesting, so I need to understand how to compute them by hand (so I can write the backtesting program)."

thanks!
kenazen is offline   Reply With Quote
Old 30-12-2005, 03:17   #30
kenazen
level 1
 
Join Date: Dec 2005
Posts: 49
Downloads: 0
Uploads: 0
Rep Power: 3 kenazen is on a distinguished road
Re: How much to buy w/2% risk of $1k and w/50pip SL?

Attached is a OpenOffice spreadsheet used for determing how many units to purchase based on the need for a 50-pip-SL and a willingness to lose 2% of your equity.

For a USD Major pair with a USD qoute, you use a USDRATE of 1, like EUR/USD.

For a USD Major pair with a USD base, you use a USDRATE equal to the currency rate, for example 1.3151 for USD/CHF.

For a non-Major pair ("Minor"), you use a USDRATE that is either USD Conversion rate, for example on CHF/JPY @ 89.15, you would use USD/JPY @ 116.55. I'm not sure why this works in all cases, perhaps it doesn't. The forumla is supposed to be different when it's the qoute or base price that is being converted to USD, but it seems to work.

The PipValue always has the same number of decimals as the USDRATE. SO it is 0.0001 on most pairs, and 0.01 on JPY-based pairs.

If anyone has any suggestions, or would like to double-check my math, that would be helpful.

The goal of the calculations is for me to be able to take multiple bets where each one is risking 2% of my money with a 50-pip Stop Loss.
Attached Thumbnails
Click image for larger version

Name:	majorusd.png
Views:	16
Size:	5.0 KB
ID:	18341   Click image for larger version

Name:	major.png
Views:	14
Size:	5.5 KB
ID:	18342   Click image for larger version

Name:	minor.png
Views:	15
Size:	5.4 KB
ID:	18343  
Attached Files
File Type: zip 50pips.zip (8.1 KB, 18 views)
kenazen is offline   Reply With Quote
Old 30-12-2005, 03:22   #31
MickMason
Fibonacci KISS trader!
 
MickMason's Avatar
 
Join Date: Apr 2004
Posts: 3,783
Downloads: 0
Uploads: 0
Rep Power: 0 MickMason is an unknown quantity at this point
Re: How much to buy w/2% risk of $1k and w/50pip SL?

Still number crunching kenazen

Ok, try this, I didn't realise you were trying to write a formula.....

USD/? : .0001 divided by the rate = pip value ie USD/CHF .0001/1.3100 = .000076 (or in the case of USD/JPY .01 as it only has two decimal places)

?/USD : .0001 divided by the rate times the rate ie EUR/USD .0001/1.1850 = .000084 * 1.1850 = .00001

?/? : .0001 divided by the rate = pip value, times the USD rate = USD pip value ie GBP/CHF .0001/2.2636 = .000044 * 1.7271 = .000076


Does that help?


Mick
MickMason is offline   Reply With Quote
Old 30-12-2005, 03:29   #32
MickMason
Fibonacci KISS trader!
 
MickMason's Avatar
 
Join Date: Apr 2004
Posts: 3,783
Downloads: 0
Uploads: 0
Rep Power: 0 MickMason is an unknown quantity at this point
Re: How much to buy w/2% risk of $1k and w/50pip SL?

also these pairs have the same $ values, that might save a bit of time...

EUR/USD GBP/USD, AUD/USD
USD/JPY EUR/JPY, GBP/JPY, AUD/JPY
USD/CHF EUR/CHF, GBP/CHF
USD/CAD EUR/CAD
MickMason is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Forum Jump