Use of angles
-
Hi, guys!
Sorry if this is a stupid question... But can I program the EA to use angles?
For example: we can see a strong Bulltrend on an Indicator at let's say 45° and it get's less and less (34°, 29°, 18°, etc), so a reverse should occur at 0°.
Or can the Numeric value used for that? For example:
SMA 13 => Numeric Value 3 on candle 1
SMA 13 => Numeric Value 1 on candle 0Thanks in advance
Neon -
@neonschwarz if you are interested on only the reversing around 0, just compare the indicator value of last 3 candles.
-
Thanks for your answer. Seems, I'm too stupid for this.

The EA should start if the candles close over the set SMA (1) and close on the reverse of the SMA (2) or if profitable:

So I tried this (just for a testrun):

But it does this: Open on random candles (1), dismissing the turn (2) and closing, as it seems randomly on (3):
