PureBytes Links
Trading Reference Links
|
I am trying to test some strategies in the forex market and model
the Commission which is a constant PIP spread between the buy and
sell price.
1. All the data sources give the Sell price as the data feed.
Therefore the Buy price is the Sell price plus the Pip spread.
Here is an example: for a constant pip spread of 5 pips, the price
on your chart is 1.2500, so to buy it you pay 1.2505. lets say it
goes up to 1.2600 and you sell. Your profit is 1.2600 - 1.2505
for .0095 or 95 pips.
2. if you account for the pip spread in your buyprice and
coverprice, the calculations for profit in the backtesting is not
correct.
3. Is there a way to input a commission as ticks or pips?
4. I have been using a fixed commission which approximate the pip
spread but it would be nice to use the actual value.
5. another complication is that the Pip spread varies for each
currency pair and the value of each Pip is different for each
currency pair.
6. The only way I see to fix this is to modify Amibroker to provide
another commission type called "tick" and to provide a field in the
stock information screen to put the commission tick spread.
Thanks for any suggestions.
Byron
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|