What is the difference between x> and >? when price is trending?
-
if im working with MA's and whenever MA1 is above MA2 i want it to take buys every 2 bars, what is the best way to do this? Alternatively when the MAs again cross, i want those trades to be closed and the opposite direction trades to be opened every 2 bars.
currently i have



havent added in the every 2 bars yet cause not sure how to do that either ha ha... i assume its once every day.. and then change it to once every 2 bars
but should i be using x> or > because it doesn't always just cross above, sometimes its trending there.
-
also ignore the description.. i changed it ha ha
-
The first symbols means a crossing is serached on the chart. Crossings happen just once from time to time. The second symbol means one MA is above below the other, no crossings are considered. Just telling the bot who is on top.
-
@l-andorrà Thanks.. makes more sense
-
@I'andorra so if you ask your bot to buy when rsi crosses above 50.1 in 15 minutes and then later crosses 50.1 in 1 minute time frame after the crossing in 15 minutes time frame will it work or pick up the when such conditions are met?
-
That will depend on how your condition blocks are positioned. If they are connected one after the other, both crossings will have to happen at the exact same time on both time frimes at the exact same time for that to be true. I don't think that will happen very often.