• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 10:45am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 10:45am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Planetary cycles, astrological theory of cycles of the markets 502 replies

Opinions on "Planetary cycles, astrological theory .. of the markets" 41 replies

Forecast Forex using Numeric Cycles and Astrology Cycles 36 replies

Planetary / Astrology indicators 3 replies

Planetary Cycles... Plotting Cycles into the Future 0 replies

  • Interactive Trading
  • /
  • Reply to Thread
  • Subscribe
  • 5,697
Attachments: Planetary Cycles Trading (EUR/USD)
Exit Attachments
Tags: Planetary Cycles Trading (EUR/USD)
Cancel

Planetary Cycles Trading (EUR/USD)

  • Last Post
  •  
  • 1 413414Page 415416417 663
  • 1 Page 415 663
  •  
  • Post #8,281
  • Quote
  • Edited 5:31pm May 19, 2017 5:10pm | Edited 5:31pm
  •  paulselvan
  • Joined Jul 2013 | Status: Member | 318 Posts
Quoting piptakers
Disliked
{quote} paulselvan, Great... You hv done it. I was suppose to start. Well, how much is the difference? If you can share the file will save my efforts. Regards piptakers
Ignored
piptakers,
ha you too !
----------------------
In attached pg only swe_calc() and swe_houses() are called.
----------------------------
swe_calc() and Zet locate planets in same way ...that proofs it is working perfectly.
---------------------------------
But for swe_houses() that's a different matter.
There are 42°44' error interval for Asc
----------------------
I'm asking if swe_houses() is the right one or if erorr comes from its input or output datas
I suppose ascmc[SE_ASC] is in decimal degree,dont I?
Attached File(s)
File Type: mq4 eqt_2_zod_V02.mq4   9 KB | 317 downloads
 
 
  • Post #8,282
  • Quote
  • May 19, 2017 9:27pm May 19, 2017 9:27pm
  •  piptakers
  • | Joined Feb 2017 | Status: Member | 92 Posts
Quoting paulselvan
Disliked
{quote} piptakers, ha you too ! ---------------------- In attached pg only swe_calc() and swe_houses() are called. ---------------------------- swe_calc() and Zet locate planets in same way ...that proofs it is working perfectly. --------------------------------- But for swe_houses() that's a different matter. There are 4244' error interval for Asc ---------------------- I'm asking if swe_houses() is the right one or if erorr comes from its input or output datas I suppose ascmc[SE_ASC] is in decimal degree,dont I? {file}
Ignored
Paulselvan,

Yes. Swe_house () is used to get asc and mc.
 
 
  • Post #8,283
  • Quote
  • May 19, 2017 11:27pm May 19, 2017 11:27pm
  •  jnevins
  • Joined Feb 2007 | Status: Member | 2,599 Posts
End of week recap... EUR/USD 30 min data

Based on my first post, #8217, May 12 the prediction saw a net gain of 108 pips...
In spite of a rocky beginning, the end of the week took of like a bandit...
https://www.forexfactory.com/showthr...42#post9862042
Attached Image (click to enlarge)
Click to Enlarge

Name: Capture.PNG
Size: 30 KB
 
 
  • Post #8,284
  • Quote
  • May 21, 2017 6:25pm May 21, 2017 6:25pm
  •  santoso_am
  • | Joined Sep 2010 | Status: Member | 76 Posts
@Paulselvan , little diff deg (moon , asc,mc,des,ic) perhaps we need another formula
Attached Image (click to enlarge)
Click to Enlarge

Name: untitled.PNG
Size: 34 KB
 
1
  • Post #8,285
  • Quote
  • May 21, 2017 10:08pm May 21, 2017 10:08pm
  •  jnevins
  • Joined Feb 2007 | Status: Member | 2,599 Posts
EUR/USD 30min EDT

Next Week's Forecast:

