THE IDEA EXCHANGE - page 30

 
DJSVARNOIY писал(а) >>
Here is some rubbish (The envelope paradox kills the natural symmetry of the case) written by http://www.membrana.ru/articles/simply/2009/08/19/174500.html, if someone understands it, maybe a good advisor will write it. And here it is discussed http://forum.membrana.ru/forum/articles.html?parent=1056772068&page=0

There is a trivial substitution of concepts.

There is no paradox.

 
Maybe, I won't argue, I'm not a mathematician or a philosopher.
 
Gentlemen, we have long been distracted by ideas. Let's get this right. What do you have to say on the subject? The trailer's got everything laid out. The idea is that when all the indices show one direction - we open. I tried to trade by hand - I cannot stay near the monitor and wait for so long for ALL signals to appear. But when I managed to do it, and it was not too late, I was always profitable. When I realized that manual work is not suitable for me here, I started to develop an Expert Advisor on this system... When I started to develop it, I realized that, for me, who is almost a dummie in programming, it would take a long time... Well... We're working on it... Take a look, maybe someone will be interested...
Files:
 
Skydiver:
We are going off topic here. Does anyone have any ideas for a zigzag? would be very interesting to hear.

does the zig-khile redraw many times? how does it do this can be seen, for example, on this indicator https://forum.mql4.com/ru/32255#360882


Take a look at the indicator zz.mq4 - it is very beautifully re-drawn. I have an idea to make
an Expert Advisor by price crossing

The ZZ is the sector in which the ZZ is redrawn, and this sector narrows over time.
 
I have such a huge request... I think everyone needs this!!! I need a script that allows me to apply objects (trending fibo-grid, etc...) from the older to the lower TF of the analyzed currency pair. Let me explain: we select GBP/USD of TF W1, draw a trend line (for example, the green one) from the upper point to the lower one, or stretch the fibo-grid... Question: How to make these objects build automatically on D1 H4 H1 M30 M15 M5 and M1 respectively ? A condition that TFs are opened in different windows. I.e. I drew an object in the window of W1 chart, it automatically appeared on the same (green) price levels and in other windows of TFs below!
 
dvan:
Select GBP/USD TF W1, draw a trend line (e.g. green line) from the top to the bottom or stretch the fibo grid... Question: How to make these objects build automatically on D1 H4 H1 M30 M15 M5 and M1 respectively ? A condition that TFs are opened in different windows. I.e. I drew an object in the window of W1 chart, it automatically appeared on the same (green) price levels and in other windows of TFs below!

Look in the codebase in the scripts section. this has already been done.

https://www.mql5.com/ru/code/9489

https://www.mql5.com/ru/code/9507

https://www.mql5.com/ru/code/9059

 

Good afternoon...

Excuse me (possibly distracting). Can you advise... Is there a script on the forum that draws trend lines - similar to "MT4charting tools ". Suppose I place this script on the chart of any TF (it would be desirable to place it on several TFs at the same time) and the script allows defining line width and colour? Thus, we should attach the line of a certain size and colour to TF of the chart...

Sincerely.

 

2 Dvan fibo indica



 
poruchik:

2 Dvan fibo indica


It's very complicated... Do you know how to simply set the colour and thickness of the line, so you do not have to switch the thickness and colour of the line in different TFs? So I have to assign each TF its own line thickness and colour?


 
. Do you know how to simply set the colour and thickness of the line, so that you don't have to switch the thickness and colour of the lines in different TFs all the time? Is it possible to assign a different line thickness and colour to each TF?