Re: Coding Help

1741
pin12 wrote: Wed Feb 12, 2025 11:17 pm Hi !

Is it possible to modify the coding of this expert advisor so that it works in reverse, so that instead of buying, it sells and vice versa?


Thanks for any help on this
This Expert is decompiled
"DECOMPILED/HACKED codes will not be worked on. Please see: https://forex-station.com/topic8473410.html How to identify a decompiled MT4 (MQL4)if you are unsure if your file is a hacked code."
the-most-exciting-set-of-forum-rules-yo ... 72780.html
These users thanked the author Xronos__ for the post:
pin12


Re: Coding Help

1744
XXXX wrote: Sat Sep 21, 2024 10:55 am Here you are, you can set the minimum time between alerts in seconds, set it to 3600 if you want it to send no more alerts on that symbol for the next hour. Set it to 0 if you want it to send alerts as per the original. Also it sends the bid price with the alert as shown.

I have not done Session times as that is a much more involved job as session times vary with daylight saving times in US and Europe.
Alert Spacing.png
Alert Spacing Notification.png
Hello XXXX. Hope you are doing well in your trading journey. I just wanted to ask if you have the mql4 file for the edited high low indicator. Can you please share. I just needed to make changes on it. Appreciate it very much.

Re: Coding Help

1745
budhi1976 wrote: Sun Feb 23, 2025 2:35 pm Dear respected Coders, I need help with this TMA Centered Channel for MT5
Please help me to get rid of those "connecting lines" between filled areas.

Many thanks in advance.
XAUUSDM5.png

TMA Channel Mod.mq5
I had the same issue when recoded the TMA, at the end dropped the idea of filling the area and kept only the borders using a different plotting logic. If useful
post1295560645.html#p1295560645
These users thanked the author Cagliostro for the post:
budhi1976
"I conjure from shadows and shape fortunes from the unseen. The treasure lies hidden in plain sight, beneath the sunlight." - Cagliostro


Re: Coding Help

1746
I read a thread at mql5 forum about this area filling, there's a suggestion to use CCanvas, but I have below average near zero line knowledge about mql5 language, I can't make it works. Have you tried using it? Something about using rectangle to cover the area.
Cagliostro wrote: Tue Mar 04, 2025 8:47 am I had the same issue when recoded the TMA, at the end dropped the idea of filling the area and kept only the borders using a different plotting logic. If useful
post1295560645.html#p1295560645

Re: Coding Help

1747
budhi1976 wrote: Tue Mar 04, 2025 3:00 pm I read a thread at mql5 forum about this area filling, there's a suggestion to use CCanvas, but I have below average near zero line knowledge about mql5 language, I can't make it works. Have you tried using it? Something about using rectangle to cover the area.
Yes, tried any available filling options. The issue is that using objects impacts the performance in a very serious way and is not worth IMO at all.
These users thanked the author Cagliostro for the post:
budhi1976
"I conjure from shadows and shape fortunes from the unseen. The treasure lies hidden in plain sight, beneath the sunlight." - Cagliostro

Re: Coding Help

1750
budhi1976 wrote: Wed Mar 05, 2025 1:45 pm Many Thanks mrtools.
That looks perfect. But I don't know why, it crash my MT5 every time I attach it to a chart. 😰
Not sure, got it on a couple of charts, don't know if it will help maybe lower your max bars brought mine down to 25k and also added

Code: Select all

ChartSetInteger(0,CHART_FOREGROUND,true); 
in the beginning of the code to better see the candles, maybe that will help.
These users thanked the author mrtools for the post:
budhi1976