cloudwandering / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
cloudwandering
Added topic After one successful copy buffer, following ones fail unintentionally
My intention of the code below is to display 3 periods of moving average lines for the range of bars specified by chart window width. Although first period of line is drawn properly, succeeding 2 period lines fail to draw due to CopyBuffer error
cloudwandering
Added topic Indicator issue - Plotted Arrows disappear unintentionally when a new tick comes in
While converting my MT4 indicator code to MT5, I came across a strange issue where the arrows disappeared when a new tick came in. Could anyone help with this? When I hit [z] key to activate indicator display, peak high and low arrows appear on
cloudwandering
Added topic How to get handle of line object drawn on the horizontal canvas band
I drew a long transparent horizontal band with canvas from the left to the right end of chart. Then I created a horizontal line object. When the line is outside the canvas band, I can get line handle with either CHRARTEVENT_OBJECT_CLICK
Share on social networks · 1
5
cloudwandering
Added topic MQL4 How to change chart zoom level from 1 to 32 one by one ?
MT4 has a total 32 step of chart zoom levels, but we usually can change only 6 zoom levels( 1 > 2 > 4 > 8 > 16 > 32) from chart menu. I tried the script below, but only the above 6 zoom levels are shown
Share on social networks · 1
2
cloudwandering
Added topic How to trigger event by for example "Shift + z" key ?
I've been looking for the answer to the captioned question, but been unable to find it so far. CHARTEVENT_KEYDOWN can only pass code of a(one) pressed key by lparam. Thus it can not tell "shift + z" key input from "z" key input. Is there any way to
Share on social networks · 1
6
: