Works well on the MAC

I recently got a Mac Mini M2 to test the program. I got it all working well on the Mac. I have it down to opening with one click, like any other app. You will need the latest version, tradingview_strategy_analyzer.4.4.7.py or newer(on the main page). You also want to install the newest version of python available. Then follow these steps

1. open “TextEdit” and add the following to the file. Then save the file as “analyze.command”
(enter only enter the text between the dashes, but not the dashes)
—————————————————————————————————————-
#!/bin/bash
cd "/Users/myaccount" #change myaccount to the name of your account
#make sure below the version of your strategy analyzer is noted properly
python3 tradingview_strategy_analyzer.4.4.7.py 2>&1 | grep -v "IMKClient"
echo "Press Enter to exit..."
read

——————————————————————————————————————

2. move this file to your home directory: for example: /Users/myaccount
3. move the tradingview_strategy_analyzer.4.4.7.py to your home directory also
4. open up the terminal and enter this command:
chmod +x analyze.command
5. now you can move the analyze.command file to a more convenient spot. I moved mine to the desktop
6. to analyze your csv files, just double click the analyze.command file

Next
Next

Track your strategy’s Profit and loss by year and month