Once a new trend is established, it provides several entry opportunities to ride the established trend successfully. A pullback
threshold is used to avoid the less significant entry points.
MT4 Version is available here https://www.mql5.com/en/market/product/46268
Developers can use the following code to import the indicator in expert advisor: // define arrays double Buy_Signal[]; double Sell_Signal[]; double Bullish_Trend[]; double Bearish_Trend[]; //define indicator handle int indicator_handle = iCustom(Symbol(),0,"Market/KT Trend Trading Suite"); // Copy buffers into arrays CopyBuffer(indicator_handle,0,1,1,Buy_Signal); CopyBuffer(indicator_handle,1,1,1,Sell_Signal); CopyBuffer(indicator_handle,2,1,1,Bullish_Trend); CopyBuffer(indicator_handle,3,1,1,Bearish_Trend); if(Bullish_Trend[0]>Bearish_Trend[0]){;} // Trend is Bullish if(Bearish_Trend[0]>Bullish_Trend[0]){;} // Trend is Bearish if(Buy_Signal[0]!=0){;} // A Buy Signal Occurs if(Sell_Signal[0]!=0){;} // A Sell Signal Occurs
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@market-fx.pro.
Refund requests received more than 30 days after purchase will be rejected.