Hi Mr Funchi San,funchi wrote: Wed Jul 22, 2026 8:42 am Are you still not getting the trades to execute as expected?
I was about to check the 135.tpl file, but it is different from the one in post #2317.
It is still not getting any trade.
This template is almost same as the 2317, just i have withdraw some FNC_DB indicator only, to test it in simple way. Sorry to confuse you.
I have noticed some difference, before that when my setting ''Allow entry if signal appeared in previous bars'' is FALSE, few weeks ago it still can trigger the trade, the trade mechanism is like this....it trigger the buy/sell order, and hit the TP/SL, it will stop for a moment before triggering the next buy/sell order...perhaps the mechanism is like... after the 1st trade, it will wait until the next retracement before it enter the trade again?
Recently it couldn't go into any trade, and the code below appears:
Code: Select all
FNC_DB_EA GBPUSD,M30 inputs: comment03=-----; OperatingAfterStartup=false; P_Enable_Entry=true; P_Enable_Exit=true; P_AllowLateEntry=false; comment01l=-----; P_Risk_Percent=0.0; P_Risk_Funds=1; P_Risk_Custom_Funds=0.0; comment01f=-----; P_Balance_Lot=0.01; P_Balance_PerLots=0.0; P_Balance_Funds=1; P_Balance_Custom_Funds=0.0; comment01=-----; P_Lot=1.2; comment02=-----; P_StopLossType=0; P_TimeFrame_SL=15; P_Price_Last_Period_SL=1; SlByPairFileName=StopLoss.txt; comment04=-----; P_TakeProfitType=51; P_TimeFrame_TP=30; TpByPairFileName=TakeProfit.txt; P_RiskReward=1.0; comment10=-----; P_TrailingStopType=0; P_TimeFrame_TS=30; P_Price_Last_Period_TS=1; TsByPairFileName=TrailingStop.txt; comment08P=----- Zero to disable -----; PercentageProfitP=0.0; ProfitAmountP=0.0; ProfitPipsP=0.0; BasketUnitP=3; BasketTPWhatIfHitP=3; comment08L=----- Zero to disable -----; PercentageProfitL=-0.0; ProfitAmountL=-0.0; ProfitPipsL=-0.0; BasketUnitL=3; BasketTPWhatIfHitL=3; comment07=----- Local PC time -----; comment07a=8:00-12:00,22:00-02:00Now, unless I set the ''Allow entry if signal appeared in previous bars'' to TRUE, it will trigger the trade, however the trade mechanism is different, for example, when the SEMAFOR is uptrend and the HMA is uptrend, it will trigger the 1st trade, and hit the T/P. After few seconds or a minute, it will fire a BUY trade again, until it reach to the top/peak of the trend. The only risk is saw is, when the trend it almost going to end, it trigger buy at the TOP, but the price reverse.
Thank you and sorry