skatt
skatt
Friends

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

skatt
Added topic indicator using data from different time frame possible? Please help.
After some time and frustration I have discovered that the compiler/terminal will not display the custom indicator if the buffer is calculated with data from another time frame. For example, displaying the daily ATR even when I am looking at the
skatt
Added topic How to get bar index from datetime?
Is there a way to get the chart bar index in a specific time frame from a datetime variable
skatt
Added topic Please help with GetTickCount(). Documentation is poorly written.
I'd like to use GetTickCount() , but the documentation is so confusing. Please help. According to the GetTickCount() documentation, it returns the " number of milliseconds that elapsed since the system start". Does that mean since the start
skatt
Added topic EA Properties - Multiple tabs please!
Please include a feature to organize EA properties into multiple tabs. My EA has a lot of settings and it's difficult to find what you need in a single long list
skatt
Added topic (bug) FileWriteDatetime()?
There's FileReadDatetime(), but no FileWriteDatetime()
skatt
Added topic client issues
- new objects should always have the disable selection property off by default - horizontal lines should not be movable when selection is disabled - chart should not automatically scroll to the end on incoming ticks while it is being dragged back by
skatt
Added topic MQL5 Suggestions
Some things I thought of while trying out the beta. Thanks for your consideration. - Show crosshair when placing objects to allow precise placement. - Ability to make certain objects (including indicators) unselectable. This prevents selecting
skatt
Registered at MQL5.community
skatt
Added topic Trend Line problem that needs to be fixed
I was looking at the one hour chart and had thought that my stop was safely beneath a support line, but much to my surprise, I found the stop an inch above the trend line when I switched to the 15 minute chart. As it turns out, two of the charts had
skatt
Added topic ObjectGetValueByShift suggestion
Since the function ObjectGetValueByShift returns a different value for each time frame, it would be nice if we could specify which time frame we want to get the value from
skatt
Added topic What is the order type number for deposits and withdrawals?
I need to be able to distinguish between normal buy and sell orders and balance deposits and withdrawals in the order history. Can some please tell me what the order type numbers are for deposits and withdrawals? I checked this documentation page but
skatt
Added topic Object deletion troubles
I am using a loop to go through every object and deleting and creating objects while in the loop, and am having some difficulties. If I delete an object, what happens to the index array? If I delete an object with an index of 5, for example, would
skatt
Added topic UninitializeReason() REASON_CHARTCHANGE Problem
Why is symbol change and timeframe change both bunched up in REASON_CHARTCHANGE ? One may require a lot of extra processing time and the other typically should not. Please create new constants to distinguish the two. Regards, JT