私たちのファンページに参加してください
Simple Slope Oscillator Normalized with symbol overlay for MT4
This indicator gives the Speed and Acceleration of the price for a given period. In order to make a smooth graph, can be used a procedure using the Hull Moving Average method
This EA, Ask you to Put price, whatever price you put, in "ZEN" field, you will get that price on all open orders either SL or TP value, that would help to close all orders at one price, and you can close all bulk orders in one shot. (works very well with large balance - i suggest cent / micro account for newbees. to be able to place large closure of orders. Openin random orders manually with ongoing trend is suitable for large order accounts.
This code identifies highest high and lowest low in the neighbourhood.
Building good trading habits by seeing things in terms of percentage not in terms of money.
Not sure if anyone need this. Just showing the angle of the MA of current and adjacent candle.
This is a multi timeframe dashboard scanner for RSI and Stochastic.
This code can be used to take screenshot from code itself at any particular desired time.
This Indicator will plot bullish and bearish candles in separate colors.
An exponential moving average of the true range and the offset of its average deviation
This is an MT4 indicator which generates signals based on Bollinger bands crossover with price.
Developed by John Ehlers, the RSI-based inverse Fisher Transform is used to help clearly define trigger points. The normal RSI indicator is calculated and adjusted so that the values are centered around zero. The inverse transform is then applied to these values.
This code can be used to find highest high and lowest low of a chart for a given period.
The indicator marks the current chart with red/blue arrows to signal a possibility for buy/sell.
The code is used to demonstrate how one can create a button on the chart and assign a function to it. The code is used to delete all orders after clicking on the button. The deletion takes care of various scenarios and shows error messages.
It's an expert to open and close orders on specific day and time. Expert open and close orders only with the same symbol it attached.
Adds the ability to automatically export the transaction history after running the Expert in the strategy Tester.
This is a simple code to draw triangle on chart connecting open and close of different candles.
This indicator draws coloured histograms to identify bullish and bearish bars.
it saves the current chart to default template , it just helps to do it faster than a manual save. you can assign a hotkey for it. it has no confirmation and immediately saves the template, if you want it to save to a template other than default just edit the code and replace "default.tpl" to any other name you want.