Strategy NNFX, Baseline, QQEs Fast C1, Slow C2, ATR, Volume and Exit This is a Strategy Tester designed to work with Study (Alerts) of the same. At time of creation based on Revision 8 of the Study. DO NOT USE the Currency/Money Management section under settings. use the position sizing under "Inputs" - "Money Management" - "Risk per trade" which is...
Here is my implementation of the No Nonsense Forex way of trading. I've tried to apply most of VP's rules to the best of my coding abilities. As of now, with default settings, the strategy does not perform exceptionally well - however I'm pretty confident there is a combination of settings that will make it profitable across all pairs, and maybe even...
Strategy for the NNFX Baseline Script - Moving Averages Does not enter when price is > 1 ATR away. Adapted the "Many Moving Averages" script to VP's NNFX No Nonsense Forex method. Includes: - ATR bands and labels - Price is > 1 ATR away from baseline indication Available MAs "ALMA", "EMA", "DEMA", "TEMA", "WMA", "VWMA", "SMA", "SMMA", "HMA", "Kijun", "McGinley"
After testing your individual indicators, it's time to build up your algo with additional indicators and further backtest the strategy. Using SSL twice here, faster SSL for 1st confirmation, slower SSL for 2nd confirmation and TDFI for volume validation.
After putting the whole system together, sat down to benchmark the various confirmation indicators, shrink it down to backtest individual confirmation indicators. Results for 24 periods way better than 10, then again it's only one pair. :) More details...
My first script, be kind :) Most of the rules are implemented: - Money management - ATR, Baseline, Confirmation, Volume, Exit More details...