♥ 0 |
Hello Pete, I been working on one custom indicator on Trade station where it put Trend Line at the High and Lows of time range ,also put a Text at High and Low value with Total range (High – Low) ,and it should work on any minutes chart , Here is so far i got into this indicator code ,currently code put a Trend line at High and lows of specific time range , but I have notice some issue with it and need your help with it please Issue 1) Multiple trend line on top of one another , If time range is 60 min then on chart i see 60 Trend line at High and 60 trend line at the lows Here is the trade station code Input: StratTime(1400), Vars: PeriodHigh(0), // Find High If T > EndTime and T[1] <= EndTime then Value1 = TL_New (D,StratTime,LastPeriodHigh ,D,EndTime,LastPeriodHigh ); Value2 = TL_New (D,StratTime,LastPeriodLow ,D,EndTime,LastPeriodLow );
Marked as spam
|
Please log in to post questions.