@mariop ....it is simpler if you use candle close (0) > candle close (1) that is, use as ,,, MA (0) > MA (1) ,, which simply means that your current MA slope is greater than your previous MA slope
Latest posts made by ss
-
RE: Moving Average as Trend lineposted in Questions & Answers
-
Stop loss EA for manual tradesposted in Questions & Answers
An EA to run with conditions of .... (if trade) & (close trades) only, ....to be used as a Stop loss ea for manual trades, will such an ea work and recognize existing manual trades (new or running trades) and stop them with (if trade) & (close trades) ?
-
RE: Flicker on x>posted in Questions & Answers
Okay, lets put Condition to open a trade entirely different from condition to close that trade
No trade
Condition Rsi 2 x> 70
Buy nowIf trade, Once per bar, Close trades (buy,sell)
the sell condition would be Rsi 2 <x 30
In the above case, condition to "BUY" has no relation with condition to "SELL" __and both trades are being closed at once per bar,
so the three conditions are independent of each otherBut than It still flickers, opens a trade and than closes it and opens it again,, loosing money, for no reason
-
RE: Flicker on x>posted in Questions & Answers
How come when ever that i put x> (crosses above or crosses below), in what ever combination, the trade flickers, it takes a Buy
and then it closes that Buy and than again it takes a Buy _ thereby loosing just to enter a trade ?On the other hand, when given a continues signal of IS ABOVE (>) or IS BELOW (<),,, it does not flicker
No trade
condition CCI x> 0_____ condition CCI <x 0
Buy now _____________ Sell nowIf trade
condition CCI <x____condition x>
close Buy ________ close SellIf trade
Once per bar
close trades (Buy and Sell) -
RE: MA of indicatorposted in Questions & Answers
i already (in the past), have used two different indicators both using MA of RSI crosses, let me find them and may be than you can help me with it, thanks
-
RE: Open trade on candle open and close trade on candle closeposted in Questions & Answers
the block "once per bar", closes trades at the close of the current candle, irrespective of time, just as soon as the candle is over, your trade would be closed
-
RE: MA of indicatorposted in Questions & Answers
How to create Rsi cross its MA ?
(that is the source of this moving average would be the indicator Rsi) -
RE: Two different Sets (Buy/Sell) rules within the same EAposted in Questions & Answers
I have the following
No trade
condition, condition
Buy now_Sell nowIf trade
condition, condition
Close tradesIf trade
once per bar
Close tradesNow i want to add different types of Rules for buy and sell based on different types of market conditions, how to do that ? assign group numbers ?
thanks
-
RE: EA to start trading only on new barposted in General Discussions
Hello
kindly let me know as how to make the following:1_ EA (once loaded) should only start trading on the 'next new bar'
2_ that is even if all conditions for buy/sell are being met the EA should not start trading up untill the
formation of a new bar
3_ this condition should only be for the first time that the EA is loaded - not there afterthanks