Quote:
|
Originally Posted by alp
Would it be the same logic with, say, RSI crossing 25 and 75 levels?
|
Yes, the same with RSI and others.
Quote:
It's relatively simple to create EAs using a crossover principle, however if the task is more complex some part of mql code is needed which requires some skill.
Example: ADX crossing on 1D chart. The position is to be opened the next 1 or more days after the +DI/-DI crossing each other on condition that the price breaks out the highest high or the lowest low of the day the crossing has occured (Wilder's rule).
Is it possible for a newbie to make it by means of Zero Code?
|
In this case, ZeroCode is not capable of doing so yet. However, ZeroCode helps you not to start coding from scratch, so you might just need to code only the Highest high/Lowest low breakout checking only.
