Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
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.