Dear Mr.Tools.
First of all, a belated, but sincere wish for a successful 2022.
Secondly, would you please be kind enough to add an audible voice alert to this indicator built by Mladen?
Looking forward to hearing from you when convenient.
Sincerely,
Hercs.
Re: MT4 Indicator requests and ideas
14702Alerts added and posted here Various indicatorsHercs78 wrote: Sat Jan 15, 2022 12:04 am Dear Mr.Tools.
First of all, a belated, but sincere wish for a successful 2022.
Secondly, would you please be kind enough to add an audible voice alert to this indicator built by Mladen?
Looking forward to hearing from you when convenient.
Sincerely,
Hercs.
Trend envelopes v2.mq4
Re: MT4 Indicator requests and ideas
14703Dear mrtools -
Would you please consider further upgrading the attached indicator with all averages, MTF including AHTF, and button?
Thank you very much for your great work.
Would you please consider further upgrading the attached indicator with all averages, MTF including AHTF, and button?
Thank you very much for your great work.
Re: MT4 Indicator requests and ideas
14704Mr.tools/ expert coders
Please make update this indicator based on below condition
DOWN ARROW!!
1bearish body(red) +3 bullish body (green) +1 bearish body (red)
Please make update this indicator based on below condition
DOWN ARROW!!
1bearish body(red) +3 bullish body (green) +1 bearish body (red)
"There is NO GOD higher than TRUTH" - Mahatma Gandhi
Re: MT4 Indicator requests and ideas
14705Dear Mrtools,
hope you are healty,
here is an ea which using sup-dem areas and getting in and out positions according to indicator..
but!.
it's only opening sell position and only for once (waiting to close position for open a new one even if there are lots of signals to open sell positions).. is it possible to edit it be able to get in multiple positions for sell??
hope you are healty,
here is an ea which using sup-dem areas and getting in and out positions according to indicator..
but!.
it's only opening sell position and only for once (waiting to close position for open a new one even if there are lots of signals to open sell positions).. is it possible to edit it be able to get in multiple positions for sell??
Re: MT4 Indicator requests and ideas
14706That indicator repaints, check it out very well, sm indicators are subtle repainter except smtrixDTRCT wrote: Tue Jan 11, 2022 3:11 pm Dear coder.
Please add mtf to this indicator, smLazyHedging TrendOsc
Thank you.
- These users thanked the author A_5 for the post:
- Borshchov A.N.
Re: MT4 Indicator requests and ideas
14707Posted a version here Various indicatorswtrader13 wrote: Sat Jan 15, 2022 6:06 pm Dear mrtools -
Would you please consider further upgrading the attached indicator with all averages, MTF including AHTF, and button?
Thank you very much for your great work.
Re: MT4 Indicator requests and ideas
14708Not sure maybe on lines 47 and 54 you can try changingtildenkatz wrote: Sun Jan 16, 2022 12:44 am Dear Mrtools,
hope you are healty,
here is an ea which using sup-dem areas and getting in and out positions according to indicator..
but!.
it's only opening sell position and only for once (waiting to close position for open a new one even if there are lots of signals to open sell positions).. is it possible to edit it be able to get in multiple positions for sell??
Code: Select all
if(OrdersTotalT(OP_SELL)==0 && Ask>current_res && current_res!=last_res)
Code: Select all
if(OrdersTotalT(OP_BUY)==0 && Bid<_sup && _sup!=0 && last_sup!=_sup)
Code: Select all
input int maxSellOrders = 3;
input int maxBuyOrders = 3;
Code: Select all
if(OrdersTotalT(OP_SELL)==maxSellOrders && Ask>current_res && current_res!=last_res)
Code: Select all
if(OrdersTotalT(OP_BUY)==maxBuyOrders&& Bid<_sup && _sup!=0 && last_sup!=_sup)
Re: MT4 Indicator requests and ideas
14709Sorry no idea what you are asking.sal wrote: Sat Jan 15, 2022 11:36 pm Mr.tools/ expert coders
Please make update this indicator based on below condition
DOWN ARROW!!
1bearish body(red) +3 bullish body (green) +1 bearish body (red)
Re: MT4 Indicator requests and ideas
14710mr.tools
if consecutive 3 green colour body bars confirmed & next red body - rmake reversal down arrow.
hope this is clear !!
you can see the snap where i marked.
"There is NO GOD higher than TRUTH" - Mahatma Gandhi