I need assistance in creating an indicator that looks at Crude vs. Nat Gas...converted into nat gas prices.
Basically you need to take the last price in CL, divided by 5.8 (which converts the crude price into mmbtu's) then subtract that price by the last price of NG.
So, (CL/5.8)-NG = x
I appreciate any help. This is the first time I have ever heard of Javascript and aim to learn it.
John Nelson
Basically you need to take the last price in CL, divided by 5.8 (which converts the crude price into mmbtu's) then subtract that price by the last price of NG.
So, (CL/5.8)-NG = x
I appreciate any help. This is the first time I have ever heard of Javascript and aim to learn it.
John Nelson
Comment