You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
You do not really need a function, it's enough to put in the init() function:
I would do it your way if I only had a few EAs to worry about. I actually have this code in a library along with numerous other functions that use myPoint instead of Point in the code. That way I only need to change code in one place and recompile all EAs. Just in case some broker decides to add another decimal place.
Robert
trailing stop needed
can you any body help me?
I want expert 20_200 with trailing stop.
PLEASE put anybody.What type of trailing stop?
I have over 10 types now.
Robert
Triling Stop
What type of trailing stop?
I have over 10 types now.
RobertSorry, I don't know exactly, but
I thing is good like this ea. EA_TrendStrengthEMAv2
Today Yesterday Now functions..
I want to get a date range.
Yesterday at 5 PM to 3:00 AM today... then want to look at the bars between that range.
I dont see a function to get the beginning of the day (seconds from 1970)
I can do the math myself, by using modulus etc. but wondering if there any easy mt4 functions Im not seeing to do this..
There must be an easy way in MT4.
Craig
...
I dont see a function to get the beginning of the day (seconds from 1970)
I can do the math myself, by using modulus etc. but wondering if there any easy mt4 functions Im not seeing to do this..
There must be an easy way in MT4.
CraigMrPip help me please...
Sorry, I don't know exactly, but I thing is good like this ea. EA_TrendStrengthEMAv2
if you can, please help me
trailing stop added
if you can, please help me
Try this version. I did not change the version number, just added trailing stop for the EA_TrendStrength you posted.
Robert
Thanks
Try this version. I did not change the version number, just added trailing stop for the EA_TrendStrength you posted. Robert
Thanks MrPip
looping problem..., help!
I'm trying to figure out what is wrong here. I wrote this little indicator as to try and find out why I can't seem to draw arrows on every single bar in a chart. No good reason to.
I have another indicator that i'm working on that'll be discreet on choosing which one, i wrote this to try and figure out what the darn problem is.
It only draws an arrow on the bottom of the candle for the last few bars. It should draw arrown on every single bar in the chart on the top and bottom of each candle.
And only 1 candle's data is showing up in the data windows.
I've included a pic and the indicator. any help would be appreciated.
Are you sure? Have you "compressed" the price scale to make sure it doesn't draw outside the current window?