Attachments forums

List of attachments posted on this forum.


All files on forums: 137525

Re: МТ4 Trading Systems: WORKSTATION

amdudus, Wed Feb 21, 2018 5:26 am

Trading_Day_Average
The indicator calculates the values of the average High and Low prices during the trading day.
The beginning of the trading day is defined as a parameter.
For example:
Timeframe: H1,
BeginTime: 02:00
For "02:00" candle: HighAvg("02:00")=High("02:00"), LowAvg("02:00")=Low("02:00"),
for "03:00" candle: HighAvg("03:00")=(High("03:00")+High("02:00"))/2, LowAvg("03:00")=(Low("03:00")+Low("02:00"))/2, etc.
All files in topic