Forum

Help coding

Hello, Please can you add to this EA : Allow to open trades with maximum spread (adjust in the settings like sl and tp) thank you extern int MagicNumber= 10001 ; extern double Lots = 0.1 ; extern double StopLoss= 0 ; extern double TakeProfit= 0 ; extern int TrailingStop= 0 ; extern int Slippage= 3 ;

pips digitals

Hello, i use EA to send email notification like this : ------------- Close Sell GBPUSD Opened Time 2019.07.01 Open Price 1.25720 Close Price 1.25672 Pips +44.80000 Email Notification -------------- i want to change the digital of pips to +44.8 for this example without the 0000 Can you help me

EA auto tp and sl are put after the email notification are sent (help plz)

Hi there, i have a problem with 2 EA, the auto tp and sl EA are put after the email notification are send, Sometimes its work fine like this : SELL USDCHF Price 0.99318 StopLoss 0.99618 TakeProfit 0.99018 And Sometimes no like this : SELL USDJPY Price 110.69600 StopLoss 0.00000 TakeProfit 0.00000