
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
hallo an alle ich bin neu hier!
kann jemand set one indicator for eurusd und eurjpy auf 5 min chart bitte?
the indicators name is signal_lubang_kosong_v_1_3.mq4!
signal_lubang_kosong_v_1_3.mq4
hallo an alle ich bin neu hier!
kann jemand set one indicator for eurusd und eurjpy auf 5 min chart bitte?
the indicators name is signal_lubang_kosong_v_1_3.mq4!That indicator does not depend on symbol. It should work on any symbol
hi mladen thanks for the help. the setting, they are so correct?
slow rsi=13 fast 3
kperiod=8 /dp=3 slowingstoch=3 etc.
thanks
hi mladen thanks for the help. the setting, they are so correct?
slow rsi=13 fast 3
kperiod=8 /dp=3 slowingstoch=3 etc.
thanksPropan
Parameters settings depends exclusively on the style of your trading and you expectations. There is no such thing as best parameters settings
Hello guys,
can you plase make this indicator into a histogram for seperate window.
THX
synergy_apb2.mq4
Hello guys,
can you plase make this indicator into a histogram for seperate window.
THX
synergy_apb2.mq4Do you happen to have the original source code (non-decompiled)? If yes,, can you please post it so that someone can make changes to it?
Here.
Hope its it.
synergy_apb.mq4
Possible like this.
This indicator creates lines on 00, 10, 20, 35, 50, 65, 80, 90, ... pip values as shown on EURUSD M15 chart. On this broker, the pips seem to be computed differently for GOOGLE. Is it possible to display similar lines when price is for example 520.XX using 00, 10, 20, 35, 50, 65, 80, 90, ...
bn_levels_v1.02.mq4
This indicator creates lines on 00, 10, 20, 35, 50, 65, 80, 90, ... pip values as shown on EURUSD M15 chart. On this broker, the pips seem to be computed differently for GOOGLE. Is it possible to display similar lines when price is for example 520.XX using 00, 10, 20, 35, 50, 65, 80, 90, ...


bn_levels_v1.02.mq4In that indicator somebody changed the values of a point for indices (see line 223 - this line :
return(1); // CHANGED RETURN VALUE FROM 0.01 TO 1 FOR INDICIES
If you wish to change it to the way you describe it, simply change back return(1) to return(0.01) but then it will not work correctly on indices (or better told, you will have a lot of lines that you do not need in that case)
this indicator work MT5 wanted edit to work MT4