Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
i have a big problem, i try to code a script to "close a Part of a actuall Position", but my code skills are not so well, is there any chance to find this script?
Many Thanks, Ram
Not a problem at all : just put the quantity of lots you want to close in the OrderClose() function.
4 all coder Meta here, Please help me to make this script. I need 8 srcipt for simple Open Order.. So this will make open order at the same time. And this is the rule... :
my broker is ok, but it has very high spread on EURAUD and it does not offer CADCHF. But i like to trade both, since im making superior profit with both crosses.
My idea is to trade EURAUD trhough EURUSD long and AUDUSD/short. This will equalize USD and end up in EURAUD. But it is quite unhandy to to open both (eurusd and audusd) in the same time.
So i thought i could programm a script that opens these positions for me, and also cloeses both when i want it to.
I am very new to mql4 and i have never programmed such, so besides the question how the code must look like, the next question is, should it run as a script or EA?
Note: this type of trading is good for saving spreas as well: e.g. EURAUD has 10 pips spread, EURUSD has 2 and AUDUSD has 3, so for trading EURAUD my sepcial way, will save 5 pips spread. This works out for all major currencies with minor crosses, like GBPAUD (great for trading) or GBPCAD or EURCAD.
I am open to all ideas and input regarding programming AND the trading idea itself.
Does anyone know of a simple script or EA that will allow you to enter buy limit/sell limit TP/SL parameters so you can bypass the 10 pip limits of the order entry box of the MT4 terminal. It would be a wonderful tool to use in manual scalping situations allowing you a bit more freedom from the mouse and screen
Does anyone know of a simple script or EA that will allow you to enter buy limit/sell limit TP/SL parameters so you can bypass the 10 pip limits of the order entry box of the MT4 terminal. It would be a wonderful tool to use in manual scalping situations allowing you a bit more freedom from the mouse and screen
But, often, the limits are established by the broker not the software. That's means one broker could set a minimum of 10 pips between entry and stop, others could change this limit to 20 or 5, 40 or 1 pips.
But, often, the limits are established by the broker not the software. That's means one broker could set a minimum of 10 pips between entry and stop, others could change this limit to 20 or 5, 40 or 1 pips.
Please help me!!! i am looking a script that will close all my positions when a certain amount of money is made.
ex. i set the script to close at 1500 USD profit (no matter how many is in + or hoe many is in-)
i have the following open orders.
1 buy with 1000 USD profit
1 buy with 1000 usd profit
1 buy with -500 USd loss
Total 2000-500=1500 so the script will colse all positions because the target of 1500 USD is reached.
I hope someone can help.
I need a script, that opens two positions at the same time.
If possible a stoploss must be placed for both positions and a TPtarget for one position.
So is has to be one script this way for sell and one for buy. I looked everywhere, but no such script to find. I managed to create a script for two selling but cannot get the rest done.
In advance: thank you so much
Please help me!!! i am looking a script that will close all my positions when a certain amount of money is made.
ex. i set the script to close at 1500 USD profit (no matter how many is in + or hoe many is in-)
i have the following open orders.
1 buy with 1000 USD profit
1 buy with 1000 usd profit
1 buy with -500 USd loss
Total 2000-500=1500 so the script will colse all positions because the target of 1500 USD is reached.