iTrend_new - indicator for MetaTrader 4
iTrend_new is base on iTrend Indicator by MetaQuotes Software Corp. Update and modify by Roberto Jacobs 3rjfx @ 2019/03/18, for MT4 with Signal and Alert and options to display signal on the chart.
This is a discussion on Brainwashing Trading System within the Trading Systems forums, part of the Trading Forum category; iTrend_new - indicator for MetaTrader 4 iTrend_new is base on iTrend Indicator by MetaQuotes Software Corp. Update and modify by ...
iTrend_new - indicator for MetaTrader 4
iTrend_new is base on iTrend Indicator by MetaQuotes Software Corp. Update and modify by Roberto Jacobs 3rjfx @ 2019/03/18, for MT4 with Signal and Alert and options to display signal on the chart.
I am not sure whether anybody is still reading this. I try to use the PCSv9 in my EA, but fail to retrieve the signal, i.e. the "dot" in the chart. This is the code I use to retrieve the signal from PCSv9:
ArrayInitialize(UpSignal,EMPTY_VALUE);
ArrayInitialize(DnSignal,EMPTY_VALUE);
********************
CopyBuffer(PCS,1,0,2,UpSignal)<=0 ||
CopyBuffer(PCS,4,0,2,DnSignal)<=0 ||
and this is the code to create the signal in my EA:
bool PCS_BuySignal()
{
return(UpSignal[0] && UpSignal[0] !=EMPTY_VALUE) ? true:false;
}
Is there something obviously wrong??
Thanks in advance for any hints.
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
German exports rebounded at a stronger-than-expected pace in February, data from Destatis showed on Monday. Exports grew 6.4 percent on a monthly basis, reversing a 3.0 percent fall in January. Shipments were forecast to climb 1.5 percent.
more...
Total nonfarm payroll employment increased by 428,000 in April, and the unemployment rate was unchanged at 3.6 percent, the U.S. Bureau of Labor Statistics reported today. Job growth was widespread, led by gains in leisure and hospitality, in manufacturing, and in transportation and warehousing.
more...
A report released by the National Association of Realtors on Thursday showed pending home sales in the U.S. plummeted by much more than expected in the month of April. NAR said its pending home sales plunged by 3.9 percent to 99.3 in April after tumbling by 1.6 percent to a revised 103.3 in March.
more...
more...Opting for MQL5's matrix and vector capabilities over alternatives like ONNX and Python has considerable benefits. Using an ONNX model would require separate model instances for each trading symbol and new models for any minor parameter changes, such as time frame adjustments. MQL5, however, offers adaptability without the need to manage numerous models for varying conditions.
Bookmarks