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
hey mladen can you modify this indicator to show a daily open line aswell? at 00:00 gmt maybe add timeshift option
the1_one
Open added to it now
Hi Mladen,
could you please reply me? Thanks
doc
Thank you very much!
just to learn something...why here:
copybuffer for the second has number 0?
From mql5 website:
after the indicator handle there is this: " int buffer_num, // indicator buffer number"
So I'm little confuse, cciValue2 has no. 1 so why we put 0?Doc
In the CopyBuffer() the buffer_num is the number of the buffer of the indicator you are copying data from not the target indicator buffer. That is why it needs to be 0 : it is the first buffer of CCI indicator that is copied to cciValue2 buffer
made it by Integer
more than 2000 code's lines, this is a great ea for manual trading, you can place any kind of order and move those lines on the chart before so you don't need anymore to write all 5 decimal of TP SL and entry to place in.
mqh file goes to \include folder
mq5 file goes to \experts
doc
but those lines can't move at angle...like trendlines?
but those lines can't move at angle...like trendlines?
For that purpose I use this:
o'h well ....
For that purpose I use this:
o'h well ....
yes not good for trading, these are only for alert.
Frankly, for mt5, I never saw something you're looking for
hello Mladen
attached indicator from Source code library - Expert Advisors, Indicators and Scripts suposed to have allert as per code and title but actualy doesnt...there is some error....can you make it work please?
Narrowest Channel Signal by Rone. Trying to catch ending of consolidation. For breakout trading systems