Dear everyone:
I am entirely new to EFS. I have experience in C++ and a bit of PERL and BASH. Can you tell me how should I proceed in creating a script to do the following basic system:
- in a 5-minute chart wait for 3 consecutive up closes
- verify RSI is rising for the previous three 5-minute bars i.e. RSI for this bar is greater than previous, previous is greater than two bars ago etc
- check momentum is rising : same concept as RSI above
- check % of day is more than 10%
- verify close of current bar is in top half of the bar range
- buy X lots at market
- set stop loss
- set trailing stop
- set profit objective
Where should I start? Where can I get sample code & Functions? There is so much info but I want to zero in to the relevant sections.
I am posting two threads, my apologies if I posted inappropriately.
Regards,
MB_TT
I am entirely new to EFS. I have experience in C++ and a bit of PERL and BASH. Can you tell me how should I proceed in creating a script to do the following basic system:
- in a 5-minute chart wait for 3 consecutive up closes
- verify RSI is rising for the previous three 5-minute bars i.e. RSI for this bar is greater than previous, previous is greater than two bars ago etc
- check momentum is rising : same concept as RSI above
- check % of day is more than 10%
- verify close of current bar is in top half of the bar range
- buy X lots at market
- set stop loss
- set trailing stop
- set profit objective
Where should I start? Where can I get sample code & Functions? There is so much info but I want to zero in to the relevant sections.
I am posting two threads, my apologies if I posted inappropriately.
Regards,
MB_TT
Comment