Comment on algoZ - An Introduction

Maheswaran D commented on 05 Jan 2018, 08:46 PM

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.

View the full comment thread »