PureBytes Links
Trading Reference Links
|
: If afraid that probably doesn't help much.
: Hi, would anybody know how to measure the angle between two prices on a
: chart? For example, say I drew a line from today's close and yesterday's
: close, how can I determine it's geometric angle?
:
: I'm sure there is a simple solution. I have looked through the help menu
: and I couldn't find anything on the topic. Any ideas?
Try arctangent((price-price[len])/len);
|