Indicator appear
-
Hi i have a very simple custom indicator I use to trade with which has 2 values, buffer 0 and buffer 1.
buffer 0 is for buying
buffer 1 is for sellingI made the following conditions for buying
no trade
|
indicator appear (buffer 0)
|
close sell trades (sell)
|
no trade (buy)
|
buy nowI set the following conditions for selling
no trade
|
indicator appear (buffer 1)
|
close sell trades (buy)
|
no trade (sell)
|
sell nowI have used this method many times and it opens and closes trades when the opposite conditions are true. yet when I try and use the custom indicator i would like to use.it only buys and then never closes the trade even though the sell conditions have occoured.
maybe I am not using indicator appear correctly. I do not know.
basically when my buffer 0 appears I want to buy and when buffer 1 appears I want to sell
can someone please show me an exampple how to get my indicator to trigger correctly?