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 Last. Show all posts
Showing posts with label Last. Show all posts
MetaTrader 4 Indicator | Fibo For Yesterday and Last Week
0
Using Golden Section Analysis of the market for yesterday and last week. The core is to calculate the start and end times of yesterd...
MetaTrader 5 Expert Advisor | Last Price
0
A scalper that trades depending on the last deal on the open interest side. It is known that on a centralized market a chart is plott...
MetaTrader 5 Expert Advisor | EA High and Low last 24 hours
0
An example of receiving the High and Low prices of bars over the past 24 hours. Hot Keys: The "H" key (case insensitive) — ...
MetaTrader 5 Expert Advisor | Last ZZ50
0
The strategy is based on the ZigZag indicator and pending orders. The code idea first appeared in the forum topic A strategy based o...
MetaTrader 5 Expert Advisor | 20 Pips Opposite Last N Hour Trend
0
The author of the idea : slacktrader, the mq5 code author : barabashkakvn. Trading against the trend direction as of N hours ago. On...
MetaTrader 5 Expert Advisor | PLC (penetration of the last candle)
0
Idea by : Vyacheslav Barbakov. MQL5 code by : Vladimir Karputov. Trading in the price movement direction with pending Buy Stop a...
MetaTrader 5 Indicator | Since_Last_Fractal
0
'Since last fractal' displays the number of bars passed since the last fractal formation in a separate chart window. Two lin...
MetaTrader 4 Expert Advisor | Last Kiss Breakout
0
"Last Kiss Breakout" naked trading price action EA draws 2 mini Trend Lines with "Fractals" on chart and trades w...
MetaTrader 5 Script | Get Last Deal History
0
This is just a script to get the last deal history data, for example : profit, deal type, swap, commission, etc. You can modify thi...
MetaTrader 4 Script | Get Last Round Time And Date Acc To TF
0
This Custom Function Will Help To Get Round Time For Any Given Timeframe And Time. Code :- //+-------------------------------------...
MetaTrader 4 Script | Calculate pip difference over the last N bars
0
V3 Version updates: This modification will return a string indicating whether the pip difference is up, down, or unchanged. This co...
MetaTrader 5 Expert Advisor | Check Last Closed Trade (Profit / Type / Symbol etc.)
0
With this code block, you can get the last closed trade data without using loops. Create a variable to set the current day start ...
MetaTrader 5 Indicator | AutoFibo indicator of two last swings based on ZigZag
0
Features: Automatic Fibonacci Levels : The indicator dynamically draws Fibonacci retracement lines based on recent ZigZag highs and...