Blue line is Sun-Sun 4th harmonic, 100% smooth orb and normal on the oscillator
Red line is a composite cycles line of 914,906, 1,067 and 1,345 bars as generated by the Q Spectrum module.
Thin Blue active line was chosen by the similarity module and found that the week of Nov 6th 2016 was most similar in the 10,000 bars in my history to the present.
Attached Image (click to enlarge)
Click to Enlarge

Name: Capture.PNG
Size: 38 KB
 
1
  • Post #8,286
  • Quote
  • Edited 5:56am May 22, 2017 4:12am | Edited 5:56am
  •  paulselvan
  • Joined Jul 2013 | Status: Member | 318 Posts
Quoting santoso_am
Disliked
@Paulselvan , little diff deg (moon , asc,mc,des,ic) perhaps we need another formula {image}
Ignored
@santos_am
-------------------------------
For the Moon I found also some little diference .
In your picture there are 35 mn arc differences ,that means 2 mn 20s of time delay.
I suppose we can tolerate this without loss of quality.
---------------------------

Can u share ur pg just to see how you get Asc and MC coord ?


--------------------------
Tnx for MC infos
 
 
  • Post #8,287
  • Quote
  • May 22, 2017 7:41am May 22, 2017 7:41am
  •  santoso_am
  • | Joined Sep 2010 | Status: Member | 76 Posts
http://radixpro.com/a4a-start/medium-coeli/
Accidentally search..
Using swe_house_armc
 
 
  • Post #8,288
  • Quote
  • May 22, 2017 7:43am May 22, 2017 7:43am
  •  santoso_am
  • | Joined Sep 2010 | Status: Member | 76 Posts
From other site

