what code do i need to get a price for intersection of Ftzone line and Fib channel line in future where time has not occured yet? ie

 
See picture attached what code would I need to get the value of intersection at the green rectangle of specific Fib channel level and Fib TimeZone level
 
fxmarketgps: See picture attached what code would I need to get the value of intersection at the green rectangle of specific Fib channel level and Fib TimeZone level
  1. Don't attach a file, insert the image
  2. Google is your friend on finding the intersection of two lines, e.g. Finding Points of Intersection
  3. Find two values for each. Fc(v1, dt1) Fc(v2, dt2) FT(v3,dt3) FT(v4,dt4) V(t) = v1 + (v2-v1)/(dt2-dt1) t = v3 + (v4-v3)/(dt4-dt3) t. Solve for t and verify it's in the future.
  4. learn to code it, or pay someone. We're not going to code it FOR you. We are willing to HELP you when you post your attempt (using SRC) and the nature of your problem.
Reason: