Forum

alert or notify when a pending order is placed with a lot size higher than XX.XX

Is there some kind of alert or notifying indicator for when a pending order is placed with a lot size higher/above than (for example) 1.00? I don't want to restrict the maximum lot size, however i would like to be alerted when i place a pending order with a too big lot size accidentally. I still

Profit(Pips) Alert per pair

Is there something like an alert for an x amount of pips for positions that are profiting? For example: When a gold position has 20 pips profit i would like to hear an alert, or when a silver position has 50 pips profit i would like to hear an alert. I did my best trying to find such a tool :) but

Daily profit indicator (filter or specify a pair)

I found a mq4 script on the forum (iprofit) that reads the account history, and shows me a total daily profit in currency and percentage. I'm currently trading Gold and Silver and i would like to filter/specify gold or silver in my script. I'm currently on the level of a script kiddie where i mostly

max decimals for total lot size indicator code

int OnInit () { //--- //--- return ( INIT_SUCCEEDED ); } //+------------------------------------------------------------------+ //| Expert deinitialization function | //+------------------------------------------------------------------+ void OnDeinit ( const