========================
First you need to get the Julian Day
M = month
D = day
Y = year
If M = 1 or 2, then Y = Y-1 and M = M+12
A = int (Y/100)
B = 2 - A + int (A/4)
if Julian calendar B=0
JD = int (365.25(Y+4716)) + int(30.6001(M+1)) + D + B - 1524.5 + UT/24
==================
Next the mean obliquity
T = (JD-2451545)/36525
OB = 23.43929111 - .013004167 *T - .000000164 T*T + .000000504 * T*T*T
============================
Now you need the sidereal time expressed as RAMC
T = (JD-2451545)/36525
CD = JD - 2451545
Greenwich RAMC
GRAMC = 280.46061837 + 360.98564736629 *CD + .000387933 *T*T -
(T*T*T*)/38710000
RAMC = GRAMC - WestLongitude or
RAMC = GRAMC + EastLongitude
(Sidereal Time = RAMC/15)
===============================
Now you have all the elements
Latitude, RAMC, Obliquity
This is Rising Function formula according to Axel Harvey (thanx, Axel)
R = ATN (COS x / -g) + h
where
g = TAN y SIN z + SIN x COS z
h = 180 if -g <0 else h = 0
For the angles, substitute values from below
=============================
Midheaven
x = RAMC - 90
y = 0
z = OB
=======================
Ascendant
x = RAMC
y = Latitude
z = OB
================
Vertex
x = RAMC + 180
y = 90 - Latitude
z = OB
==================
East Point or Equatorial Ascendant
x = RAMC
y = 0
z = OB
================
For some houses
================
Regiomontanus
z = OB
A = ATN ( ˝ TAN Lat)
B = ATN ((SQRT 3/2) TAN Lat)
For Regiomontanus Cusp...
XI.... use x = RAMC - 60 | y = A
XII... use x = RAMC - 30 | y = B
II.... use x = RAMC + 30 | y = B
III... use x = RAMC + 60 | y = A
================================
Topocentric
z = OB
A = ATN ( 1/3 TAN Lat)
B = ATN ( 2/3 TAN Lat)
For Topocentric Cusp...
XI.... use x = RAMC - 60 | y = A
XII... use x = RAMC - 30 | y = B
II.... use x = RAMC + 30 | y = B
III... use x = RAMC + 60 | y = A
================================
KOCH
z = OB
y = Latitude
A = ArcSine (Sine RAMC * TAN Lat * TAN OB)
For KOCH Cusp...
XI.... use x = RAMC - 2A/3 - 60
XII... use x = RAMC - A/3 - 30
II.... use x = RAMC + A/3 + 30
III... use x = RAMC + 2A/3 + 60
================================
Meridian
z = OB
y = 0
For Meridian Cusp...
XI.... use x = RAMC - 60
XII... use x = RAMC - 30
EA.... use x = RAMC
II.... use x = RAMC + 30
III... use x = RAMC + 60
================================
Do your results agree to a calculated chart?
If so, then good.
This is much harder.
Placidus cusps are a recursive method; not a direct calculation like the
others.
B = 2/3 ArcSine (TAN d * TAN Lat)
where d is found by the following...
XI.... p = 30 | q = 1/3
XII... p = 60 | q = 2/3
II.... p = 120 | q = 2/3
III... p = 150 | q = 1/3
Solve recusively for X(1)...
X(1) = p + q ArcSine (TAN X(0) * TAN Lat * TAN Obl)
with each result being substituted for X(0)
It will save a step to begin with X(0) = RAMC + p
++++++++++++++++++++++++++++++
Example:
X(1) = p + q ArcSine (TAN X(0) * TAN Lat * TAN Obl)
X(2) = p + q ArcSine (TAN X(1) * TAN Lat * TAN Obl)
X(3) = p + q ArcSine (TAN X(2) * TAN Lat * TAN Obl)
X(4) = p + q ArcSine (TAN X(3) * TAN Lat * TAN Obl)
X(5) = p + q ArcSine (TAN X(4) * TAN Lat * TAN Obl)
X(6) = p + q ArcSine (TAN X(5) * TAN Lat * TAN Obl)
X(7) = p + q ArcSine (TAN X(6) * TAN Lat * TAN Obl)
X(8) = p + q ArcSine (TAN X(7) * TAN Lat * TAN Obl)
X(9) = p + q ArcSine (TAN X(8) * TAN Lat * TAN Obl)
etc., etc. until both sides of the equation are equal.
++++++++++++++++++++++++++
In other words,
X(0) = RAMC + p
DO
X(0) = INT (X(0) * 100000) 'round it off to any value you wish
X(0) = X(0)/100000
X(1) = X(0)
X(0) = p + q ArcSine (TAN X(1) * TAN Lat * TAN Obl)
UNTIL X(1) = X(0)
====================
Once you get A = B, which is the right ascension of the cusp,
Solve for the declination of the cusp:
Dec = ATAN (SIN A * TAN Obl)
Then use the Rising Function Formula with
X = A
Y = Dec
Z = Obl
Subtract 90 from the result for each house cusp.
 
1
  • Post #8,289
  • Quote
  • May 23, 2017 2:51am May 23, 2017 2:51am
  •  F.g
  • Joined Aug 2016 | Status: Member | 6,617 Posts
23/5 17 Tue. 3:00 Moon conj. Ouranus
 
 
  • Post #8,290
  • Quote
  • Edited 4:59am May 23, 2017 4:35am | Edited 4:59am
  •  PipSharer
  • | Joined Oct 2009 | Status: Member | 50 Posts
Quoting JR97
Disliked
I can't find my asc/desc writeup, but I found something I totally forgot that I used to do that used the asc/mc with sq9 for intraday. (I think I mentioned in a previous post that I've probably forgotten more stuff than all of the stuff I've posted/shared combined.) This method was with Ganzilla using the Ephem intraday. Set it with a square of nine and use the thing as a 24 hr clock instead of yearly eph. The images should be self explanatory. Euro example plotting price: {image} {image} For time, you plot the asc/mc in Ganzilla and then advance...
Ignored
Your Ganzilla looks pretty similar to the v8.9 current version I have. It seems that the 8.1 pro version floating about is the one that Norton is determined to kill. The main think lacking with Gannzilla I suppose is that you can't have a Natal and Progressed ephemeris on the same wheel.

BTW what astro software do you use nowadays?

