Attachments forums

List of attachments posted on this forum.


All files on forums: 135729

Re: Coding Help

mladen, Tue May 02, 2017 1:25 am

traderduke wrote: Tue May 02, 2017 1:03 am Mladen
I set this indicator up with a trendpm but I can't get it to show a 1 or -1 on the data window, it just shows blank.
Also the lines only work on current time, can you look into that?

line 301 if(rsiPriceLine>bandMiddle) trendpm = 1;
line 302 if(rsiPriceLine<bandMiddle) trendpm = -1;

Thank you and thanks for the wave trend info apparently my test indicator which tells me which buffer is trend is bad.
Ray

RK-TDI_mtf_v1.04_ALV.mq4


It is there - no changes in code made at all - just attached the indicator to the chart :
All files in topic