Create a program in C language for fibonacci series for the first 25 numbers?
December 27, 2011 by TheRainMaker
Filed under Stocks & Options Trading Tips
Question by kalps: Create a program in C language for fibonacci series for the first 25 numbers? Best answer: Answer by Maxwell’s HammerThat’s not a question. Give your answer to this question below!
Can anyone explain how we get the general term of the fibonacci series ?
November 27, 2011 by TheRainMaker
Filed under Stocks & Options Trading Tips
Question by AbCdEf: Can anyone explain how we get the general term of the fibonacci series ? http://en.wikipedia.org/wiki/Fibonacci_number#Closed-form_expression i want to know how binet’s formula was derived. Best answer: Answer by the mathemagician…it is the rule of the sequence. the n-th term is the sum the the two previous terms. F(n) = F(n – 1) [...]
Can you show me an actual very very simple assembly code for fibonacci series? Just a short and simple code?
November 20, 2011 by TheRainMaker
Filed under Stocks & Options Trading Tips
Question by fhm20us: Can you show me an actual very very simple assembly code for fibonacci series? Just a short and simple code? Best answer: Answer by doug_donaghueSince you’re asking for assembly code, it would be a great help to know what machine you’re using. Native mode varies quite a bit from machine to machine. [...]
Investing and Trading: Futures Series – The COT Report
November 18, 2011 by TheRainMaker
Filed under Stocks & Options Trading Tips
The Blog Entry that Accompanies this Video is at: investorandtrader.blogspot.com My Daily Blog is at: investorandtrader.blogspot.com We’ve been discussing commodity futures. We learned what a commodity is. We learned that commodities are traded in contracts, and those contracts have specific sizes, and contract months. We talked about leverage and lock-limits. We started talking a bit [...]
How to derive the nth term of a Fibonacci series starting with 0, 1?
November 14, 2011 by TheRainMaker
Filed under Stocks & Options Trading Tips
Question by kohsa: How to derive the nth term of a Fibonacci series starting with 0, 1? Best answer: Answer by MartinAssuming that 0 is the 1st term and 1 is the 2nd term, the nth Fibonacci number can be computed as: Fn = F(n-1) + F(n-2) Thus, F3 = F2 + F1 = 1 [...]
Java help- program to find fibonacci series through function recursion?
November 10, 2011 by TheRainMaker
Filed under Stocks & Options Trading Tips
Question by saileedgreat: Java help- program to find fibonacci series through function recursion? I had got this question for my prelims and was unable to solve it. Now, i fear that it might come for my board examination and therefore need your help. Please help me Best answer: Answer by cohennaIn the code below, you’ll [...]
Where/How is the Fibonacci Series used in everyday life?
November 10, 2011 by TheRainMaker
Filed under Stocks & Options Trading Tips
Question by HAHA, wait, what?: Where/How is the Fibonacci Series used in everyday life? Please tell me or refer me to a site (But not wikipedia or google) Best answer: Answer by GerryThe Fibonacci sequence is not so much used as that it appears in thousands of places in the natural world. However the Fibonacci [...]
Taylor Series Approximation (Stock option example)
October 30, 2011 by TheRainMaker
Filed under Stocks & Options Trading Tips

The Taylor Series allows us to estimate the change in an asset (portfolio) value without conducting a full re-pricing. The example here is to estimate the change in value of a call option if the stock price and volatility are shocked.
where is the fibonacci series found in nature?
October 23, 2011 by TheRainMaker
Filed under Stocks & Options Trading Tips
Question by pupylove: where is the fibonacci series found in nature? I need a long explanation to my question. Best answer: Answer by your motherI googled your question and found this website: http://library.thinkquest.org/27890/applications5.html “By far the most fascinating appearances of the Fibonacci Series in nature are the spirals that can be seen in everything from [...]
Commodities Trading and Futures Speculation (Series): Contracts Specifications – Size and Limits
September 27, 2011 by TheRainMaker
Filed under Stocks & Options Trading Tips
The Blog Entry that Accompanies this Video is at: investorandtrader.blogspot.com My Daily Blog is at: investorandtrader.blogspot.com Free Issue of Airelons Market Tactics davianletter.com Airelon’s Market Tactics Newsletter: davianletter.com This vlog entry is a continuation in a series of videos, the “Commodities Trading and Futures Speculation”, and is continued from the previous entries. Introduction: I discussed [...]

