Job finished
Specification
program use mtf ohlc and standard pivot daily and weekly mt4.
use time frame m5, m15, m30, h1, h4, D1, W1, M1
able to send entry to telegram.
able to send mq4 file when finish EA.
if you only send .ex file, do waste my time.
daily pivot dr3, dr2, dr1, dp, ds1, ds2, ds3.
weekly pivot wr3, wr2, wr1, wp, ws1, ws2, ws3.
standard pivot formula to use.
The calculation for a pivot point is shown below:
Pivot point (PP) = (High + Low + Close) / 3
Support and resistance levels are then calculated off the pivot point like so:
First level support and resistance:
First resistance (R1) = (2 x PP) – Low
First support (S1) = (2 x PP) – High
Second level of support and resistance:
Second resistance (R2) = PP + (High – Low)
Second support (S2) = PP – (High – Low)
Third level of support and resistance:
Third resistance (R3) = High + 2(PP – Low)
Third support (S3) = Low – 2(High – PP)
example, when any time frame ohlc cross greater than or less than pivot value send to telegram.