moon being so close to Earth

Post anything not related to trading here.
Post Reply
pear1942
Posts: 12
Joined: Thu Jul 23, 2015 9:10 pm
Contact:

moon being so close to Earth

Post by pear1942 » Tue Nov 15, 2016 8:26 pm

Can someone tell me is there a correlation of the market highs and the moon being so close to Earth?

User avatar
earik
Site Admin
Posts: 474
Joined: Mon Dec 01, 2014 12:41 pm
Contact:

Re: moon being so close to Earth

Post by earik » Tue Nov 15, 2016 9:50 pm

Wave59 can calculate the distance from the Moon to the Earth and plot it. It's not a canned indicator, but you can get it done via QScript. Copy and paste this into the QScript Editor, click QScript - Script Properties, name it something (and set scaling to "screen"), then go Qscript - Build Script, and it will show up in your "technicals" menu. It's plotting distances, so being close to the Earth would be the troughs, and being far away would be the peaks in the plot.

Code: Select all

input:planet(astro_moon),color(olive);

dist = astro(year,month,day,time,planet,true,astro_dist,true);
plot1 = dist; 
color1 = color;  
Regards,

Earik

abacaba
Posts: 143
Joined: Sat Aug 15, 2015 5:02 pm
Contact:

Re: moon being so close to Earth

Post by abacaba » Thu Nov 17, 2016 9:42 pm

Earik,

Far out! :D

Todd

Post Reply

Who is online

Users browsing this forum: No registered users and 8 guests