I understand, that is why I am looking at widening the threshold. Also, keep a close eye on the TP levels. I do not think they are being placed correctly.
Broker Challenge "NDD/STP" vs. True "ECN" and "Mkt Mkr" broker talk 46 replies
Dealing with "Invalid Price", "Requote", "Server Busy" in MT4 3 replies
The Ultimate truth by gg53 4 replies
Metatrader "killing" 3rd party developers? 6 replies
It’s our job to trade "Futures" not "Histories", by Joe Ross 7 replies
DislikedI understand, that is why I am looking at widening the threshold. Also, keep a close eye on the TP levels. I do not think they are being placed correctly.Ignored
DislikedI also think when u add the confirmation of the Gadi Normalized volume and Gadi Tick Volume down the line, a large increase in accuracy will be seen. It makes a huge difference in my manual trading of this system. The strength of the volume behind the breakout is very important. But one step at a time.Ignored
Disliked{quote} Stoploss spread = MarketInfo(Symbol(), MODE_SPREAD); SIGNAL_BUY iLow(Symbol(), Period(), 1) - spread*Point - StopLossInPips*Point; SIGNAL_SELL iHigh(Symbol(), Period(), 1) + spread*Point + StopLossInPips*Point; TakeProfit SIGNAL_BUY (iHigh(Symbol(), Period(), 1) - CalculateStopLossLevel()) * TakeProfitRatio + CalculateStopLossLevel() SIGNAL_SELL CalculateStopLossLevel() - (CalculateStopLossLevel() - iLow(Symbol(), Period(), 1)) * TakeProfitRatio; Tell me if my calculation are incorrect.. your advice means a lot.Ignored
DislikedHere is a pic of the 1 hr trades that are open. None of the SL or TP are what they should be according to the EA settings. {image}Ignored
DislikedHi all I have the EA on my demo account but hasn't taken any trades. Would the fact that my broker has a prefix on the currency pairs make a difference? eg. EURUSD.G Also, is the only indicator required the Gadi_OBV_v2.2? I have read through the thread since imaxi began posting the EA and it's version updates but haven't found any reference to other indicators although I could have easily missed something.Any assistance would be greatly appreciated. regards Graham
Ignored
Disliked{quote} Your stoploss is from the previous bar's high/low... could you give me the high/low prices for the 15m and 1h eurjpy trades please.. Oh and the spread. ThanksIgnored
DislikedHi all I have the EA on my demo account but hasn't taken any trades. Would the fact that my broker has a prefix on the currency pairs make a difference? eg. EURUSD.G Also, is the only indicator required the Gadi_OBV_v2.2? I have read through the thread since imaxi began posting the EA and it's version updates but haven't found any reference to other indicators although I could have easily missed something.Any assistance would be greatly appreciated. regards Graham
Ignored
Disliked{quote} Ok. I see where the SL is derived from. I thought it was 10pips automatically from the parameters. However, the TP figures do not match based on the multiple of the SL. Or am I missing something. This is a situation that can cause problems, IMO. You can end up with some wide SL, and when using the trailing stop, winners can be small and 1 big stop hit can eat up a lot of profits. Maybe a max SL should be considered. I am just throwing out some ideas.Ignored
Disliked{quote} The TP is using the SL with the spread and StopLossInPips (if you added) * TakeProfitRatio.Ignored