This sort of astro work is a great approach. The problem seems to be getting consistent, efffective indicator groups to apply it quickly for short term intraday trade. Asc, Desc, Midheaven aspects are a potentially exciting addition to a trading strategy.
 
 
  • Post #8,291
  • Quote
  • Edited 4:50am May 23, 2017 4:38am | Edited 4:50am
  •  PipSharer
  • | Joined Oct 2009 | Status: Member | 50 Posts
Quoting paulselvan
Disliked
{quote} piptakers, ha you too ! ---------------------- In attached pg only swe_calc() and swe_houses() are called. ---------------------------- swe_calc() and Zet locate planets in same way ...that proofs it is working perfectly. --------------------------------- But for swe_houses() that's a different matter. There are 4244' error interval for Asc ---------------------- I'm asking if swe_houses() is the right one or if erorr comes from its input or output datas I suppose ascmc[SE_ASC] is in decimal degree,dont I? {file}
Ignored
I can't get it to appear on my MT4. Nor can I get to the settings part before that.

Sadly MT4 seems to be getting ever more problematic. Once way ahead of its time, MT4 can be a complete pain in the neck these days. My PlanetLines indicator died a while back (which ok, was a bit clunky and not used for actual trading). Yesterday the same happened with AstroIndicator4. I replaced that with Astro Indic Chi and the new ones posted here. Numerous other astro indicators just don't appear full stop.

I've gone through the include and libraries checks numerous times. Anyone have any ideas?
 
 
  • Post #8,292
  • Quote
  • Edited 9:39am May 23, 2017 5:57am | Edited 9:39am
  •  paulselvan
  • Joined Jul 2013 | Status: Member | 318 Posts
Quoting paulselvan
Disliked
{quote} piptakers, ha you too ! ---------------------- In attached pg only swe_calc() and swe_houses() are called. ---------------------------- swe_calc() and Zet locate planets in same way ...that proofs it is working perfectly. --------------------------------- But for swe_houses() that's a different matter. There are 4244' error interval for Asc ---------------------- I'm asking if swe_houses() is the right one or if erorr comes from its input or output datas I suppose ascmc[SE_ASC] is in decimal degree,dont I? {file}
Ignored
Pb quoted at post #8281 is resolved :

Now eqt_2_od_v3.mq4 Asc, & Mc outputs also fit with ZET ones.
Attached File(s)
File Type: mq4 eqt_2_zod_v3.mq4   9 KB | 373 downloads
 
3
  • Post #8,293
  • Quote
  • May 23, 2017 5:58am May 23, 2017 5:58am
  •  F.g
  • Joined Aug 2016 | Status: Member | 6,617 Posts
Another grand trine in effect today...
Moon tr. Sat. 2:16
Moon trine M. Node 6:25

combined wit the Moon conj. Ouranus 3:00 and Vertex in 2:50 we got a formidable low in E. and BP

Let s see how long it will last. . .

 
 
  • Post #8,294
  • Quote
  • Edited 6:24am May 23, 2017 6:07am | Edited 6:24am
  •  paulselvan
  • Joined Jul 2013 | Status: Member | 318 Posts
Quoting PipSharer
Disliked
{quote} I can't get it to appear on my MT4.
Ignored
You need 3 files in 3 different directories :
...\MQL4\Include\astro_swiss.mq4
...\MQL4\Libraries\swedll32.dll
...\MQL4\indicators\eqt_2_zod_v3.mq4

Note: Dont choose files instalation via Windows Explorer :
Here are right procedures :
1>Copy file you want to install in MT4
2> Open Mt4 plateform
3> Go to File>Open Data folder
3> Paste file in wanted directory.
4> Close and restart MT4
5> The file is ready to use
 
 
  • Post #8,295
  • Quote
  • May 23, 2017 7:01am May 23, 2017 7:01am
  •  PipSharer
  • | Joined Oct 2009 | Status: Member | 50 Posts
