can You expose some picture for illustrate what You need?
pictures:
http://img23.photo.163.com/vega_chuang/6482745/119550597.jpg
http://img23.photo.163.com/vega_chuang/6482745/119555900.jpg
programs:
lenth=10000*abs(close-open)
if lenth > 50 then
mark( "lenth");//or mark("dot")
end if
http://img23.photo.163.com/vega_chuang/6482745/119550597.jpg
http://img23.photo.163.com/vega_chuang/6482745/119555900.jpg
programs:
lenth=10000*abs(close-open)
if lenth > 50 then
mark( "lenth");//or mark("dot")
end if
you should copy the urls of pictures into a new opened IE address.
this is the "long tail" k-line.
http://img23.photo.163.com/vega_chuang/6482745/119734534.jpg
note:you most copy this url to ie
http://img23.photo.163.com/vega_chuang/6482745/119734534.jpg
note:you most copy this url to ie
Thank you for pictures.
Yes, it is possible. Please look at Parabolic SAR indicator source code example (/experts/indicators/Parabolic.mq4).
Based on this cource code you can write custom indicator that will mark chart by described algorithm.
Yes, it is possible. Please look at Parabolic SAR indicator source code example (/experts/indicators/Parabolic.mq4).
Based on this cource code you can write custom indicator that will mark chart by described algorithm.
we've recommended parabolic because this custom indicator draws arrows like objects. but htis one is difficult.
first learn simplest indicators
first learn simplest indicators
I see.
I must study from begin.
Thank you.
I must study from begin.
Thank you.
I study the sample of Parabolic.mq4 and successfully change it to my own indicator(as show below),not very difficult.
How happy I am!
wonderful!
http://img23.photo.163.com/vega_chuang/6482745/123737000.jpg
(copy this url to ie address)
How happy I am!
wonderful!
http://img23.photo.163.com/vega_chuang/6482745/123737000.jpg
(copy this url to ie address)

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
e.g.
if 10000*abs(close-open)>=100,then
mark this K-line with bold-red
(or draw an arrow near it)
Thank you!