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.
Hi all,
I'm not an expert in programing. I have small request if one of yous could change attached SAR SAMPLE to open only Long positions.
Thank you so much.
Regards,
DonPavlo
Could you help me and change the EA to open position when the signal will appear not when old position will be closed. It can be few positions opened on one ccy.
Thanks for help as I don't know nothing about programing.
Hello, can any one help me with coding this EA and putting it in .ex4 format or mql. Basically....this is what I need.
I need the stop loss to be the Parabolic (dynamic/moving), and the TP to be adjustable to whatever values I chose.
So basically the position we're in closes out at our iset TP, or if the price never reaches that TP, then it closes out when the price hits the parabolic and changes direction.
So a buy entry would be, as soon as the candle hits the top dot, and the dot changes to the bottom, we enter.
Stop is set at the new bottom dot.
TP is set to whatever values we choose at beginning. (15,20,30 etc whatev)
Sell is exact opposite of buy.
MAIN THING!!
Only one order per signal!
So example.....say we enter a buy, and the TP from that buy signal has been activated and were flat now.
No new trade will be activated now, until the next new signal/dot crossover for a sell.
This is where Im having problems with mine, and any other parabolic EA's....it seems as soon as I exit they always wanna put on a new trade.
But I want it to wait until price crosses dot again, before entering a new one.
I tried Trendchasers one, but its not exactly how I want.
It trades on crosses only.
I want one trade....with TP.
Then wait for next trade.
This can be done. Do you want someone to do it for you? For free? Not very likely.
If you already have some code that almost does what you want, post it. Someone is much more likely to grab your code and fix it than to rewrite from scratch.
Order:
---- PSAR(downside) show buy signal --> buy order;
---- PSAR(upside) show sell signal --> sell order; Exit rules:
if PSAR changes position. -->close trade (Psar signal will be take into consideration only when candelstick is closed! and not first)