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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Printable Version

Similar Threads

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

Planetary / Astrology indicators 3 replies

Forecast Forex using Numeric Cycles and Astrology Cycles 32 replies

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

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

  • Interactive Trading
  • /
  • Reply to Thread
  • Subscribe

Planetary Cycles Trading (EUR/USD)

  • Last Post
  •  
  • 1 533534Page 535536537 605
  • 1 Page 535 605
  •  
  • Post #10,681
  • Quote
  • Oct 7, 2019 3:49pm Oct 7, 2019 3:49pm
  •  Suryananda
  • Joined Nov 2010 | Status: Member | 623 Posts
[quote = Almondeyed; 12545347] {quote} ¿Cuándo comienza la fase de prueba en su entrada de datos NN? [/ quote]

The number axis is the days of the year.
1 = 01 / Jan / 2019.

.
  • Post #10,682
  • Quote
  • Oct 7, 2019 4:05pm Oct 7, 2019 4:05pm
  •  Almondeyed
  • Joined Apr 2012 | Status: ipsa scientia potestas est | 682 Posts
Quoting Suryananda
Disliked
[quote = Almondeyed; 12545347] {quote} ¿Cuándo comienza la fase de prueba en su entrada de datos NN? [/ quote] The number axis is the days of the year. 1 = 01 / Jan / 2019. .
Ignored
I mean, if you use Neural Network, it divides data in three parts.

Attached Image (click to enlarge)
Click to Enlarge

Name: 1_Nv2NNALuokZEcV6hYEHdGA.png
Size: 7 KB


Backtest results are not meaningful unless they show the results for "test phase"
  • Post #10,683
  • Quote
  • Oct 8, 2019 6:19am Oct 8, 2019 6:19am
  •  Suryananda
  • Joined Nov 2010 | Status: Member | 623 Posts
Quoting Almondeyed
Disliked
{quote} I mean, if you use Neural Network, it divides data in three parts. {image} Backtest results are not meaningful unless they show the results for "test phase"
Ignored

Statistical results from 1900 to 2015.
EV 1.88
Trial period
2016 to 2019
EV 2.24
It is the same as Profit factor 2.24.
The forecasted trend should look much better on the graph.
Regards.
  • Post #10,684
  • Quote
  • Oct 8, 2019 6:28am Oct 8, 2019 6:28am
  •  Suryananda
  • Joined Nov 2010 | Status: Member | 623 Posts
Quoting Sixer
Disliked
Here is the October outlook for the S&P 500 by using the 18.6 year Lunar Node cycle. Sixer Edit: Based on the Medium Term Delta count (red), the outlook is not correct - the S&P will rise until the end of October. {image} {image}
Ignored
Many of the apparent planetary effects on the market trend are actually overlapping random cycles with astronomical cycles.
The difficulty lies in distinguishing what is random and what is not.
.
  • Post #10,685
  • Quote
  • Oct 8, 2019 6:47am Oct 8, 2019 6:47am
  •  parisboy
  • Joined Oct 2017 | Status: Member | 5,046 Posts
Quoting Suryananda
Disliked
{quote} Many of the apparent planetary effects on the market trend are actually overlapping random cycles with astronomical cycles. The difficulty lies in distinguishing what is random and what is not. .
Ignored
you are a true genius !
  • Post #10,686
  • Quote
  • Oct 8, 2019 8:39am Oct 8, 2019 8:39am
  •  Almondeyed
  • Joined Apr 2012 | Status: ipsa scientia potestas est | 682 Posts
Quoting Suryananda
Disliked
{quote} Statistical results from 1900 to 2015. EV 1.88 Trial period 2016 to 2019 EV 2.24 It is the same as Profit factor 2.24. The forecasted trend should look much better on the graph. Regards.
Ignored

Thank you. Results looks fine.
  • Post #10,687
  • Quote
  • Oct 8, 2019 1:50pm Oct 8, 2019 1:50pm
  •  Suryananda
  • Joined Nov 2010 | Status: Member | 623 Posts
Regarding csv to hst conversion---I have a script which promises to do the job (attached). But there is a problem. When you open the script in meta editor you have

string csv_filename = "USDCHF1440.csv"; string hst_filename = "TEST.hst"; int i_period = 1440; int i_digits = 4; string c_symbol = "USDCHF";

It works only with USDCHF1440
Supposing I want it to work with a random historical data in csv format with astronomical dates in TABLE.csv
What changes to the coding must I make?
Any suggestions?

