Analysis portfolio and risk on FTMO trades export from FTMO Trade Journal using Streamlit
- Open this tool at https://ftmo-trading-journal-analyzer.streamlit.app/ or run locally using
streamlit run Overview.py
- Open Client Area | FTMO
- Goto one of your account's MatriX like
https://trader.ftmo.com/metrix/xxxxxxxxxx
- Scroll down to "Trading Journal" section and export to either csv or excel format
- Upload file and start analysis
- Single time analysis
- Able to calculate same statistics like MetriX page
- Show raw data DataFrame
- Balance versus Number of trades
- Statistics
- Daily Summary
- Visualize trades on candlestick charts
- More detail information for trades table
- Balance at the end of trade (initial balance as a trade..?)
- TP, SL pips, percentage of change, etc.
- Balance => account net worth
- Additional usage
- Able to filter date
- Symbol filter
- Timezone shift
- Analysis and persistent result (for each strategy)
- Support general trades format analysis
- Metric & Form number colors
- Maybe also support TradingView Strategy dump and comparison between them
- Try convert to VectorBT (vbt.Portfolio.from_orders)