Is it possible to use EA to check manual-trade benfore it sended to server?

 

If I want use EA to monitor and check manual-tading action, how to progeamming?

for example, EA can check and then decide aloow or reject user's manual tade before the trade send to server.

now,EA only can check the orders state after server receiving orders.

Need a event before any order-operation, so EA can check users manual-trade action before the order send to server.

is it possible?

 

Nice idea but I'm sure that's not possible through MetaTrader BUY/SELL buttons.

Unless users are to manual trade through "buttons" that we created at chart, sort of "touchscreen".

Example;

if (ButtonBuyIsClickedOnChart() == TRUE) {
if (BuyCondition() == TRUE)
OpenBuyTrade();
}


OPForex
Reason: