Requests & Ideas - page 641

 
redwed:

Hello traders. Can anybody make this indicator more user friendly (shows description upon settings)? And maybe mtf too?

Your help is much appreciated.

mr mladen. Can you help me on this matter? Post 6407
 
anyone here can convert indicator of tradingview to mq4 ?
 
redwed:
mr mladen. Can you help me on this matter? Post 6407

A "user friendly" version of ma crosses (multi time too)

 
bonbon123:
anyone here can convert indicator of tradingview to mq4 ?
Which one (most tradingview indicators were actually first made for metatrader and then for tradingview)?
 
Friends who can modify the indicator? It is necessary that the indicator is not rebuilt after the candle closed. Let him lead the calculation as it should, but that after the closing of the candle he did not change their values. That is as it happens channel lock after closing the candle and he further works on the algorithm.
 
oguz:

Dear @mladen,

Can you update attached ea for latest built mt4 please?

(Last updated: 2015.02.28, almost two years ago)


P.S: "MaximumRisk" isn't work.

Thank you.

It is already new mt4 compatible

As of MaximumRisk : this is what it does in the code

   if (MaximumRisk > 0)
   {
   lot=NormalizeDouble(AccountFreeMargin()*MaximumRisk*AccountLeverage()/contract,2);
   }
But you have to have the DecreaseFactor set to <= 0 in order to let it work
 
mladen:

It is already new mt4 compatible

As of MaximumRisk : this is what it does in the code

   if (MaximumRisk > 0)
   {
   lot=NormalizeDouble(AccountFreeMargin()*MaximumRisk*AccountLeverage()/contract,2);
   }
But you have to have the DecreaseFactor set to <= 0 in order to let it work
I check right now...
 

Dear @mladen,

Can you update attached ea for latest built mt4 please?

(Last updated: 2015.02.28, almost two years ago)


P.S: "MaximumRisk" isn't work.

Thank you.

 
mladen:

A "user friendly" version of ma crosses (multi time too)

Thank you sir. 
 

Hello Mr. Mladen I hope that you are creating a pointer to this model

The index is based on the idea of ​​the Bollinger Band settings (14). .

 On the top and bottom lines in the Bollinger Bands.

This picture for clarification and thank you.