No I havent used profiling before in metaeditor. On my chart is +TPO only, and RSI, but even without RSI it is already slow, so something in that code eats all resource
1
I will code your pivot EAs for no charge 28 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
DislikedDear Coders I hope you all doing fine, i have a request for you all. I have attached an indicator it is a 3 MA Cross Indicator, but sound alert , shift selection and auto refresh functionality is not working. Its my humble request to you all, please provide this functionalities. I sincerely thank you all. {file}Ignored
DislikedDear Coders I hope you all doing fine, i have a request for you all. I have attached an indicator it is a 3 MA Cross Indicator, but sound alert , shift selection and auto refresh functionality is not working. Its my humble request to you all, please provide this functionalities. I sincerely thank you all. {file}Ignored
Disliked{quote} jeanlouie....love the circle tool you gave us...works perfectly....I add the offset squares to my analyses and drawing it would be so much more efficient if I had a tool that could draw the offset square as shown. Do you have anything in your tool box that might work....could the grid tool be reconfigured to allow offsetting? Thanks in advance... {image} {image}Ignored
Disliked{quote}...I add the offset squares to my analyses and drawing it would be so much more efficient if I had a tool that could draw the offset square as shown...Ignored
Disliked{quote} Circle_wRays - circle with either circle rays or square rays, both rays optional - option for circle rays right around every x'degrees - 2 quadrant squares with rays - separate styling {image} {file}Ignored
Disliked...uses less resource? I have i7 8th gen 24GB RAM but can not open 2 charts with this indicator and data range set to 5 (display for last 5 days) even with one chart...Ignored
Disliked{quote}...One suggestion is to run the indicator less often than every tick...you could use this ...runNoMoreThanOncePerSecond...Ignored
Disliked{quote}... 'ArrayCopyRates' is taking up the most time...'Start Profiling'...Ignored
DislikedHi Comar.Fx! I really loved using your indicator.We are so blessed that you made some awesome indis. How ever is it possible for me to get the mq4 file? or if you can help me modify it. I want the arrow to paint only at the first hour of the daily candle. After the first hour, I dont want it to paint an arrow anymore. Thank you so much! I have attached the wonderful indicator that you made. Im hoping for your reply I'm very much willing to pay for this if its needed. Thank you! {file}Ignored
Disliked{quote} Circle_wRays - circle with either circle rays or square rays, both rays optional - option for circle rays right around every x'degrees - 2 quadrant squares with rays - separate styling {image} {file}Ignored
Disliked{quote} It's a profile indicator, the biggest drawback is the object count, so don't worry about a thin level histogram. On default settings on my eurusd chart is about 20k objects, changing just the price step from 0 to 10(point height of histogram), cuts the object count by almost a factor of 10. On s&p500 I got a 100k object count, can barely scroll, increasing price step from 0 to 100 cuts it down to about 2k, chart scrolls fine. Range count is another input you can reduce to cut object count down. {quote} It already has a once per xsecond limiter...Ignored
Disliked{quote}... only interested what can happen after an impulse wave...so the two squares should be to the right...Ignored
Disliked{quote} thank you for your advises of you both jeanlouie & pips4life. Appreciated very much. When it is slow you modify the parameters to decrease object count, but where do you see it at first, in meta editor ? if "object count is a big slow down." would it matters it it count different object types? like if counting rectangle objects is slow, counting thin lines would solve the problem and give the same end result? or if counting lines compare to counting dots...would...Ignored
QuoteDislikedWhen it is slow you modify the parameters to decrease object count, but where do you see it at first, in meta editor ?
QuoteDislikedif "object count is a big slow down." would it matters it it count different object types?
Disliked{quote} Try this | Money Management Tool TD Its free download here. {image} {file}Ignored
Disliked{quote} You didn't give a full example, but here are several things I notice: The Time1 field is 0, so the object is getting created at time=1970.01.01, far to the left of all the bars on the chart The Price1 field is the value of RSI, which is a range 0<ar<100. As a *price* on a chart, the RSI value makes no sense The choice of "OBJ_ARROW_RIGHT_PRICE" does not seem suited for what I think you're trying to do, which is to display RSI value somewhere. Better to use "OBJ_TEXT" or "OBJ_LABEL" Even if the ObjectCreate of an OBJ_TEXT (or Arrow) were...Ignored
Disliked{quote} Consider the value of ar and the price scale of the window it's going to.Ignored
Disliked{quote} {quote} i did something really stupid to get the desired output {image}Ignored
Disliked{quote} Like I said, it is not possible to save to another folder due to MT4 restriction. MT4 only allow file to save to under its \Files. Your files are saved under MQL4\Files folder. What you can do is to create some short-cut to your desktop and open that folder automatically when you click that short-cut. Full Path to file would be: C:\Users\<your user name>\AppData\Roaming\MetaQuotes\Terminal\<MT4 GUID folder>\MQL4\Files You can open that folder by "File" -> "Open Data Folder" Documentation says: Note The screen shot is saved in the terminal_dir\experts\files...Ignored