DislikedYes, I think we need to wait for the bar to close. .and a rest feature.Ignored
Know Yourself, Know Your Setup, by Boris Schlossberg 9 replies
Mechanical day trading inspired by First Strike Plus 2 replies
Which movie has inspired you the most in your trading? 12 replies
New Webinar with Kathy Lien, Boris Schlossberg and Ken Calhoun 2 replies
Lien-Schlossberg book, Hayden:The RSI - any opinion? 1 reply
DislikedYes, I think we need to wait for the bar to close. .and a rest feature.Ignored
DislikedYes, I think we need to wait for the bar to close. .and a rest feature.Ignored
DislikedCoding a wait until a new candle, (then a further waiting period if needed) is easy. Decide what you want and let me know.
Cheers
Ignored
DislikedI Do not know if it is an improvement or not. It seems schlossberg is not too worried about candle formations. I just do not know, maybe Scoobs, Macman or someone more knowledgeable can give us an opinion. For myself sometime I think the entry should happen sooner rather than later. Sorry can not be of much use.
Kind regardsIgnored
DislikedAstral, ...From watching my pair run, I really think we should wait for the candle to close, as what happened to me could happen fairly frequently, where a candle in the process of forming spikes into the target, but closes as a doji which means you're caught on the wrong side of the trade.
If you go #2, and you set a pending order but the candle is still a doji you just get a better entry on the wrong side of the trade.Ignored
DislikedYes, I think we need to wait for the bar to close. .and a rest feature.Ignored
DislikedHi Guys,
Interesting discussion...I'm still in favor of the bar closing and seeing that 2nd bar on the MACD before entry if everything else is correct. Sleep function, pending order all OK. The 2sma macd bot has a much better entry but it also is on a H1 chart, or in my case a D1. Later entry is a safer entry on a 5 min chart.
whipIgnored
DislikedHI
Thanks for the input. It seems us 3 are the only people doing the testing and as I stated I am neutral, therefore, I will abide with the decision of the majority. Let`s do it and see how it goes. At some point in future we should be thinking about the S/L rules. Having looked at figures at present the value of losing trades are 3 or 4 times higher than winning trades. If for this BOT to have a future some sort of solution needs to be found in order to rectify this problem.
Anyhow lets sort out the entry then worry about other aspects....Ignored
DislikedOK, so we move forward a step.
Astral it would be very interesting to keep that excel sheet you provided and use it as a comparison to the next version of the Bot. It would shine a light on whether we are moving in the right direction with our decisions.
As to the SL/TP I agree with you, for now I think I will move my SL to aggressive and see if there is any noticable difference in the results.
RegardsIgnored
DislikedThanks very much. I will keep it (the copy here in FF is saved as well). Good idea to compare. A good point with this system is that due to the low TF of 5min we get plenty of examples to analyze.
I just hope STEVE does not produce any new BOTS for at least 3 to 4 weeks so we get a chance to test the ones on offer. At present I am testing The Holy Grail by Scoobs, 5min Momo, 2SMA MACD and Trend Retracement EAs, using my VPS and two other PCs. The problem is not the RAM but the CPU. Started getting non responsive mt4 platforms on my VPS...Ignored
DislikedHi Steve,
Got a question....Where do we stand on the combo bot? I know you're about ridden into the ground and put up wet, but did I miss the second position exit fix or have you just been to busy to get to it.Ignored
DislikedNice bit of boobo spotting here.
I looked at the code. In English, and using a buy trade as an example, what I meant to code was: if the Ask is < sma 50 - 10(0) and the trade is in profit, then close it, because there must have been a profitable move followed by a retrace.
What I actually coded was: if the Ask is < sma50 and the Ask is < sma 50 - 10(0), then close the trade. This is an obvious bit of mis-coding that led to the 2nd half exit routine is engaged and is becoming a very short SL on a retracing pair.
I have fixed this, and will...Ignored
DislikedHi Steve,
Post #195 is your ideas on how to solve the problem of early stopping out of the bot's trades by the second position exit stop. It also has post numbers of some symptoms of the problem that I had that I posted about.
whipIgnored
DislikedGimme a break, whip. How many back-posts with links to other posts do you want to plough through?
What is the problem and what do you want me to do about it?
Ignored
DislikedSteve this is the problem and the solution that you posted....Thankz...Ignored