DislikedSeems to me that channel UTL has been tested and a retrace is due...at least to 9500 to retest the last breakout.Ignored
May the pip flow with you 
SIMPLE EA for a simple method needed!! 2 replies
Trading is this Simple? Finally Explained simple and clearly! 46 replies
Trade Naked Candlesticks strategy 15 replies
Naked price trades 11 replies
Trading naked or keep it simple stuff.... 20 replies
Dislikedtrying for 9400 on this one, I think it would break 9500. Am I being too optimistic on this Marc?Ignored
DislikedHello guys,
This is my AUDUSD view :I openet sell posiion from 0.9550 with SL 80 pips and potencial target 200 pips,we will see what will market decide
picture :Ignored
DislikedHi Flow. Honestly I haven't even take a good short position yet. I still don't see a good candle on the H4. I can't believe this pair!I did grab 80 this afternoon after we hit 9600 but until I see that "perfect" candle on the H4 this is a tough call. 9500 should act as good support... the only other way I'll take a short is if the 150ema and 200sma on the M15 cross.
Ignored
DislikedMarc,
I don’t know if you have answered this before, but which ribbon are you using?Ignored
DislikedYes Marc, on the chart in your previous post you have an MA ribbon. I’ve looked at others but can’t get the transparent look you have.
Ignored
DislikedRemember that I use ThinkorSwim not MT4. Here is the code for ToS. I wish I knew how to program so that I could write the script for MT4 but may you can. If you do would you mind sharing. Cheers.
declare upper;
input price = close;
input displace = 0;
input EMALength1 = 9;
input EMALength2 = 35;
plot upper = ExpAverage(data = price[-displace], length = EMALength1);
upper.SetDefaultColor(Color.RED);
plot lower = ExpAverage(data = price[-displace], length = EMALength2);
lower.SetDefaultColor(Color.BLUE);
AddCloud(upper,lower);Ignored
DislikedRemember that I use ThinkorSwim not MT4. Here is the code for ToS. I wish I knew how to program so that I could write the script for MT4 but may you can. If you do would you mind sharing. Cheers.
declare upper;
input price = close;
input displace = 0;
input EMALength1 = 9;
input EMALength2 = 35;
plot upper = ExpAverage(data = price[-displace], length = EMALength1);
upper.SetDefaultColor(Color.RED);
plot lower = ExpAverage(data = price[-displace], length = EMALength2);
lower.SetDefaultColor(Color.BLUE);
AddCloud(upper,lower);Ignored
DislikedHi, Marc. So you use 9+35 EMA crosses? Are they reliable, or do you combine/confirm it with something else?
In addition, what do you think of ToS? A friend who used to trade for banks recommended it too. What are its advantages? Thanks.Ignored
DislikedMarc,
Thanks. I found that post reposted by Low. I like MAs too, I guess it's sort of a personality thing.Thanks for sharing.
Ignored
DislikedHey Flow...check out the chart. the yellow and red shading makes it easier to see what I'm looking at since I use so many damn MA's!
Look at the long wicked red candle at #1 and then look at #2. They look pretty similar don't they. The problem I see is that the yellow 21ema is still quite far away from the black 35sma. That's a problem for me. I want to see them closer to one another and price to be cooling off from its uptrend. Show me a candle and I'll be in with double barrels!Ignored