Re: Coding Help

163
mladen wrote: Thu Apr 20, 2017 5:50 pm Color stochastic 1.04 is (regardless of the numbers) rather old indicator
Better to use some of the newer stochastic indicators
sure
i try newer version
regard
what we want: 1+1+1+1+1+1+1+1+1=9 <3
what market delivers: 1+2+8+7-4+0-5+8-4-5+1=9 :problem:

Re: Coding Help

164
Why is this so in MQ4, that for the arrows defined as objects

Code: Select all

ObjectSet(name,OBJPROP_PRICE1,High[i] + Point * gap);
ObjectSet(name,OBJPROP_PRICE1,Low[i]  - Point * gap);
the gap between High and the upper arrow is always smaller than
the gap between Low and the lower arrow? How to correct this difference?
Adding some constant distance for the former gap is not effective because of the MTF scaling.

(My first post on the forum!! :D )

Re: Coding Help

165
wojtek wrote: Fri Apr 21, 2017 1:21 am Why is this so in MQ4, that for the arrows defined as objects

Code: Select all

ObjectSet(name,OBJPROP_PRICE1,High[i] + Point * gap);
ObjectSet(name,OBJPROP_PRICE1,Low[i]  - Point * gap);
the gap between High and the upper arrow is always smaller than
the gap between Low and the lower arrow? How to correct this difference?
Adding some constant distance for the former gap is not effective because of the MTF scaling.

(My first post on the forum!! :D )
That is due to the way how arrow code is made in the Wingding true type font
It is not centered - the lower bound is shifted higher in the font design compared to the higher bound, and tha cause that visual inequality. If you could see the "box" in which the arrow is drawn, then it would be perfectly symetrical


Re: Coding Help

168
bilbao wrote: Fri Apr 21, 2017 6:13 am hello mladen

could you please make a mtf version of it

and when indicator send alert, just say cross
could also fix indicator messege for cross up and cross down

best regard
bilbao

Did you try some multi time frame zigzags?


Who is online

Users browsing this forum: No registered users and 7 guests