
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
Dear mladen/mrtools,
Can you please add open or close bar option for the arrows to appear and alert.
Thanks in advance.
3d_oscilator_fixed_alertsarrows_nmc.mq4
Dear mladen/mrtools,
Can you please add open or close bar option for the arrows to appear and alert.
Thanks in advance.
3d_oscilator_fixed_alertsarrows_nmc.mq4Or do I need to turn the alertOnCurrent to false for the indi to alert me on close bar?
Dear mladen/mrtools,
Can you please add open or close bar option for the arrows to appear and alert.
Thanks in advance.
3d_oscilator_fixed_alertsarrows_nmc.mq4amirzufar
You already have an option for alerts to do that (set the alertsOnCurrent to false, and it will alert only on a closed bar). Here is a version that can do the same thing with arrows too (option arrowsOnCurrent added with same meaning as the alerts option) : 3d_oscilator_fixed_alertsarrows_nmc_1.01.mq4
amirzufar You already have an option for alerts to do that (set the alertsOnCurrent to false, and it will alert only on a closed bar). Here is a version that can do the same thing with arrows too (option arrowsOnCurrent added with same meaning as the alerts option) : 3d_oscilator_fixed_alertsarrows_nmc_1.01.mq4
Ok. Thanks again.
Can you add alerts on the line crossover ?
Or if you know the settings it uses you can write that instead ?
ima.mq4
And thanks for all of your help so far !
Can you add alerts on the line crossover ?
Or if you know the settings it uses you can write that instead ?
ima.mq4
And thanks for all of your help so far !timmyhanke
Did you see this post : https://www.forex-tsd.com/forum/debates-discussions/116-something-interesting-please-post-here/page484#comment_802014 or these 2 posts : https://www.forex-tsd.com/forum/debates-discussions/116-something-interesting-please-post-here/page484#comment_802040
Dear mladen,
Please help with this indicator. The high timeframe zig zags seem to lag and not refresh until I switch between timeframes and then comeback to the original timeframe. For example, I am on the 5min and the zigzag from 15min/30min does not refresh for a few bars unless I switch back and forth between timeframes.mzzmatrica.mq4
Ray Here you go : rk-4_time_frame_step_ma_pdf-v4_1.mq4
Mladen
Thank you, the 1 & -1 is working , yes a But, the else =0 isn't working. Sorry is there any chance you could check it. I would like the 0 to be my exit.
Question, when you write an EA is there any difference when you use a indicator that uses an indicator that has to be loaded in the indicator/folder or does the iCustom 4 time indicator handle it?
Thanks again
Ray
Mladen
Thank you, the 1 & -1 is working , yes a But, the else =0 isn't working. Sorry is there any chance you could check it. I would like the 0 to be my exit.
Question, when you write an EA is there any difference when you use a indicator that uses an indicator that has to be loaded in the indicator/folder or does the iCustom 4 time indicator handle it?
Thanks again
RayRay
Replace line 211 (this line) :
trendtrade = trendtrade;
with this :
trendtrade = 0;
And you shall have 0 too
_____________________
As of the other part : no change. Just copy the indicator(s) in the indicators folder
Mladen
Thank you, I had tried all those combinations but none worked till you added that line 154 "ArrayRange.........
best regards
Ray