#hint: High/low bubbles on last candle
input count = 1;
def l = low(period = aggregationperiod.MIN);
def h = high(period = aggregationperiod.MIN);
def OneBarLow = lowest(l,count);
def OneBarHigh = highest(h,count);
def LastBar = if IsNan(Close[-1]) then 1 else 0;
Addchartbubble(LastBar, low, "Lowest in Last 1 Minutes: " + OneBarLow, color.white, no);
Addchartbubble(LastBar, high, "Highest in Last 1 Minutes: " + OneBarHigh, color.white, yes);
AddLabel (yes, "High " + (High) );
AddLabel (yes, "Low " + (Low) );
What were your exact entry and exit rules for your backtesting of this strategy?
I know it's an entry long when McGin is below the 20ema.. and you enter when a candle closes above the 20ema?
What was your exit plan?
What was your stop loss?
I have two beefs with this strategy. In a range it can stack up a lot of back to back losses, and it misses a lot of good moves.
Do you plan on taking this strategy live? It seems like something you could run side by side to your current strategy.Its Not Perfect, but Filters out some Noise.
In sideways moves if lets say EMA20 is above McGinley and Price moves up and down, take only the Long trades.
Yes, there will be some losers.
In the link your shared for Mcginley indicator do you use the script in post 1? along with that i see your mcginley has lots of inputs while on the link you share has only length input.. Can you assist in this case? thanksEntry Rule Long: (Short vice versa)
EMA20 crosses above McGinley 20
Open < EMA20
Close > EMA20 (Trigger candle)
Entry Long 1 Tick above High of the Trigger Candle
2 contracts
1. Target: 10 points (1. contract)
2. Target: EMA 20 crosses below McGinley, Exit at close of the candle (2. contract)
Hard Stop: 10 points both contracts
There are times when the McGin signal is essentially overlapping the 20ema. Do you take signals from either direction in these cases?Its Not Perfect, but Filters out some Noise.
In sideways moves if lets say EMA20 is above McGinley and Price moves up and down, take only the Long trades.
Yes, there will be some losers.
No, when its completely overlapping I scip the trade.There are times when the McGin signal is essentially overlapping the 20ema. Do you take signals from either direction in these cases?
Any update?@tradeidea20 No. Testing is not necessary. I trade live. Time is not a factor. Only price and managing entries and exits. I would need to do an entire webinar to teach it. Better to build automation - trust me
@samoya - Are you using this strategy in live market? Have you made any changes to get better results?No, when its completely overlapping I scip the trade.
The lines should be apart
I am sorry for my late reply. Its a crazy time at the moment.@samoya - Are you using this strategy in live market? Have you made any changes to get better results?
Thanks!
Thanks @samoya I really appreciate your help and am looking forward to your suggestions.I am sorry for my late reply. Its a crazy time at the moment.
I am still working on adjustments and I will come back the next weeks with some suggestion.
Thanks
Join useThinkScript to post your question to a community of 21,000+ developers and traders.
Start a new thread and receive assistance from our community.
useThinkScript is the #1 community of stock market investors using indicators and other tools to power their trading strategies. Traders of all skill levels use our forums to learn about scripting and indicators, help each other, and discover new ways to gain an edge in the markets.
We get it. Our forum can be intimidating, if not overwhelming. With thousands of topics, tens of thousands of posts, our community has created an incredibly deep knowledge base for stock traders. No one can ever exhaust every resource provided on our site.
If you are new, or just looking for guidance, here are some helpful links to get you started.