Rejoignez notre page de fans
Draws two labels: High-Close and Low-Close range of the last closed candle left of the current candle
When you scalp manually, a simple EA could be an assistant to set StopLoss / TakeProfit for each trade you open.
This indicator shows market highs and lows for any timeframe with period separators. You can see daily/weekly/monthly highs/lows on lower timeframes like H1/M30/M40. This is good for trading breakouts.
"X Man" EA uses Equity Stop from total Equity, you can use it as hedging grid EA or a single trade EA.
Use on 1M charts. Manually choose Only Long, Only Short or Short and Long depending on market direction. Close open orders moving in the opposite direction.
Colors bars when their volume has exceeded more than a standard deviation, or a multiple of it. Volume is commonly used as confirmation for a break of a significant level.
A script that displays MarketInfo and SymbolInfo data through a button list built from MarketWatch.
This Script is the example of using function LineNotify that use to send message to LINE APP via Line Notify service As the function LineNotify use webrequest to send HTTP request so it can be used in EA or Script program only , can't use in Indicator program
This scalping EA demonstrates the use of a Virtual Pending order class library to simulate pending orders.
I started to create a simple trading panel to switch between pairs and timeframes. and next version, I will add trading features and manage orders.
This code extracts tick data from the broker's server and refreshes the 28 charts of the 8 commonly traded currencies in MT4.
This EA doesn't need any indicator, just moving price action is necessary to operate.
The script is best use to clean up all drawings ( Delete All Object, Comment, horizontal line, vertical line, arrows etc) on current chart. Please feel free to modify based on your needs.
This Expert Advisor based on Relative Strenght Index, Commodity Channel Index and Moving Averages MT4 Indicator for Signal. Please test in Demo Account first. Regards.
ScalpX is an indicator that uses Kalman filters to identify buy and sell opportunities whenever is indicated by the graph.
This indicator compares the main and signals line of the stochastic indicator and marks the sam eon the respective bars on chart.
The Correlation Indicator provides a smoothed bar to bar correlation value.
This indicator plots multiple signals based on MACD main and signal lines.
Detecting the start of a new bar or candle, in the OnTick() event handler of an expert advisor.