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.
Friends ı have an EA with support resistance indicator.EA must complete orders on target profit.But it lacks sometime.How can ı get rid of this problem.Please help me
In Coders' Guru - First Expert Advisor - we get "TakeProfit = 250".
I thing TakeProfit is the maximum profit that we can take,
but when backtest in 4H tf we got profit 980, 855, etc.
And when I try to add stop loss "TakeStop = 350"
I'm sorry. I mean to search but my keyword is too short. I just want to know if there is any way I can get the code for *.ex4 files? (keyword for my search: ex4)
I would like to do a simple editing to my preference but I only have the *.ex4 file.
I'm sure this must have been asked before - apologies if so, but I can't find it discussed anywhere.
As I understand it "When new quotations are received, the "start()" function of attached expert advisors and custom indicator programs is executed."
I want to do some checks at the first quote of a new 5 min candle. Is there an elegant way to check that this is the first quote of a new candle?
iStochastic help needed -Slowing field variable issue...
Hi:
I am having problem with iStochastic.
It returns ZERO value when the MODE_SIGNAL (value of 1) - is used
with SLOWING as a variable.
extern int stoch1k = 14 ;
extern int stoch1s = 3 ;
extern int stoch1d = 3 ;
double stoch1s = iStochastic (NULL,0, stoch1k,stoch1d,stoch1s, 0,0,1,0) ;
always return a ZERO value and not the real position of signal line when
variable is used in SLOWING filed (stoch1s).
But when I HARDCODE that parameter, instead of variable stocha1s (Slowing)
I put number 3 in the same statement it works fine like below :
How to modify alert code so it alerts as it happens
Hi guys,
I'm newbie to coding. I have this OSMA indicator, it already has built in zero cross alert but unfortunately it only alerts at the beginning of next candle. Please show me how to modify the alert code so it will alert as it happens. And please show me how to add arrow alert.
Thanks.