hi
Is it possible to add candle pattern math below to the indicators and add one more arrow alert for pattren only to the alert arrow bars.
1) Bullish Engulfing PCF - ((O1 > C1) AND (C > O) AND (C >= O1) AND (C1 >= O) AND ((C - O) > (O1 - C1)))
2) Bearish Engulfing PCF - ((C1 > O1) AND (O > C) AND (O >= C1) AND (O1 >= C) AND ((O - C) > (C1 - O1)))
3) Dark Cloud PCF - ((C1 > O1) AND (((C1 + O1) / 2) > C) AND (O > C) AND (O > C1) AND (C > O1) AND ((O - C) / (.001 + (H - L)) > .6))
4) Piercing Line PCF - ((C1 < O1) AND (((O1 + C1) / 2) < C) AND (O < C) AND (O < C1) AND (C < O1) AND ((C - O) / (.001 + (H - L)) > 0.6))
5) Bullish Abandoned Baby PFC - C2<O2 AND ABS(C2-O2)>(H2-L2)*0.50 AND H1>L2 AND (C1+O1)/2>=((H1+L1)/2)*0.40 AND (C1+O1)/2<=((H1+L1)/2)*0.60 AND
ABS (C1-O1)<= (H1-L1)*10 AND L>H1 AND C<O
6) Bearish Abandoned Baby PCF - ABS(C2-O2)>(H2-L2)*0.50 AND C2>O2 AND ABS(C1-O1)<= (H1-L1)*0.05 AND ((C1+O1)/2)-L1 >= (H1-L1)*0.40 AND ((C1+O1)/2)-L1 <= (H1-L1)*0.60 AND L1>H2 AND C<O AND H<L1 AND O>C2 AND (L>O2 OR C<L2)
7) Bullish Morning Star Doji PCF - C2<O2 AND ABS(C2-O2)>(H2-L2)*0.50 AND H1<L2 AND ((C1+O1)/2)-L > (H-L)*0.40 AND ((C1+O1)/2)-L <(H-L)*0.60 ANDABS(C1-O1) < (H1-L1)*0.20 AND C>O
8)Bearish Evening Star Doji PCF - ABS(C2-O2)>(H-L)*0.50 AND C2>O2 AND ABS(C1-O1)<(H1-L1)*0.05 AND (H1-L1)<(AVGH21.1-AVGL21.1)*0.20 AND O1>C2 AND C<O
Re: MT4 Indicators with alerts/signals
132hallo Mrtools,
Thank you for the responds, really appreciate, the indicator is working well thank you again!!!!!
Thank you for the responds, really appreciate, the indicator is working well thank you again!!!!!
Re: MT4 Indicators with alerts/signals
133Dear sal,sal wrote:hi
Is it possible to add candle pattern math below to the indicators and add one more arrow alert for pattren only to the alert arrow bars.
1) Bullish Engulfing PCF - ((O1 > C1) AND (C > O) AND (C >= O1) AND (C1 >= O) AND ((C - O) > (O1 - C1)))
2) Bearish Engulfing PCF - ((C1 > O1) AND (O > C) AND (O >= C1) AND (O1 >= C) AND ((O - C) > (C1 - O1)))
3) Dark Cloud PCF - ((C1 > O1) AND (((C1 + O1) / 2) > C) AND (O > C) AND (O > C1) AND (C > O1) AND ((O - C) / (.001 + (H - L)) > .6))
4) Piercing Line PCF - ((C1 < O1) AND (((O1 + C1) / 2) < C) AND (O < C) AND (O < C1) AND (C < O1) AND ((C - O) / (.001 + (H - L)) > 0.6))
5) Bullish Abandoned Baby PFC - C2<O2 AND ABS(C2-O2)>(H2-L2)*0.50 AND H1>L2 AND (C1+O1)/2>=((H1+L1)/2)*0.40 AND (C1+O1)/2<=((H1+L1)/2)*0.60 AND
ABS (C1-O1)<= (H1-L1)*10 AND L>H1 AND C<O
6) Bearish Abandoned Baby PCF - ABS(C2-O2)>(H2-L2)*0.50 AND C2>O2 AND ABS(C1-O1)<= (H1-L1)*0.05 AND ((C1+O1)/2)-L1 >= (H1-L1)*0.40 AND ((C1+O1)/2)-L1 <= (H1-L1)*0.60 AND L1>H2 AND C<O AND H<L1 AND O>C2 AND (L>O2 OR C<L2)
7) Bullish Morning Star Doji PCF - C2<O2 AND ABS(C2-O2)>(H2-L2)*0.50 AND H1<L2 AND ((C1+O1)/2)-L > (H-L)*0.40 AND ((C1+O1)/2)-L <(H-L)*0.60 ANDABS(C1-O1) < (H1-L1)*0.20 AND C>O
8)Bearish Evening Star Doji PCF - ABS(C2-O2)>(H-L)*0.50 AND C2>O2 AND ABS(C1-O1)<(H1-L1)*0.05 AND (H1-L1)<(AVGH21.1-AVGL21.1)*0.20 AND O1>C2 AND C<O
Is that possible to clarify the meaning of ... "PCF" ... thank you for your understanding ...
Best Regards
Dimitri
Re: MT4 Indicators with alerts/signals
134hallo Mrtools, sir i want ADR indicators previous days lines and please add -----NumberofDays ----to customindicator--inputs--variable ,
to change comfort days , now it is shows only today lines (ADRhigh,ADRlow ) only
sir if possible Add weekly means 15 weeks atr period AWR lines (AWR high ,AWR low ).. add session/timeframe option can we swich daily / weekly ,
if all ready have like this previous days shows indicator please share / help sir
Thankyou sir .
to change comfort days , now it is shows only today lines (ADRhigh,ADRlow ) only
sir if possible Add weekly means 15 weeks atr period AWR lines (AWR high ,AWR low ).. add session/timeframe option can we swich daily / weekly ,
if all ready have like this previous days shows indicator please share / help sir
Thankyou sir .
My children are very smelly sir
Re: MT4 Indicators with alerts/signals
135PERSONAL CRITERIA FORMULA -"PCF"Dimitri wrote:Dear sal,
Is that possible to clarify the meaning of ... "PCF" ... thank you for your understanding ...
Best Regards
Dimitri
"There is NO GOD higher than TRUTH" - Mahatma Gandhi
Re: MT4 Indicators with alerts/signals
136Dear sal,sal wrote:
PERSONAL CRITERIA FORMULA -"PCF"
i hope this below link will helps about PFC. Mostly coder will understand than me (trader)
Thank you for your prompt reply ... But what is not clear is the "-" which follows the "PFC" ... and as far as i can understand (i am not a programmer ...) this can not produce a result ... Because the way it is expressed, you ask to subtract True or False from ... ???
Clarify if possible ...
Best Regards
Dimitri
Re: MT4 Indicators with alerts/signals
137Dear Dimitri,Dimitri wrote:Dear sal,
Thank you for your prompt reply ... But what is not clear is the "-" which follows the "PFC" ... and as far as i can understand (i am not a programmer ...) this can not produce a result ... Because the way it is expressed, you ask to subtract True or False from ... ???
Clarify if possible ...
Best Regards
Dimitri
Its my typing error its PCF not PFC...
as i given indicator signal alert channel, if the candle is touch to the bar alret arrow comes for reversal trend on the live candle.
If the any pattern is formed while these arrorw alert time or next upcomding candles, then it is a good trend and paint an confirmaton arrow for trade.
hope the above is clear .
attached a snop shot for the above explansion.
"There is NO GOD higher than TRUTH" - Mahatma Gandhi
Re: MT4 Indicators with alerts/signals
138Dear sal,sal wrote:
Dear Dimitri,
Its my typing error its PCF not PFC...
as i given indicator signal alert channel, if the candle is touch to the bar alret arrow comes for reversal trend on the live candle.
If the any pattern is formed while these arrorw alert time or next upcomding candles, then it is a good trend and paint an confirmaton arrow for trade.
hope the above is clear .
attached a snop shot for the above explansion.
It is cleared now, no misunderstanding .... Wish you success ...
Best Regards
Dimitri
Re: MT4 Indicators with alerts/signals
139Dimitri wrote:Dear sal,
It is cleared now, no misunderstanding .... Wish you success ...
Best Regards
Dimitri
Dear Sal
please if its ok with you would you please share the indicators you use for this kind of setup,
regards
Re: MT4 Indicators with alerts/signals
140Imandipalmandipa wrote:
Dear Sal
please if its ok with you would you please share the indicators you use for this kind of setup,
regards
pls. read my previous thread. I already posted indicator.
I got from mr. Pacios who posted in this site.
"There is NO GOD higher than TRUTH" - Mahatma Gandhi