Join our fan page
MovingAverages.mqh Part II A multi timeframe version is available with colors for orientation, for developers or profitable traders for free. Offer under conditions. Other multi timeframe indicators are also available.
This EA is a demonstration of how you can implement your own Hedging strategy with the help of the include file.
Capture widescreen screenshots by pressing the 's' hotkey on the keyboard
MovingAverages.mqh Part I A multi timeframe version is available with colors for orientation, for developers or profitable traders for free. Offer under conditions. Other multi timeframe indicators are also available.
Moving averages are useless. In fact, some argue that the best way to lose money for a beginner are MA-Price crossover strategies. But is it possible to make it work?
It will delete all objects on the chart when the compiled executable is dragged onto the chart
This is an update of the "Simple Yet Effective Breakout Strategy". In this code, I have added some helper functions for prop firm challenges.
This is a first for MetaTrader 5. Now you can click on the chart to create price alerts.
Sample code to count consecutive no. of bull or bear bars.
This EA will scan all the closed trades and then print the nth trade from the end
This EA will scan all the open trades and then print the nth trade from the end
A simple indicator which may help you in manual backtest by just moving a vertical line to show hide bars.
Select the last closed deal (trade) to further work.
This EA help you for Auto set the TP & SL by default parameter, Auto trailing stop & step for any order that you place from any device, Easy way to close all orders with 3 Button "Close All" "Close Profit" "Close Lose", Auto close all orders by profit or lose treshold value
It will detect whether there's confluence between the current chart timeframe and two other timeframes.
QuickTradeKeys 123 is a user-friendly Expert Advisor (EA) for MetaTrader 5, enabling traders to execute buy and sell operations quickly by simply pressing the numbers '1' and '2' on their keyboard. Pressing '3' closes all open positions. This EA is ideal for swift trading and testing purposes where manual intervention is required without using the mouse.
A simple yet effective donchian channel breakout strategy. This strategy is timeless!
Here are some examples of codes for set counters based on "Count"
If you only want to execute your code blocks "only once per bar" it's important to check if there is new bar arrived or not.
This script helps traders understand the distribution and range of candles in a specific period, which can be useful for making trading decisions such as determining which historical values to use for Take Profit or Stop Loss.
Dominant Candle is a a two candlestick set where the wicks intersect each other but body of the candles are either gapped up, gapped down or equal
This code block loops through all opened position and do trailing based on Ask and Bid prices.
This code block detects a New Bar or a New Candle when it has received.
Logarithmic Moving Average continuously calculates the logarithmic mean of highest price and lowest price within a period.
Indicator based on basic slope moving average and cloud around. Indicator shows two types of signals: prepearing - dot and entry - arrow.
Script to determine whether your Broker follows the US, UK or AU daylight (DST) schedule.