When using the Q as a percentage with the SL in your command, the lot size is calculated in such a way that you will lose the percent defined in the Q parameter if your stop loss is hit.
Example: BUY EURUSD Q=1% SL=1.1200 - If the stop loss is hit, the loss will be 1% of the account balance.
So, in this case, the balance you see in the logs is the amount you will lose if the stop loss is hit.
The Stop Loss and Take Profit are placed correctly as specified in your command. You can check this in the Trade tab.
If the calculation is done and the resulting lot size is lower than the minimum allowed lot size by the broker, the trade is placed with the broker’s minimum lot size.
My SL and TPs are in points instead of the absolute price
@antrich9 is trying to set a SL at point X but the EA thinks the point X are number of pips/points. This happens when you do not pass a decimal point in your param value. In your complaint, you mentioned that the stop loss has a .33 but I see in your description the point is not detected. That could be because in your real alert it is not there.