Need help indentifying indicator - page 118

 

Anyone has entropy indicator for MT4

I find some of entropy-based indicator (TS) for predicting stock price trend reversal but not for forex market.

 

...

See this post (and some posts following it) : https://www.mql5.com/en/forum/180729/page15

posture:
I find some of entropy-based indicator (TS) for predicting stock price trend reversal but not for forex market.
 

Can someone tell me which renko indicator is this?

Can someone tell me which renko indicator is this?

 

Is there a script that let you place order with 1 click, and set profit, stop loss?

Is there a script that let you place order with 1 click, and set profit, stop loss?

So whenever i place buy/sell limit at MT4, it will put in the profit, stop loss on my predefine number.

I cant find it by searching here, so maybe someone know a similar program/script that works on MT4.

thanks.

 

Hi MoreYummy,

Look at this post those scripts:

https://www.mql5.com/en/forum/173000/page34

 

Hi new digital,

All buy/sell order script are for 5 digits only? How about 4 digitals broker?

Do i modify something on it?

Are they ea or script with hot key to place order?

thanks

 

On this page?

https://www.mql5.com/en/forum/173000/page24

for 5 or 4 digit.

It is the settings for buy script for example:

Order_Type = 0; // 0- Current Price; 1 - BUYSTOP; 2 - BUYLIMIT

Lots = 1;

Price = 0;

Distance = 0; // Distance from current price in pips for pending orders

TakeProfit = 0; // TakeProfit in pips

StopLoss = 0; // StopLoss in pips

Slippage = 3;

Comments = "BUY";

Magic = 0;

PointRatio = 10;

If 4 digit broker so change PointRatio to 1.

Do you know what I am doing?

I am openning script in MetaEditor and changing the settings fir ... for example - buy GBPUSD with take profit 25 and stop loss 50. So, I am modifying the settings and use magic number ... for example 9 (Magic = 9). After that - I click on 'Save as" and save this script with this settings and with new name (something as ... "buy_gbpchf").

As a results - you can have scripts to buy gbpchf, to plae pending order for this pair and so on.

Same with other pairs.

Example here:

https://www.mql5.com/en/forum/173000/page35

------------

About hot keys so I am not using hot keys. But you can look on this thread:

https://www.mql5.com/en/forum/178343

Example:

F9 call the "New Order" window

And this thread too

https://www.mql5.com/en/forum/172885

 

Price change indicator

Hi Coders & traders,

I´m looking for an indicator (line indi in seperate window) that messures the diffence in pips between the current price and the (closing-) price at "X" bars back in time. The "X" must be a value of your on choice, for ex. 15, 30 or 60 min. I find the 60 min on a 1min chart most effective, but with a proper indi, it´s easier to evaluate different timesettings and pairs.

Note! It´s not a question of a MA, it´s supposed to compare with a certain price "X" bars back!

I have surched all over the internet, but I can´t find what I´m looking for.

Anybody who could point me in the right direction, or maybe even code it? It´s probably very easy to code. I have tried, but I didn´t have the skills to succeed.

Thanks in advance,

Klondyke

 

Momentum indicator ...

Klondyke

By definition that is a momentum. Metatrader built in momentum works with a bit different formula, so here is a momentum that works as you described it. It also has an option to convert the momentum to pips and is a multi time frame as well (so you should not have any problems finding out the momentum of other time frames - the "X" bars back in time, if that is what you had in mind)

Klondyke:
Hi Coders & traders,

I´m looking for an indicator (line indi in seperate window) that messures the diffence in pips between the current price and the (closing-) price at "X" bars back in time. The "X" must be a value of your on choice, for ex. 15, 30 or 60 min. I find the 60 min on a 1min chart most effective, but with a proper indi, it´s easier to evaluate different timesettings and pairs.

Note! It´s not a question of a MA, it´s supposed to compare with a certain price "X" bars back!

I have surched all over the internet, but I can´t find what I´m looking for.

Anybody who could point me in the right direction, or maybe even code it? It´s probably very easy to code. I have tried, but I didn´t have the skills to succeed.

Thanks in advance,

Klondyke
Files:
 

Momentum indicator

mladen:
Klondyke By definition that is a momentum. Metatrader built in momentum works with a bit different formula, so here is a momentum that works as you described it. It also has an option to convert the momentum to pips and is a multi time frame as well (so you should not have any problems finding out the momentum of other time frames - the "X" bars back in time, if that is what you had in mind)

MLADEN,

Your the MAN! Thank you so very, very much!

It seems to be spot on! I would never have found it by myself.

Now I´ve got work to do.......

Klondyke

Reason: