HI friends
Need help in creating this code afl with price plot and buy sell arrows & targets.
Thanks & regards
rvlv
Quote-Try to use basic ideas that crowd doesnt use-avoid using indicators like moving averages etc to make direct decisions for trading.
Need help in creating this code afl with price plot and buy sell arrows & targets.
Thanks & regards
rvlv
Quote-Try to use basic ideas that crowd doesnt use-avoid using indicators like moving averages etc to make direct decisions for trading.
HTML:
Here is the code concept
SHORT TRADE
1 Locate Resistance on 60min chart
2.Locate Doji near or below resistance,and identify its LOW.
3 Locate the time & price when price crosses below Doji Low
4.GO SHORT BELOW DOJI LOW ,WITH TIGHT STOP ABOVE ENTRY DOJI HIGH PLUS 1 POINTS
5.LOOK FOR 2*ATR(10) below doji low as taget 1 and so on .
6.move stoploss as price favours you.
LONG TRADE
1 Locate Support on 60min chart
2.Locate Doji near or above support,and identify its HIGH.
3 Locate the time & price when price crosses ABOVE Doji HIGH
4.GO LONG ABOVE DOJI HIGH ,WITH TIGHT STOP BELOW ENTRY DOJI LOW OR CLOSE MINUS 1 POINTS
5.LOOK FOR 2*ATR(10) ABOVE Doji HIGH as target 1 and so on .
6.move stoploss as price favours you.
Last edited: