Re: Coding Help

1671
Mendes79 wrote: Tue Sep 17, 2024 2:28 am I need the code to protect my indicator against possible renames. Could anyone provide me with this code?
mrtools wrote: Thu Sep 26, 2024 11:34 am Find it interesting you always ask for source code, but then you want code to protect "your" indicator.
Yeah whatsup with that MENDEZ?

Agreed Mrtools.......
These users thanked the author moey_dw for the post:
mrtools
Official Forex-station GIF animator at your service 👨‍⚖️
See a GIF with Forex-station.com on it? I probably made it
The best divergence indicator in the world.
Real news exists: Infowars.com 👈


Re: Coding Help

1672
Could someone please reverse these arrows so that they are UNDER the price on the down arrow and OVER the price on the UP arrow.
Many thanks.
TEAMTRADER
PS - The reason why it is necessary is that the arrows do not show on the visible screen when the price is at the extreme top and bottom of the chart.
PPS - Attached to the price if possible as when the arrow is far away from the price it can be overlooked and not seen.

Re: Coding Help

1674
jahbez wrote: Sun Oct 06, 2024 12:14 pm Is it possible to updated the Market Structure All In One Indicator. It seems to have stopped working on the MT4 platform as of October 2024 . Your assistance would be greatly appreciated. Best Regards
Without the MQL4 file no one can help.

Have you heard of Google? It did not take much to find this. post1295543850.html#p1295543850
These users thanked the author XXXX for the post:
mrtools
nil desperandum

Re: Coding Help

1675
jahbez wrote: Sun Oct 06, 2024 12:14 pm Is it possible to updated the Market Structure All In One Indicator.
XXXX wrote: Sun Oct 06, 2024 2:20 pm Have you heard of Google? It did not take much to find this.
Speaking of Google just found out today some countries are actually restricted from using Google.. lol how shit is that

But yeah jahbez.. like XXXX said you'll need the MQ4 source because EX4's are are not editable here.


Re: Coding Help

1678
NotInPortland wrote: Wed Oct 09, 2024 8:11 am Hi, i'm in the beginning of mql4 programming. I was trying to create an indicator that draws lines of different colors to identify buy orders and sell orders, take profit and stop loss. Everything was just fine but i can't succeed in "levels". My indicator lines appear always to be up other indicator objects. I want the opposite, my lines need to be under.

thanks in advance
Try adding this ObjectSet("Name", OBJPROP_BACK, true);

ZOrder is only for deciding which object is used for a mouse click.
nil desperandum

Re: Coding Help

1679
Hello,

Could someone help me to understand if this indicator (Mogalef Bands) has a problem ?

It does weird things on BTCUSD H1 (see 1st screenshot) : you can't even see the lines anymore because it seems to take D1 or W1 calculation.

While this version for MT5 seems to work properly (see 2nd screenshot).

I don't even need the special features (MTF, projection, bars, etc.), I would just be happy if it the normal calculation worked on BTCUSD H1 :-).

I have tried all the MT4 versions I could find on Internet, but they all do the same thing.

Thanks a lot if you can help, best regards.

Re: Coding Help

1680
airquest wrote: Sun Oct 13, 2024 12:19 am Hello,

Could someone help me to understand if this indicator (Mogalef Bands) has a problem ?

It does weird things on BTCUSD H1 (see 1st screenshot) : you can't even see the lines anymore because it seems to take D1 or W1 calculation.

While this version for MT5 seems to work properly (see 2nd screenshot).

I don't even need the special features (MTF, projection, bars, etc.), I would just be happy if it the normal calculation worked on BTCUSD H1 :-).

I have tried all the MT4 versions I could find on Internet, but they all do the same thing.

Thanks a lot if you can help, best regards.
Converted Mladen's mt5 version seems to work on Bitcoin on M30 charts or greater not sure why it isn't working on charts less than m30 though.

PS: For more information on this indicator, please see here: Mogalef Bands.
These users thanked the author mrtools for the post (total 4):
RodrigoRT7, moey_dw, kvak, airquest