Re: MT4 Indicators with alerts/signals

131
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
"There is NO GOD higher than TRUTH" - Mahatma Gandhi


Re: MT4 Indicators with alerts/signals

133
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


Dear sal,
Is that possible to clarify the meaning of ... "PCF" ... thank you for your understanding ...
Best Regards
Dimitri

Re: MT4 Indicators with alerts/signals

134
hallo 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 .
My children are very smelly sir


Re: MT4 Indicators with alerts/signals

136
sal wrote:
PERSONAL CRITERIA FORMULA -"PCF"
i hope this below link will helps about PFC. Mostly coder will understand than me (trader)
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

Re: MT4 Indicators with alerts/signals

137
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
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.
Attachments
"There is NO GOD higher than TRUTH" - Mahatma Gandhi

Re: MT4 Indicators with alerts/signals

138
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.  
Dear sal,
It is cleared now, no misunderstanding .... Wish you success ...
Best Regards
Dimitri


Who is online

Users browsing this forum: Bing [Bot], cdk1212, Proximic [Bot], Ricstar_8, RodrigoRT7 and 75 guests