Attached File
File Type: csv TABLE.csv   158 KB | 92 downloads
.
Attached File
File Type: mq4 csv_to_hst.mq4   3 KB | 95 downloads
1
  • Post #10,688
  • Quote
  • Oct 8, 2019 5:18pm Oct 8, 2019 5:18pm
  •  Suryananda
  • Joined Nov 2010 | Status: Member | 623 Posts
This week is working fine.
I think these are the next foreseeable turns with transits on the DJIA radix.
We need to program the indicators.

Attached Image (click to enlarge)
Click to Enlarge

Name: 2019-10-08 21_16_11-Window.png
Size: 127 KB

.
  • Post #10,689
  • Quote
  • Oct 10, 2019 1:28pm Oct 10, 2019 1:28pm
  •  santoso_am
  • | Joined Sep 2010 | Status: Member | 76 Posts
Quoting Suryananda
Disliked
Regarding csv to hst conversion---I have a script which promises to do the job (attached). But there is a problem. When you open the script in meta editor you have string csv_filename = "USDCHF1440.csv"; string hst_filename = "TEST.hst"; int i_period = 1440; int i_digits = 4; string c_symbol = "USDCHF"; It works only with USDCHF1440 Supposing I want it to work with a random historical data in csv format with astronomical dates in TABLE.csv What changes to the coding must I make? Any suggestions? {file}. {file}
Ignored
temporary you can add input or extern. example:

input string csv_filename = "USDCHF1440.csv";
input string hst_filename = "TEST.hst";
input int i_period = 1440;
input int i_digits = 4;
input string c_symbol = "USDCHF";

For complex coding, u may try
Digit -> MarketInfo(Symbol(), MODE_DIGITS)
Current Chart Period -> Period()
Current Chart Symbol -> Symbol()
string csv_file = StringConcatenate(Symbol(),Period(),".csv")

Hope this can help, hope coding still same
1
  • Post #10,690
  • Quote
  • Edited at 2:28pm Oct 10, 2019 2:18pm | Edited at 2:28pm
  •  santoso_am
  • | Joined Sep 2010 | Status: Member | 76 Posts
Quoting Suryananda
Disliked
This week is working fine. I think these are the next foreseeable turns with transits on the DJIA radix. We need to program the indicators. {image} .
Ignored
at mt4 Properties - check Show Object Properties
For vertical line description , try ObjectSetText() & OBJPROP_BACK

Note :
i don't recognize Mercha Increa Comm P.F

Question :
1. transit on DJIA Radix. do you mean transit and DJIA Natal 26 may 1896 ? and about time hour minute sec ?
2. How u produce astro event ?
  • Post #10,691
  • Quote
  • Oct 10, 2019 2:29pm Oct 10, 2019 2:29pm
  •  mariaartenia
  • | Joined Oct 2019 | Status: Member | 15 Posts
the writer in this thread is insanely smart. Suryananda, parisboy, jnevins. I'd like to thank you guys letting me to learn from you.
1
  • Post #10,692
  • Quote
  • Oct 10, 2019 2:50pm Oct 10, 2019 2:50pm
  •  Suryananda
  • Joined Nov 2010 | Status: Member | 623 Posts
Quoting mariaartenia
Disliked
the writer in this thread is insanely smart. Suryananda, parisboy, jnevins. I'd like to thank you guys letting me to learn from you.
Ignored
This does not always work well. Although it takes a few weeks that it works.
Do not believe much in what they tell you. Only half of what you read.
There are no secrets. I just work hard.
You first create a system based on indicators. Then apply astronomical cycles. You have to study astronomy and a bit of astrology.
Do not do anything without having tested the historical price.
You will easily find a profit factor greater than 2.
It's easy if you feel like working hard enough.
Luck.
  • Post #10,693
  • Quote
  • Oct 10, 2019 3:12pm Oct 10, 2019 3:12pm
  •  Suryananda
  • Joined Nov 2010 | Status: Member | 623 Posts
Quoting santoso_am
Disliked
{quote} at mt4 Properties - check Show Object Properties For vertical line description , try ObjectSetText() & OBJPROP_BACK Note : i don't recognize Mercha Increa Comm P.F Question : 1. transit on DJIA Radix. do you mean transit and DJIA Natal 26 may 1896 ? and about time hour minute sec ? 2. How u produce astro event ?
Ignored
My English is from Google. I can't explain astrology here.
Transits on the radix are the physical planets on the position they occupy in the birth chart of the DJIA.
The birth chart of DJIA, May 26, 1896 14:00 GMT.
NY 40ºN42´51 "G 074ºW00´23"
The few signals I uploaded have worked well.
I can upload transits on the DJIA radix to the forum. If I can fix the indicators.
.
  • Post #10,694
  • Quote
  • Edited at 3:56pm Oct 10, 2019 3:43pm | Edited at 3:56pm
  •  Suryananda
  • Joined Nov 2010 | Status: Member | 623 Posts
