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.
In the attachement below there is an idea of simple Expert Advisor I'm looking for. Have You seen sth like that ?? I think it's very similar to "MA cross EA" but I'm not a programist and I can't modify the code Can You help me ?
it can be ANY price .... It is a value that I want to set in the Expert Advisor.
It could be highest price of year/month etc. ; some resistance or support levels ...
Is it clear now ?
ps. może po polsku spróbuje .. chciałbym móc ustawić wartość ceny i chciałbym żeby system podejmował decyzje kupna/sprzedaży za kazdym razem gdy średnia przebija zadany poziom ceny .
I've found a problem ... It looks like on the pic. below.
system opened LONG ... but when market went in other direction it didn't open SHORT ... why ?
thx for anwser
It is MA-crossing-price-level EA. And this EA was coded to have one order at the time per chart. Most of EAs were coded to have one order at the time per chart. It means that new order will not be opened untill the old one will be closed. This crossing for short was when the long order was opened already. Because it should be one order only.
Seems you need to have many orders at the time per chart in EA (MaxOrder option for example).
I will try to modify this EA tomorrow. Please send the message to me (by PM) tomorrow to re-mind (sorry - too much busy).
Now EA will open the order on every MA-crossing-the-price-level and all the orders are pricessing separatedly from each other by stop loss, take profit and trailing stop.
MaxOrders = 3 by default (3 order per chart).
Last edited by newdigital; 12-19-2006 at 10:50 AM.
with this modyfication system opened 3 positions when MA crosses price level. (in my example above 3xLONG) And It did;t close them when price moved in other direction
Could You modyfi it to close old position when price moves in other direction ?? It should reverse position each time MAcrosses price level. with a loss that has occured.
with this modyfication system opened 3 positions when MA crosses price level. (in my example above 3xLONG) And It did;t close them when price moved in other direction
Could You modyfi it to close old position when price moves in other direction ?? It should reverse position each time MAcrosses price level. with a loss that has occured.
Hi mistrz-swiata,
I tried to figure it out and it is my last version. I spend more than 2 days creating this. Sorry.
If the levels for open buy/sell are the same so it will not work.
I mean if:
condition for buy = condition for to close sell (the same value, the same MA, the same price level and everything is the same);
so it does not work.
Sorry. I could not.
It will work with different levels (see default settings): one level for open buy/sell, the other level to close buy and diferent level to close sell. Do you use stop loss? So it may be as stop loss levels for you.