#!/usr/bin/perl ############################################################################# # # tips.cgi -- Tips on how to play FX. # # $License: # # Copyright (C) Kenneth A. Kittlitz, All Rights Reserved. # # Unless explicitly acquired and licensed from Licensor under a # separate arrangement, the contents of this file are subject to the # Idea Futures Public License ("IFPL") Version 1.0, or subsequent # versions as allowed by the IFPL, and You may not copy or use this file # in either source code or executable form, except in compliance with the # terms and conditions of the IFPL. # # The IFPL V1.0 is identical to the Reciprocal Public License V1.1 as # published at , with the # following two changes to term 13.8: # # [start of changes] # Change 1) Replace: # "This License shall be governed by Colorado law provisions..." # with: # "This License shall be governed by Alberta law provisions...". # # Change 2) Replace: # "You further agree that Adams County, Colorado USA is proper venue..." # with: # "You further agree that Alberta, Canada is proper venue...". # [end of changes] # # All software distributed under the License is provided strictly on # an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR # IMPLIED, AND KENNETH A. KITTLITZ HEREBY DISCLAIMS ALL SUCH # WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT, # OR NON-INFRINGEMENT. See the License for specific language # governing rights and limitations under the License. # # :License$ # ############################################################################# use strict; use CGI; require "Common.pl"; my (@content,$data); my $query = new CGI; print $query->header; my $title = "Foresight Exchange Trading Tips"; my $header = "Trading Tips"; $data = <As with all the documentation, please send comments (new tips) to kittlitz at ideosphere dot com.

These tips are very much a matter of opinion, and have been submitted by different people (with different player scores :-). As such, some of these tips may be contradictory. In the end you will have to develop your own trading style.

  1. Do not try to (drastically) change the price of a claim. If you think the odds are 'wrong' just place a bet and let the market do its thing. Sometimes people try to clean out the buy (or sell) order so that they can set their own price (one reason they might want to try this is to increase the value of their holdings). As often as not the price will go back to where it was before and they get burned on the coupons that were not traded at the consensus price.
  2. If you want to spread your money across several claims, think in terms of money amounts rather than number of coupons.
  3. Invest heavily in what you believe in, and be patient. It took six months for [my investment in IREG to pay off, and it] is a short term claim by comparsion to many. I just wish I had the same faith in myself for CPB$ [contributed by Nelson Minar].
  4. Do not trust the media. I have yet to see a newspaper or magazine article (about which I had inside knowledge) that was entirely factual. Do your own research.
    • Anecdote (Sean Morgan): I got reliable information by asking a mathematician for an opinion on Fermat's Last Theorem; OTOH, I lost big on the baseball strike claim, because I listened to a sports broadcast!
    • Anecdote (Hurr claim): one player bet on the basis of a news report that a certain hurricane never met the claim's threshold. Another player found a web site with the original data. Guess who made money?

There are some other FX tip sheets on the web:

[Previous] [Top] [Next]

EOT push(@content,$data); &showHtml(8,$title,$header,undef,undef,@content);