In addition, a mathematical algorithm is used with variable deviation to fine-tune the indicator's signals on a different level.
Winning Trade: After a signal, if price touches the middle band in profit, it is considered a winner.
Losing Trade: After a signal, if price touches the opposite band or touches the middle band in loss, it is considered a loser.
!Both scenarios are accounted for in performance metrics and shown on the chart in real-time.
If the probability of price reaching the middle band is 65% or more, it is considered very high due to the self-criticizing nature of the deployed algorithm.
double Upper_Band = iCustom(Symbol(),0,"Market/KT Bollinger Bands Shots",0,1); double Mid_Band = iCustom(Symbol(),0,"Market/KT Bollinger Bands Shots",1,1); double Lower_Band = iCustom(Symbol(),0,"Market/KT Bollinger Bands Shots",2,1); double Buy_Signal = iCustom(Symbol(),0,"Market/KT Bollinger Bands Shots",3,1); double Sell_Signal = iCustom(Symbol(),0,"Market/KT Bollinger Bands Shots",4,1); if(Buy_Signal!=0) // Buy signal detected if(Sell_Signal!=0) // Sell signal detected double Buy_Stoploss = Lower_Band // Can be used as a possible stop loss for a buy trade. double Sell_Stoploss = Upper_Band // can be used as a possible stop loss for a sell trade. double Take_Profit = Mid_Band // Can be used as a possible profit target for both buy & sell trade.
If for any reason you do not like the purchased program, you can request a refund within 30 days from the date of purchase. You can also make an exchange for any other product at an equal cost or by paying the difference.
Simply send a request for refund or exchange with your order number by email: support@fx-market.pro.
Refund requests received more than 30 days after purchase will be rejected.