MAMAXX_NK.mq4 , MAMA1_NK.mq4 and PriceSeries.mqh

hayseed

Master Trader
Jul 27, 2010
1,046
262
149
usa
while working on the scanner and trend filter threads, i tried Nikolay Kositsin's 2006 mq4 version of John Ehlers's MAMA indicator.....

nikolay's two indicators below both require his include priceseries.mqh ...... the priceseries is an include so it goes in your include folder......

code from that far back is often subject to the metatrader code structure changes......

below is the updated version of nikolay's priceseries..... it will allow both his mamaxx_nk and mama1 indicators to compile with any platform.....

the priceseries include is packaged into the ex file along with the indicator code..... so if it does not pass new code specs, the indicators themselves will not compile.....

below is the code..... and don't forget, priceseries goes in the include folder..... h
//-----
 

Attachments

  • MAMA1_NK.ex4
    28.6 KB · Views: 9
  • MAMAXX_NK.ex4
    15.1 KB · Views: 6
  • MAMAXX_NK.mq4
    9.4 KB · Views: 12
  • MAMA1_NK.mq4
    20.6 KB · Views: 14
  • PriceSeries.mqh
    12.1 KB · Views: 12