Fibonacci retracement

When trying to run locally:



sys.path.append('/Users/arltankolaev/Downloads/Quantra/Price-Action-Trading-Resources/data_modules')

from data_modules.price_action_util_quantra import backtester, trade_level_analytics, get_performance_metrics



Get an error of:

ModuleNotFoundError: No module named 'data_modules.price_action_util_quantra'

Any help to resolve this would be appreciated.

Thank you in advance.

Hello Arltan, 

Looks like you are running the code from the data_modules folder. 

you can change the path to '/Users/arltankolaev/Downloads/Quantra/Price-Action-Trading-Resources ' and run code from any place in Price-Action-Trading-Resources folder other than data_modules to resolve this error. 



Hope this helps!