Search found 1953 matches

Re: MT4 Coding Examples

New Feature: from 22 prices to 33 prices Previous version: STLM_hist + alerts + arrows mtf.mq4 New Version: STLM hist arrows alerts mtf 1.02.mq4 Date Coded: March 8, 2021 //33 Prices enum enPrices { pr_close, // Close pr_open, // Open pr_high, // High pr_low, // Low pr_median, // Median pr_typical, ...

Re: MT4 Coding Examples

New Feature: store the arrows in buffers instead of using objectcreate. In order to create an EA, we have to store arrows in buffers. Previous version: 1-2-3 Pattern.mq4 New Version: 1-2-3 Pattern BT.mq4 Date Coded: April 10, 2024 https://forex-station.com/download/file.php?id=3486391&t=1

Return to the advanced search