AIMS Box objects

Here you can ask questions about All the Indicators that we Use.

- AIMS Box Indicator previously AIMS Levels
- AIMS Gator previousl AIMSiGator
- AIMS Entry Alert
- AIMS Wave - aka AIMS AO
Post Reply
User avatar
Herbert
Free Member
Free Member
Posts: 587
Joined: 07 Jan 2012, 12:18
13

AIMS Box objects

Unread post by Herbert »

Hi Steve.
Is it at all possible in mt4 coding to render the AIMS box objects not selectable by mouse? Below is a possible suggestion for it. :-B

Regards
Herbert
Q:
Originally Posted by djarum11 View Post
Is there a way to modify an MQ4 indicator so that its chart lines/text/etc are not clickable with the mouse? when i am trading i am constantly distracted by accidentally selecting & moving indicator items on the chart.

A: if its a custom indicator and you have access to the code, I believ the answer is to name the indicator label as no name:
SetIndexLabel(1,NULL);
Luck = LABOR UNDER CORRECT KNOWLEDGE - Forex Joe
"Nothing wins more than superior research and preparation"
AIMS - The art of Trading markets successfully
User avatar
snorm
AIMSter
AIMSter
Posts: 305
Joined: 13 Aug 2011, 22:57
14

Re: AIMS Box objects

Unread post by snorm »

Hi Herbert

I know exactly what you mean (it gets me too, from time to time) but I am not aware of any way this can be done. The AIMS boxes are formed from rectangle objects, as opposed to index lines such as you would use for MACD or AO. SetIndexLabel won't work for this.

Sorry :(

cheers
Steve
User avatar
Herbert
Free Member
Free Member
Posts: 587
Joined: 07 Jan 2012, 12:18
13

Re: AIMS Box objects

Unread post by Herbert »

Hey Steve. Thanks for the reply. I was just being hopefull that you may pull a trick nobody else could... =p~
Yeah, somebody should go over to the MT4 people and slap some sense into them...

I know MT5 will give guys like you a lot more freedom. If only i can convince my broker to provide a feed for MT5 just for analysis..... :ympray:
I know some do...

Regards
Herbert
Luck = LABOR UNDER CORRECT KNOWLEDGE - Forex Joe
"Nothing wins more than superior research and preparation"
AIMS - The art of Trading markets successfully
User avatar
snorm
AIMSter
AIMSter
Posts: 305
Joined: 13 Aug 2011, 22:57
14

Re: AIMS Box objects

Unread post by snorm »

Herbert wrote:Hey Steve. Thanks for the reply. I was just being hopefull that you may pull a trick nobody else could... =p~
Yeah, somebody should go over to the MT4 people and slap some sense into them...

I know MT5 will give guys like you a lot more freedom. If only i can convince my broker to provide a feed for MT5 just for analysis..... :ympray:
I know some do...

Regards
Herbert

Hey Herbert - I will get around to doing MT5 conversions one of these days, perhaps that will solve all our problems ... :)
User avatar
Herbert
Free Member
Free Member
Posts: 587
Joined: 07 Jan 2012, 12:18
13

Re: AIMS Box objects

Unread post by Herbert »

Excellent Steve!! Till then..:-bd
Herbert
Luck = LABOR UNDER CORRECT KNOWLEDGE - Forex Joe
"Nothing wins more than superior research and preparation"
AIMS - The art of Trading markets successfully
Post Reply