Hi Everyone:
I am new here, I am looking to build a indicator for my prorealtime platform, I am going to learn but for now, if anyone can help me to build a simple indicator will be really appreciated.
basically MA1=MOV(C,30,E) MA2=MOV(C,72,E) My indicator1 = (MA1+MA2)/2 My indicatore2 =(MA1+MA2)/2 *1.2 My indicator3 =(MA1+MA2)/2*0.9
It will be three lines indication on chart, basial strategy is (30 ema + 72 ema)/2, 20% on top, 10% down below.
can someone help me to build this indicator? please let me know
Cheers
Andy