A simple strategy like “Alligator” based on three types of moving averages: simple, weighted, an “end of point” (linear regression “)
Buy: when crossing UP averages 3 (green ellipses)
Sell: when passing DOWN average 3 (red ellipses)
The EPMA pyramiding can serve us if we want.
good trades
1 2 3 4 5 6 7 8 9 10 11 |
// MAFIBO DID V1 29.03.2016 // // parameter // p = 20 Pivot=(Close[1]+High[1]+Low[1])/3 MA = average [p](pivot) WMA = weightedaverage [p](pivot) EPMA = endpointaverage [p](pivot) cc = customclose return cc as " customclose " , MA as " MAFIBO DID " , WMA as " WMA " , EPMA as " EPMA " |
Share this
No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.
ProRealTime ITF files and other attachments :
Filename : download the ITF files
How to import ITF files into ProRealTime platform?
PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials
Hello, Supertiti,
Fine signal, in first approach !
But, i am not sure to understand exactly
Buy: when crossing UP averages 3 (green ellipses)Sell: when passing DOWN average 3 (red ellipses)
crossing and passing, is it the same meaning ?
and averages 3 is the same as average 3 ?
Average 3 means the simple moving average ?
Thanks
Buy: when crossing UP averages 3 (green ellipses) ……………yesSell: when passing DOWN average 3 (red ellipses) ……………yes
crossing and passing, is it the same meaning ? …………………yes
and averages 3 is the same as average 3 ? ………………….no
Average 3 means the simple moving average ? ………………..no