how to install PATTERN3_SIGNAL.LUA in trading station
Please read this post and watch the video tutorial.
Moderator: admin
how to install PATTERN3_SIGNAL.LUA in trading station
Alex is using the literal definition, which is difficult to achieve on forex,
Because we have a supermarket close / gaps only during weekends, it's not a daily occurrence as is the case for stocks.
local O4, H4, L4, C4, T4, B4, BL4, US4, LS4;
O4=gSource.open[period - 4];
H4=gSource.high[period - 4];
....
....
T4=math.max(O4,C4);
B4=math.min(O4,C4);
....
....
et cetera...
Users browsing this forum: No registered users and 8 guests