Discussion of article "Trading signals module using the system by Bill Williams" - page 2

 
Ivan Vagin:

When restarting the terminal, a new panel is overlaid on top of the old one, and the old one is inactive

And when exiting the terminal, there is an obvious pause, which is incomprehensible.

I have not seen this before. You need a more detailed description.
[Deleted]  
Nikolay Churbanov:
I've never seen this before. I need a more detailed description.

Installed the Expert Advisor on the chart

Closed the terminal

Opened the terminal

Moved the panel with the mouse

Under it is the old panel (inactive)

-----------

The Expert Advisor was created by compiling the source code.

 
Ivan Vagin:

Installed the Expert Advisor on the chart

Closed the terminal

Opened the terminal

Moved the panel with the mouse

Under it is the old panel (inactive)

-----------

I created the Expert Advisor by compiling the source code.

It does not play. Which advisor was used?
 
Great article and very informative...
 
Isn't this system the same as chaos trading? Just asking.. :)
 

Hello, Nikolai!

I like your Expert Advisor very much.

But when I tried to create an Expert Advisor as described in the article, the editor gave an error referring to the signal file,

and I would like to run it in combination with other signals, using the MQL5 Wizard.

 
Has anyone tried it in real life?
 
Very good article, I learned much from this paper.
Thank you very much..
 

This is one of the best to learn form.

Thanks Master,  Nikolay Churbanov


If you get an error when compiling.


go to:

SignalBillWilliams.mqh

comments out line# 96 then

at line # 134

Change 

return INIT_FAILED;

To

return false;
 

Thanks Nicolay, this article is very helpful.

I'm using Metatrader 4 trading platform which doesn't seem to allow MetaEditor 5

Is there a way that I can get the Trading Signals Module to run on MetaTrader4?