KT Asian Breakout indicator scans and analyzes a critical part of the Asian session to generate bi-directional buy and sell signals with the direction of a price breakout. A buy signal occurs when the price breaks above the session high, and a sell signal occurs when the price breaks below the session low.
double Buy_Signal = iCustom(NULL,0,"Market/KT Asian Breakout Indicator",0,1); double Sell_Signal = iCustom(NULL,0,"Market/KT Asian Breakout Indicator",1,1); double Buy_Stoploss = iCustom(NULL,0,"Market/KT Asian Breakout Indicator",2,1); double Sell_Stoploss = iCustom(NULL,0,"Market/KT Asian Breakout Indicator",3,1); if(Buy_Signal!=0) // buy condition is true if(Sell_Signal!=0) // sell condition is true // Fetching targets from the chart First Target = NormalizeDouble(ObjectGetDouble(0,"KT_FTP",OBJPROP_PRICE),Digits); SecondTarget = NormalizeDouble(ObjectGetDouble(0,"KT_STP",OBJPROP_PRICE),Digits); Third Target = NormalizeDouble(ObjectGetDouble(0,"KT_TTP",OBJPROP_PRICE),Digits);
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.