The ACB Breakout Arrows indicator provides a crucial entry signal in the market by detecting a special breakout pattern. The indicator constantly scans the chart for a settling momentum in one direction and provide the accurate entry signal right before the major move.
Get multi-symbol and multi-timeframe scanner from here - Scanner for ACB Breakout Arrows MT4
- Use ACB Trade Filter indicator to filter out the low probability trades.
(optional) - Use KT Support and Resistance Levels to avoid trade entry around a significant support/resistance level. Such trade entries can immediately turn negative and lead to unnecessary losses.
“The goal of a successful trader is to make the best trades. Money is secondary.” – Alexander Elder
double Buy_Signal = iCustom(NULL,0,"Market/ACB Breakout Arrows", 0,1);
double Sell_Signal = iCustom(NULL,0,"Market/ACB Breakout Arrows", 1,1);
Buy_Stoploss:
if(iCustom(NULL,0,"Market/ACB Breakout Arrows", 2,1)!=0)Buy_Stoploss = iCustom(NULL,0,"Market/ACB Breakout Arrows", 2,1);
Sell_Stoploss:
if(iCustom(NULL,0,"Market/ACB Breakout Arrows", 3,1)!=0)Sell_Stoploss = iCustom(NULL,0,"Market/ACB Breakout Arrows", 3,1);
// Fetching targets from the chart
Quick Profit = NormalizeDouble(ObjectGetDouble(0,"FirstTarget",OBJPROP_PRICE),Digits);
First Target = NormalizeDouble(ObjectGetDouble(0,"Target1",OBJPROP_PRICE),Digits);
Final Target = NormalizeDouble(ObjectGetDouble(0,"Target2",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.