Thank you Ro, what are the differences in this version?I added macd to trade with the trend. Try it
macd trend
if(CheckMarketBuyOrders()==0 && CheckMarketSellOrders()==0)
{
if(data[pos][1]-spread>Open[0] && macd >0)
{
if(SL==0)BuySL=0;
else
BuySL=NormalizeDouble(Ask-SL*MyPoint,Digits);
if(TP==0)BuyTP=0;
else
BuyTP=NormalizeDouble(Ask+TP*MyPoint,Digits);
MainOrders(0,Ask,BuyTP,BuySL);
}
if(data[pos][1]+spread<Open[0] && macd<0)
{
if(SL==0)BuySL=0;
else
SellSL=NormalizeDouble(Bid+SL*MyPoint,Digits);
if(TP==0)BuyTP=0;
else
SellTP=NormalizeDouble(Bid-TP*MyPoint,Digits);
MainOrders(1,Bid,SellTP,SellSL);
}
I added macd to trade with the trend. Try it
hi no open trades
do you have a hystory from real account?[NO LOSS] WIN 100% .
Saya akan tunjukkan bukti bahwa robot Sniper ini berjaya di backtest.
Silahkan Anda BACKTEST robot hasil modifikasi saya ini ,
- Semua Pair
- Semua Timeframe
- dan Modal Cukup $5 saja.
set Parameter WinAll ke true.
Anda akan melihat NO LOSS atau WIN 100% di semua pair dan semua timeframe,
dan Drawdown MAKSIMAL hanya 9%.
Dengan hasil yang sangat Fantastis.
It's OK , just be sure to be on M5 TF and wait !!Hi Rod comes to me written "History data loaded". What should I do?