Hello everyone
I wonder if anyone can help me transfer these indicators tradestation Open and Cray ie to write them in the basic format EL
Thank you in advance
Greetings
BUY SELL PRESSURE
inputs: len(20),len2(25);
value1=close-low;
value2=high-close;
value3=((value1-value2)/close);
value4=close...