
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
Please help....
PLEASE HELP....
Moving avarage red line, slope direction is under Line
Moving avarage blue line, under the Red Line is moving avarege
Price "slope direction Line" cut time
All takes place at the same time: GIVE AN ALARM INDma_crossover_lines.ex4ma_crossover_lines.mq4
slope_direction_line.ex4CATOR
Please Help
--
UmUt EtİkEr
Daily, Weekly, Monthly Gains Function Required
I'm having trouble with some coding. I'm trying to create an indicator that displays the daily closed gains, weekly closed and monthly closed gains.
Does anyone have a function that will calculate the gains from these periods?
ie.
Today Closed : 5.3%
Week Closed : 13.7%
Month Closed: 41.3%
Year Closed: 79.5%
I kinda know what needs to be done but having trouble with getting it right. If someone has the functions that will do this can you please help me out?
you have an opened, daily and total stats covered in this one. Adding weekly and monthly shouln't be to difficult (just follow the logic of the daily data collection)
I'm having trouble with some coding. I'm trying to create an indicator that displays the daily closed gains, weekly closed and monthly closed gains.
Does anyone have a function that will calculate the gains from these periods?
ie.
Today Closed : 5.3%
Week Closed : 13.7%
Month Closed: 41.3%
Year Closed: 79.5%
I kinda know what needs to be done but having trouble with getting it right. If someone has the functions that will do this can you please help me out?Thanx, I will give it a try
Try using this as a basis : you have an opened, daily and total stats covered in this one. Adding weekly and monthly shouln't be to difficult (just follow the logic of the daily data collection)
Thanks, you've been a big help. I'll see if I can work it out from this.
Mtf cci hook
Guys, can someone take a look and help me out with attached CCI hook indicator, I added MTF function in it but I would like to see dots horizontally aligned and I can't manage it .. or just one dot from closed bar of higher TF.
Thank you in advance.
ccihookmtf.mq4
...
Try something like this. This one shows all the dots of the target time frame horizontally aligned
Guys, can someone take a look and help me out with attached CCI hook indicator, I added MTF function in it but I would like to see dots horizontally aligned and I can't manage it .. or just one dot from closed bar of higher TF.
Thank you in advance.
ccihookmtf.mq4Try something like this. This one shows all the dots of the target time frame horizontally aligned
Thank you Mladen, you really know how to torture data
...
If you want to limit it to just one dot per target time frame bar (first bar belonging to the target time frame bar in this case), then you could do something like what have been done in this version (on the example it is one hour cci hook on 15 minute chart - option added to indicator so yu can choose)
Thank you Mladen, you really know how to torture data
hi guys
how can i get the time of the upcoming bar
i tried
datetime Time[-1];
which didnt work
greets
Future bar time ....
Try like this :hi guys
how can i get the time of the upcoming bar
i tried
datetime Time[-1];
which didnt work
greets