Quoting santoso_am
Disliked
{quote} temporary you can add input or extern. example: input string csv_filename = "USDCHF1440.csv"; input string hst_filename = "TEST.hst"; input int i_period = 1440; input int i_digits = 4; input string c_symbol = "USDCHF"; For complex coding, u may try Digit -> MarketInfo(Symbol(), MODE_DIGITS) Current Chart Period -> Period() Current Chart Symbol -> Symbol() string csv_file = StringConcatenate(Symbol(),Period(),".csv") Hope this can help, hope coding still same
Ignored
Thank you. I'm going to try to fix them.
I upload an indicator that should mark vertical lines reading in the .csv file. The indicator has two errors because it is outdated. If someone fixes it, I will appreciate it.

Attached File
File Type: mq4 MoonPhases.mq4   8 KB | 166 downloads



I also upload the csv table of transits on the radix and the EA to read the csv.

Attached File
File Type: mq4 readcsv.mq4   1 KB | 106 downloads

Attached File
File Type: ex4 readcsv.ex4   8 KB | 77 downloads


Important: GMT 00:00; NY -04:00
CSV to EA > Files.
Attached File
File Type: csv mydata.csv   10 KB | 95 downloads

.
  • Post #10,695
  • Quote
  • Oct 11, 2019 4:29pm Oct 11, 2019 4:29pm
  •  Suryananda
  • Joined Nov 2010 | Status: Member | 623 Posts
Quoting Suryananda
Disliked
Prediction for next week. DJIA 07/sep/2019 to 12/sep/2019. {image} .
Ignored
On 10/05/2019 we had made a prediction. This week he has behaved well.

Attached Image

.
1
  • Post #10,696
  • Quote
  • Oct 12, 2019 2:19pm Oct 12, 2019 2:19pm
  •  Suryananda
  • Joined Nov 2010 | Status: Member | 623 Posts
Prediction for next week.
It is necessary to use the prediction with some trend indicator to avoid periods of exaggerated losses.

DJIA, 14-oct-2019 to 18-oct-2019.
Attached Image (click to enlarge)
Click to Enlarge

Name: DJIA1.png
Size: 22 KB



.
1
  • Post #10,697
  • Quote
  • Oct 13, 2019 2:07pm Oct 13, 2019 2:07pm
  •  Ilovepippin
  • Joined May 2008 | Status: Gannalist | 1,139 Posts
Quoting Ilovepippin
Disliked
Correction!! This is a EURUSD topic, but ill be honest, Euro and myself don't vibrate very well together. So, instead Ill post what I think could be an opportunity in the Yen crosses and this one is specific to the EURJPY. I expect this pair to soon make a correction and fall back to the 1x1 line. If it breaks, and closed below, don't buy. But if it holds it should continue the upwards trend for a few months. EURJPY091119.JPG;3437116 {image}
Ignored
This was my forecast last month.

This is what happened:
The move was indeed initially down, but a little longer that expected.
We will see another downturn and eventually a larger move up.
Attached Image (click to enlarge)
Click to Enlarge

Name: EURJPY101119.jpg
Size: 178 KB
1
  • Post #10,698
  • Quote
  • Oct 13, 2019 6:09pm Oct 13, 2019 6:09pm
  •  Romeites
  • | Joined Jun 2017 | Status: Member | 22 Posts
Hello. Can someone explain to me how to trade this system or idea or strategy here? I just scrolled and scrolled and I found about geography method. Can someone explain more? Or which post do I have to read to learn this method to trade. Please don’t make a fun of me I just wanna learn here
  • Post #10,699
  • Quote
  • Oct 14, 2019 1:47pm Oct 14, 2019 1:47pm
  •  Suryananda
  • Joined Nov 2010 | Status: Member | 623 Posts
Neuronal EA:
https://www.mql5.com/es/articles/252
.
1
  • Post #10,700
  • Quote
  • Oct 14, 2019 10:40pm Oct 14, 2019 10:40pm
  •  jnevins
  • Joined Feb 2007 | Status: Member | 2,098 Posts
Back from a trip and now able to post my recap.... Please refer to post 10,675, Oct. 5th for outlook...
Attached Image (click to enlarge)
Click to Enlarge

Name: Capture.PNG
Size: 38 KB
1
  • Interactive Trading
  • /
  • Planetary Cycles Trading (EUR/USD)
  • Reply to Thread
    • 1 533534Page 535536537 605
    • 1 Page 535 605
1 member viewing:
wudenggan
  • 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 / ©2021