JForex OHLC data converter – script MetaTrader 4

JForex OHLC data converter - script for MetaTrader 4
Rewrites JForex csv data without the weekend candles and the seconds. If you export OHLC data from JForex platform, you will see it is not ready to import into MetaTrader 4 – the first row is the name of the columns, and the data contains weekend candles (open=high=low=close, and volume=0). This script makes the data … Read more

OHLC Stochastic – EA MetaTrader 5

OHLC Stochastic signal open sell
The author of the idea – Ilnaz mq5 code author – barabashkakvn The EA performs operation inside a bar (on every tick). The EA opens only one position at a time, therefore it is able to work both on hedging and netting accounts. Trailing is applied to a position – during the first modification, the position is moved to … Read more

OHLC Channel – indicator MetaTrader 5

OHLC Channel
The indicator displays two lines (DRAW_LINE display style). You can select the prices (Open, High, Low or Close) each line should be based on As a result, we have a channel consisting of two prices. Such a channel gives more visual insight into the price movement than bars or candles. https://www.mql5.com/ru/code/22965 OHLC Channel – indicator … Read more

Gaps OHLC – indicator MetaTrader 5

Gaps OHLC
The indicator shows the gap size on the histogram. The gap is a rift between the current bar’s Open price and Low/High of the previous bar. The tool is most efficient for symbols not traded round the clock, for example, stocks. https://www.mql5.com/ru/code/22902 Gaps OHLC – indicator MetaTrader 5

Plot the previous candlestick OHLC of the selected period – indicator MetaTrader 5

Plot the previous candlestick OHLC of the selected period - indicator for MetaTrader 5
This is an indicator which will automatically plot the previous highs and lows of the selected period with a colored horizontal line. The indicator will maintain the previous high price and previous low price for the selected period when switching timeframe: The default is plotting the previous day highs and lows. You can adjust the … Read more