Q0paz
Q0paz
Friends

Add friends via their profile or user search and you will be able to see if they are online

Q0paz
Added topic Plotting dots
I have an indicator that generates discrete values for each bar and I want to be able to plot them as rows of dots. The only options I can see in the SetIndexStyle method are DRAW_LINE and DRAW_SECTION, and I am passing STYLE_DOT as the 3rd argument
Q0paz
Added topic Reciprocal
I am not the greatest mathematician but I have some functions I am converting from easy language that use the reciprocal of a number to provide a multiplyer in another function. double method (int pwr) { double frac=0; frac=1/pwr; dootherstuffwith
Q0paz
Registered at MQL5.community
Q0paz
Added topic Debugging
Anyone got any input on how to debug scripts ? I have been starting to try to convert some Easy Language code to MQL4 and am still trying to understand how the plotting of indicator values works. This snippet below is from an indicator I found on