Forum

Close all open & pending orders of specific Magic number if, total Profit is x$

hi Everyone ! Can you help me to find an EA that closes all orders of specific magic number when the sum of all those trades are +x$ Thanks

Signal Slippage?

Hi People ? Is Slippage of 1.88 × 422 is ok or not for Signal copying

Multiple Signals ?

Hey There.. What if i subscribe multiple Signals on mql and they trade the same currency? will they CONFUSE EACH OTHER

Yelp

Hi There, how can i make below script to buy from second same bar but not from first ? double Buy1_1 = iClose (NULL, 0, Current + 0); double Buy1_2 = iClose(NULL, 0, Current + 1); double Sell1_1 = iClose(NULL, 0, Current + 0); double Sell1_2 = iClose(NULL, 0, Current + 1); THANKS

Need a help

Hi People! I need my EA to have an option to trade only BUY or SELL at a time, so basically i will change it in "inputs". Also i want to add timing, so it will trade only in specified hours... Kindly help..much aprreciated Thank you kind people

VPS DLL Issue

Hello there ! I want to use my robot which requires DLL imports, and when i want to migrate to mt4 VPS it shows up that DLL is not allowed there... Any ideas on how to handle ? Thanks

Need Clarification

Hello people ! a quick one: if i need at some point of time to open trades with big lots, but having risks of unavailability of free margin, is higher leverage is the solution ? As i understand high leverage gives an opportunity of using less margin.. Please let me know if i am mistaken. Thanks

Anyone has Close Position EA ?

Hello ! I need an EA that closes positions of specific other EA based on its magic number + in specific hour.. Any one can help

Hi, help to clarify

Hi all, if i rename the magic number in inputs, will it work ? example: switched on same expert in 3 timeframes and named 3 different magic numbers for the same expert in different charts.. will it work

Need Help

Dears, i have a ready robot which i can use only with 0.01 lot.. i assume that it takes into consideration my balance and that is why i cant use more.. but i want to take risks and go for 0.1 lot.. Please who can help to correct it in script ? Thank you