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.
pls help me.....
how to code... scan profit or floating in one OP....
exampel :
buy GU 1.9567... price go to 1.9547 that mean -20pip
if -20pip... then OP SELL tp 20.... after sell TP... close buy GU 1.9567...
thats all...... thks...
--------
Let say from above programming, three tickets were open in a same time,
1. If 1st ticket profit, how to add program/modify StopLoss for 2nd and 3rd ticket at open price?
2. If 2nd ticket profit, how to add program/modify StopLoss for 3rd ticket at 1st target profit?
3. How to program to calculate the profit of all ticket after the trades are closed?
yes, were are you putting your file. It has to be located in your include directory for it to be seen if your using the < > brakets. If your puting your include file in the main EA directory or in the indicator directory then you must use " " instead of the < >.
1.) i try to explain my ideas for the entry/exit moneymanagment in the next days, please send me your email per MP (but its not easy, im not a "native english speaker"...)
2.) could you look over the EA once more - the control function works great, but now this function will avoid that the EA switch the position from long to short ore short to long by itself if a new signal comes out - the EA will now only entry into a trade, if the position is stopped out or reached its take profit, but often the EA should switch after a period of time. is it possible to get the "switch position" function working beneth the "control function" ?
i hope you can understand what im trying to tell..