Hi Nikolay,
I made some improvement to the jfatl indicator trading signals. Send me an email and I will send you back the chart to show it.
Regards,
Ari
So, I was looking for an example of how to use customised turkeys in the signals class. I found examples, thank you for that.
However, on closer examination it turned out that the methods CJFatlSignal::ValidationSettings and CJFatlSignal::InitIndicators do not call the corresponding virtual methods of the parent class!!!!! What does this lead to? Failure to set the initialisation stage flag and, as a consequence, failure to create timeseries buffers. Do the writers do not read the library sources at all? The signal does not require time-series in its work. Elsewhere it won't.
How such an epic failure passed the check and was published is a mystery.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Trading signals module based on ColorJFatl indicator:
Trading signals module for MQL5 Wizard. The moment, when ColorJFatl indicator changes its color, indicates the time for market entry.
The signal is formed when a bar is closing. Place ColorJFatl.ex5 compiled file to the terminal_data_folder\MQL5\Indicators.
Creation of a trading robot based on this trading signals module has nothing special in it. It has been described in details in the article "MQL5 Wizard for Dummies". The general idea of creating a trading signals module has been described in the article "Simple Trading Systems Using Semaphore Indicators".
Author: Nikolay Kositsin