Comment on algoZ - An Introduction
Can you please just write an algorithm for both of the conditions,
1. Stock Intraday Momentum crosses below 35-buy signal & stock Intraday Momentum crosses above 70- sell signal
2. Close > EMA (close,50)-for buy & close<EMA(close,50)- for sell
The algorithm should satisfy both of the conditions.
If it is not feasible to program for both of the conditions. Please write the algorithm for the point number 1 mentioned above.