TradingView
tux
٢١ أيار مايو ٢٠١٥ ٢٢:٤١

TonyUX EMA Scalper - Buy / Sell 

U.S. Dollar/Canadian DollarFXCM

الوصف

This is a simple scalping strategy that works for all time frames... I have only tested it on FOREX

It works by checking if the price is currently in an uptrend and if it crosses the 20 EMA.

If it crosses the 20 EMA and its in and uptrend it will post a BUY SIGNAL.
If it crosses the 20 EMA and its in and down it will post a SELL SIGNAL.

The red line is the highest close of the previous 8 bars --- This is resistance
The green line is the lowest close of the previous 8 bars -- This is support
التعليقات
GoldenRatioTA
@tux On what time frame(s) would you recommend using this script?
mrsergioliveira
@GoldenRatioTA, 1h you can make 150 -200pips by day
christokotze
@GoldenRatioTA, all time frames
ValueBet
Amirfx216
How do i create an alert to trigger every time the buy/sell flag shows?
wolf92s
@Amirfx216, You would need to do something using the alertcondition code.

For this it would look like this:
alertcondition(bearish == true, title="Buy Alert", message="Something to tell you to buy")
alertcondition(bullish == true, title="Sell Alert", message="Something to tell you to sell")

I haven't tried running that but to give you an idea on how to do it.
wolf92s
Sorry don't know how to edit comment. I forgot to mention after you put that in you will have to go through and add alert, change the condition to the study, then select buy alert/sell alert (or whatever you name the titles)
ninjas448
@wolf92s, bullish=true will be buy alert..
akerendi
@wolf92s, Please can someone guide me on the exact code to put into the pine Editor. When i put the above alert condition it gives me an error saying Undeclared identifier 'bullish' and the same thing for the bearish.
tux
Thank you all for the support on this script! I have been testing it with other indicators and code improvements and I believe I found a great combo.

Will be posting version 2 soon.
المزيد