Attachments forums

List of attachments posted on this forum.


All files on forums: 135976

Re: МТ4 Trading Systems: DARK ENERGY FOREX SYSTEM

friend4you, Thu Sep 12, 2019 2:34 am

RplusT wrote: Wed Sep 11, 2019 7:48 pm Nothng special. The 100 Pips Momentum is just a HULL MA (dotted Line). PM me if you want to buy that........just kidding.


Hull.JPG
When I say it's a calculation of linear wma, it is and I believe moderator mntiwana. Lines are not completely overlapping, so no hull. I talked about whole system with 2 good sideways filter. I posted mladens mod and the complete system. It can be found on several pages and is not a paid one for years.

Code: Select all

   for (int i = limit; i >=0; i--) {
      Buffer2[i] = 2.0 * iMA(NULL, 0, (int)MathFloor(MA_Period / 2), 0, MODE_LWMA, Applied_price, i) - iMA(NULL, 0, MA_Period, 0, MODE_LWMA, Applied_price, i);
      Buffer1[i] = iMAOnArray(Buffer2, 0, (int)MathFloor(MathSqrt(MA_Period)), 0, MODE_LWMA, i);
   }
      
All files in topic