My trash bin
-
I played with objects today, and made some EA using regression channels.
Its a huge mess. But there is something I like about this monster.
Its not optimized in any way, but I thought why not share this, maybe it inspires someone.
The project is so huge the browser builder doesn't seem to load it, so here's the .mq5 (compile it in your metaeditor)
This works (least horribly) on EURUSD, M30. You can use open price -only testing, I designed that way.
0_1524336136732_LINEAR2.mq5
0_1524347440090_LINEAR2.1.mq5Part 2: Here's a simple project that "remembers" recent highs and lows, using slow macd. Next I'm going to implement the regression channel to this
https://fxdreema.com/shared/BhZLMirre -
Monster keeps on growing...
I got frustrated on working with the standard regression object, so made the regression calculations manually. I should make a guided tutorial on that...It draws decent regression channels now, next step is to utilize them better for trading. Now it just uses Stochastics cross, condition being the price is near regression line (and regression is accurate).
0_1524930347211_LINEAR3.4.mq5
13000 lines of code - my laptop processor hates me. -
It's not because of the size. There is an error in the update script and I need to check why it happens. I guess that you made this on the desktop version where the project's format is... old. The web version tries to update each project to the newest format, but at some point it fails.
Edit: I found the problem, I had some undefined variable in JS code
By he way 218 blocks is not huge, I know projects with thousands of blocks 
-
Youre right.
Block amount itself is not that huge, but the mess is
I will need to do some serious grouping and organizing if I am to keep improving this.. Its hard to remember how each block contributes - I can't imagine how the guy with a thousand blocks can keep track what is happening
-
@roar I keep wishing there was an unobtrusive way to attach notes to fxD projects at various places.
-
@richard96816 Yeah, one way is to create an area and just write on the description box. I don't use it that much
-
@fxdreema CIAO RAGAZZI...
VORREI COSTRUIRE UN SISTEMA MARTINGALA CHE CHIUDA TUTTI GLI ORDINI RAGGIUNTO UN PICCOLO PROFITTO.
QUALCUNO LO SA FARE?
GRAZIE...
-
@daniele-0 Your query will be better received if you create a new topic.
Starting a new topic in the middle of a discussion of something else is confusing and messy.
Good luck.
-
@roar hello I couldn't get this awesome monster to work, the ea is working but not trading(ea 3.4)...I need your help on the matter