TradeAssistant — standalone MT5 panel
=====================================

No login. No website. No internet connection needed.
This is a single Expert Advisor that draws a trade panel on your chart.

Install (drag & drop)
---------------------
1. In MetaTrader 5: File -> Open Data Folder
2. Open MQL5 -> Experts
3. Drag the whole "TradeAssistant" folder in there
4. Back in MT5, Navigator panel -> right-click "Expert Advisors" -> Refresh
5. Double-click TradeAssistant (MT5 compiles it automatically the first time;
   if it does not, right-click it -> Modify, then press F7 in MetaEditor)
6. Drop it on any chart and click OK
7. Turn on the ALGO TRADING button in the toolbar (it must be green)

Using the panel
---------------
- Risk % lot / Fixed lot   : choose how the lot size is calculated
- Risk %                   : percent of balance risked when SL is hit
- R:R                      : take profit = stop loss distance x this number
- Lot                      : lot used in Fixed lot mode
- SL pts                   : stop loss distance in points
- Lot to use               : live preview of the lot and cash at risk
- SELL / BUY               : open a market order with SL and TP applied
- Break even               : move SL to entry once the trade is far enough in profit
- Trail: ON/OFF            : trailing stop using the EA's TrailPoints input
- Close 50%                : close half of every open position on this symbol
- Close all / win / lose   : bulk close by result
- The "-" button in the header collapses the panel

Settings such as magic number, trailing distance, break-even trigger and the
panel position are EA inputs — change them in the EA properties window.

Warning: this places real orders on whichever account the terminal is logged
into. Test it on a demo account first.
