Tan Chee Ho
Tan Chee Ho
5 (1)
  • Information
3 years
experience
4
products
55
demo versions
0
jobs
0
signals
0
subscribers
Friends 2
Tan Chee Ho Published product

Average Price Bars (APB) are modified Heikin-Ashi type candlesticks. Heikin-Ashi is a Japanese term translated as 'Average Bar'; therefore, the name, Average Price Bars.  Average Price Bars provide a better depiction of current market by eliminating or reducing fluctuations in nominal price action often referred to as “choppiness” of current High, Low, and Close price action

Tan Chee Ho Published product

THIS IS SEMI-AUTO EXPERT ADVISOR Please change the back test setting to " False " in the parameter. SURE-FIRE STRATEGY (ZONE RECOVERY TRADING METHOD) The forex trading technique below is simply...awesome. If you are able to look at a chart and identify when the market is  trending , then you can make a bundle using the below technique. If we had to pick one single trading technique in the world, this would be the one! Make sure to use proper position sizing and money management with this

Tan Chee Ho Published product

SemiEA : Semi-Auto EA with 3 takeprofit setting to handle the trades.   Semi Martingale EA Thank you for visiting here. Please spare few minutes to see how interesting this EA is. This EA is NOT a fully automated EA, but it assist trader to handle their trades effectively. Hope you will enjoy this Robot. If you like my work, kindly follow me, and you will be notify when my new work is up. EA features: - EA helps to open recovery trades after the first trade placed by the trader. - This EA

Tan Chee Ho
Added topic Error Code #1, how to avoid modify when the value is same.
if (OrderTakeProfit()!= tp || OrderStopLoss() != 0 ){     if (OrderModify(OrderTicket(),OrderOpenPrice(),sl,tp, 0 , clrNONE ))       Print ( "Modified successfully" );       else Print
Tan Chee Ho Published product
Reviews: 1
99.00 USD

Semi Martingale EA EA features: - EA helps to open recovery trades after the first trade placed by the trader. - This EA works well with other EA. - Trader is allow to open first trade based on his analysis, which increase the chances of closing the trades with Take Profit. - EA has fake take profit setting to confuse broker. - EA has trailing stoploss function, allow trader to maximize profit. - EA open recovery trade only at the opening of new candle if criteria are met. - Take Profit can be

Tan Chee Ho
Added topic Error 131 when trying to publish a simple EA to the market.
void OnTick ()   {    Count();    if (Automated== true ){       if (count1== 0 ){    int ticket= OrderSend ( Symbol (),OP_BUY, 0.01 ,Ask, 3 , 0 , 0 , "My order" , 0 , 0 , clrGreen );
Tan Chee Ho
Added topic Trying to get the latest open trade info.
void counttrades() { //----    int       total= OrdersTotal ();                 if (total== 0 ) openedtrades= 0 ;    else {
Tan Chee Ho
Added topic ExitTrade function question!!
void ExitTrade() {    for ( int i= OrdersTotal (); i>= 0 ; i--)    {        if ( OrderSelect (i, SELECT_BY_POS ))       {
Tan Chee Ho
Registered at MQL5.community