Quoting paulselvan
Disliked
{quote} You need 3 files in 3 different directories : ...\MQL4\Include\astro_swiss.mq4 ...\MQL4\Libraries\swedll32.dll ...\MQL4\indicators\eqt_2_zod_v3.mq4 Note: Dont choose files instalation via Windows Explorer : Here are right procedures : 1>Copy file you want to install in MT4 2> Open Mt4 plateform 3> Go to File>Open Data folder 3> Paste file in wanted directory. 4> Close and restart MT4 5> The file is ready to use
Ignored
Many thanks. I tried those steps, swapping files over. The Swedll was larger than the one I had.
It did let me put AstroIndic4 on my chart(which I couldn't before), but I couldn't get it to plot anything.

However, I couldn't get your eqt_2_zod_v3.mq4 indicator to attach to a chart. And it shows 5 errors on compiling.

I'm on FXCM build 1090. I think for some things Swedll32 and Swedll64 are an issue.
But I wonder what it could be here?
 
 
  • Post #8,296
  • Quote
  • May 23, 2017 8:25am May 23, 2017 8:25am
  •  santoso_am
  • | Joined Sep 2010 | Status: Member | 76 Posts
Quoting PipSharer
Disliked
I think for some things Swedll32 and Swedll64 are an issue. But I wonder what it could be here?
Ignored
Swedll64.dll works only for mt5 ( not mql5 )
Swedll32.dll works both mt4&mt5 ( read from mql forum)
Next depend on the OS u use ( I still using xp 32bit )
https://support.microsoft.com/en-us/...error-messages

I post swedll64.dll , hope mt5 user/coder can develop indi. For preparation, if we have to migrate from mt4 to mt5..
 
1
  • Post #8,297
  • Quote
  • May 23, 2017 9:52am May 23, 2017 9:52am
  •  paulselvan
  • Joined Jul 2013 | Status: Member | 318 Posts
Quoting PipSharer
Disliked
{quote} And it shows 5 errors on compiling.
Ignored
Can u post screenshot of compiling errors
 
 
  • Post #8,298
  • Quote
  • May 23, 2017 2:10pm May 23, 2017 2:10pm
  •  PipSharer
  • | Joined Oct 2009 | Status: Member | 50 Posts
Quoting santoso_am
Disliked
{quote} Swedll64.dll works only for mt5 ( not mql5 ) Swedll32.dll works both mt4&mt5 ( read from mql forum) Next depend on the OS u use ( I still using xp 32bit ) https://support.microsoft.com/en-us/...error-messages I post swedll64.dll , hope mt5 user/coder can develop indi. For preparation, if we have to migrate from mt4 to mt5..
Ignored
Hi. Thanks for your info. I read up on this... and was a bit lost haha! So I think I might try the other methods first. For instance, running it in 32bit format, as I understand is possible.


Whats also puzzling is that other astro indicators work.

Quoting paulselvan
Disliked
{quote} Can u post screenshot of compiling errors
Ignored
Hi, here's what I got after I followed the steps. Strange eh...? :-/
Attached Image (click to enlarge)
Click to Enlarge

Name: eqt_2_zod_v3.mq4 errors.JPG
Size: 58 KB
 
 
  • Post #8,299
  • Quote
  • May 23, 2017 2:26pm May 23, 2017 2:26pm
  •  paulselvan
  • Joined Jul 2013 | Status: Member | 318 Posts
@PipSharer
ypur version of astro_swiss should be modified
replace it by this
Attached File(s)
File Type: mq4 astro_swiss.mq4   9 KB | 421 downloads
 
 
  • Post #8,300
  • Quote
  • May 23, 2017 2:57pm May 23, 2017 2:57pm
  •  PipSharer
  • | Joined Oct 2009 | Status: Member | 50 Posts
Quoting paulselvan
Disliked
@PipSharer ypur version of astro_swiss should be modified replace it by this {file}
Ignored
OK many thanks paul. Will try that.
I did swap those over I thought tho'..
 
 
  • Interactive Trading
  • /
  • Planetary Cycles Trading (EUR/USD)
  • Reply to Thread
    • 1 413414Page 415416417 663
    • 1 Page 415 663
4 traders viewing now
  • More
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023