B C D E F G H I J K L M N O    
2  
     
3        
4    
 
5     Show Formula:    
6      
7    
8    
9     Call Butterfly Spreads (E1 < E2 < E3)  
10    
11     Bull Spreads   Bear Spreads  
12     Buy Call @ E1 and   Buy Call @ E3  
13     Write Call @ E2   Write Call @ E2  
14        
15       Profit = Max(0, S - E1) - C1 - 2*Max(0, S - E2) + 2*C2 + Max(0, S - E3) -C3  
16       S = spot price, En = excerise at price n, Cn = call price (premium) n  
17          
18     Spot      
19                      
20     Call1      
21     Call2      
22     Call3      
23     Exec1      
24     Exec2    
25     Exec3    
26                          
27          
28                
29          
30            
31           Change the spot, stock, call and exec values and see how the profit changes.  
32        
33          
34        
35          
36        
37    
38    
39        
40    
41    
42    
43    
44    
45    
46    
47    
48    
49    
50    
51        
52     Copyright.  Anthony's VBA Page.