Hi!
I’ve developed 4 different price action based setups and would like to automate them with an Algo.
I have no prior experience in programming (but could ask some friends who code for help).
The most basic setup is just trading a pullback when prices are trending (3 EMAs “aligned”).
There are of course multiple components to even such a simple strategy:
define the trend (in relation to the open of the market),
define the position of EMAs, PB must not be more than 75% of the trending move,
must buy above bar or below bar with an OCO order,
stop loss and take profit (both a set number of points) calculated based on the size of the prior 2 bars before entry,
Must include exceptions for when prices are choppy (ie. 4 bars before entry overlap by a certain amount).
Its a very easy method to trade with point and click but feels like it may be much harder to program (if at all) because it does not rely on indicator values.