A user asked for an example code on how to draw an horizontal line for maximum and minimum prices of the last 2 years, see https://ww...
Showing posts with label Prices. Show all posts
Showing posts with label Prices. Show all posts
MetaTrader 4 Script | Closing Prices to CSV file
0
The script gets all the symbols available on your platform and writes their closing prices for a specific bar to a csv file. You can...
MetaTrader 5 Indicator | Histogram Bid and Ask prices
0
The indicator plots a histogram of statistical distribution for the Bid and Ask prices. Diagram is cumulative. It is also possible...
MetaTrader 5 Indicator | Channel based on extreme prices
0
The indicator has only one adjustable parameter, which indicates how long the previous channel high and low borders should be shown....
MetaTrader 5 Indicator | Fractals at Close prices
0
The "Fractals at Close prices" indicator only uses Close prices in calculations. The indicator was used in the creation of...
MetaTrader 5 Expert Advisor | Fractals at Close prices EA
0
The Expert Advisor trades based on the indicator Fractals at Close prices. Compile the indicator and add it to [data folder]\MQL5\Ind...
MetaTrader 4 Indicator | Fractals - adjustable period and prices
0
One of the "classics" but with a twist - unlike the built in fractals indicator, this one allows you to : adjust the fra...
MetaTrader 5 Script | Export Calculated Prices & Indicator Buffers
0
Tool extracts ohlc, volumes, median, weighted, typical, heiken-ashi ohlc, body, range, true range & all indicator buffers on cha...
MetaTrader 4 Indicator | ZigZag Based on Close Prices
0
The code is based on indicator ZigZag which is in-built in MT4, developed by MetaQuotes. I have changed it slightly so that it isn...
MetaTrader 5 Indicator | Percentage of CLose and iMA prices
0
The idea of the indicator The indicator counts (in percentage) how many times the 'Close' price has been above or below th...
MetaTrader 5 Expert Advisor | Fractal Prices-High
0
This is a snippet of a larger code that is based on finding break of market structure. It identifies the most recent fractal price ...
MetaTrader 5 Indicator | Fractals - adjustable period and prices
0
MQL5 version of MQL4 indicator : https://www.mql5.com/en/code/25473 One of the "classics" but with a twist - unlike the ...