MooDB Risk Monitor complete

No trades yet for me this week, I’m trying really really hard not to take “B-Grade” trades. I only want the best “A-Grade” setups. While I’ve been waiting for the markets to yield an A-Grade setup, I finished off the first iteration of MooDB Risk Monitor.

Basically all it does is work out current risk per open trade, closed profit (realized profit) and floating profit (unrealized profit) and total profit (realized and unrealized combined). I have split these up into three groups – by % account, pips and monetary value.

I’ve then aggregated them up so that I also know at all times my global risk (total risk across all open trades). Here’s a screenshot of my first attempt. The Grid at the top is the current open trades and when you click on one, the bottom grid reflects the new values, as you can see tradeId 198 has been clicked.

The database code to retrieve the values was quite tricky to write, but thanks to two friends Gianluca and Lutz, we have managed to get the database engine to return the values to us in real time even when the market is moving. I’m really pleased and will probably tweak the look of it over the coming weeks. This little tool should help me monitor my risk in my live trading account. Here’s a screenshot of my first attempt – all the trades here are dummy trades in my development database.

MooDB Risk Monitor Draft

Share