You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Profile Slideshow question
Hi,
Is there a possibility to create a script/indicator what allow an automaticly
scroll (scroll time free definable) trough the different profiles so as all x
seconds/minutes the profiles changed?
Would be very nice if someone can help me
Regards,
alpha
CloseAll EA
Hallo everyone,
I have been using CloseAll EA on those EAs which do not have SL and TP built-in.
I would like someone help me to modify the CloseAll EA to have SL and TP in pips instead of in USDollars.
Thank you.
Ea
Hi tsd
I would like to know the AE can set for pending order ?
zali
I moved your post to this thread as I remember - few scripts can do it. On this thread posted somewhere.
EA or Script that does the following job.....
Hi
I am looking for an EA or a SCRIPT that detects profit or loss (in pips or US$) in order to close all running trades once the profit or Loss is achieved .
Ex.:
1-Suppose i open some trades
2- I like to set the EA in a way, once 70 pips are gained, so this EA closes all my opened trades
3- Same logic if for Losses
--------------------------------------
If any of the fellows has such tool, I would be very grateful to receive it
Thanks in advance
sript or ea --wanted
Hi
I am looking for an EA or a SCRIPT that detects profit or loss (in pips or US$) in order to close all running trades once the profit or Loss is achieved .
Ex.:
1-Suppose i open some trades
2- I like to set the EA in a way, once 70 pips are gained, so this EA closes all my opened trades
3- Same logic if for Losses
--------------------------------------
If any of the fellows has such tool, I would be very grateful to receive it
Thanks in advance
How to make 2 entry in same time
Hi there...
Any body can help me?
i'm making an EA, but the problem is, there is only one trade can be open in one time (same pair)...
I want to make 2 or 3 entry... with different rule/logic.
did any one got the coding/script for it?
Thanks for advance
Sorry for my bad english... Im can't sleep well this week because of my EA building.
I feel like flying without wings now.
You'd need a loop. Each time the loop runs and an order is sent you'd need to wait for the server response to make sure it was placed ok then run the loop again.
Lux
open trade on H4 close
hi
i am trading with trade setups, like (just example):
eur/usd - long on 4H-close above 1.4266; stop below 1.4241; T1 1.4323; T2 1.4409
now i am looking for an "EA" that can open the trade, based on my setup, that means as soon the condition of the 4H-close is valid.
does anybody know, if there is something like that available out there?
thanks
stony
'Close all' scripts for MT4. Close all open and pending orders.mq4
The "Close all open and pending orders.mq4" script works like a charm on a live account.
Make sure TOOLS / OPTIONS / EXPERT ADVISORS / ENABLE EXPERT ADVISORS are checked in.
You can close any open order from any pair.
Thanks NewDigital!