Daily Pivot Points shifted for different day start time – indicator MetaTrader 4

Daily Pivot Points shifted for different day start time - indicator for MetaTrader 4
This indicator plots horizontal lines at daily pivot levels R3, R2, R1, Pivot, S1, S2 & S3, using a day that is advanced (or retarded) from the server time (called Pivot Day). You can see in the illustration, that the pivot lines start earlier than the server time days (except for the most recent day, … Read more

Daily Opening EA (needs improvement ideas!) – EA MetaTrader 4

Daily Opening EA (needs improvement ideas!) - expert for MetaTrader 4
Obviously looking for ideas to improve! Open to comments and code changes. Message me or reply with your ideas/comments. I’ll implement them as fast as possible and get back to you with the results. The Idea: Using an assortment of indicators, we try to predict the general direction of the next day. In the current … Read more

STP-Entry Framework Daily V1 – EA MetaTrader 4

STP-Entry Framework Daily V1 - expert for MetaTrader 4
Author: Cheftrader* Description: A framework to build and test systems, which use stop-Orders to enter a position. Pending orders and postions are handled based on a daily system. The entry logik (STP-value calculation) can be easily changed in the mqh-file. Further features: – risk management, enable/disable trailing stop – money management, determine positions size depending … Read more

Daily trend ZCOMForex – indicator MetaTrader 4

Daily trend ZCOMForex - indicator for MetaTrader 4
Description: A very useful indicator to show trend of 4 currency pairs on your charts. For more information and forex trading visit ZCOM Forex. You will be able to choose 4 currency pairs to show daily trend. Trend is determined by these indicators: Smoothed Moving Average (100) of H1 chart; Smoothed Moving Average (50) of … Read more

Daily trend ZCOMFX v2 – indicator MetaTrader 4

Daily trend ZCOMFX v2 - indicator for MetaTrader 4
Description: First version. A very useful indicator to show trend of up to 6 currency pairs on your charts. For more information and forex trading visit my blog. Use only on 1 hour timeframe, because it uses indicators of 1H chart. On other timeframes select ShowArrows=false in settings. If You do not want to show … Read more

Daily Change (Percentage Indicator) – indicator MetaTrader 4

Daily Change (Percentage Indicator) - indicator for MetaTrader 4
This indicator shows the % Daily Change of yesterday close with respect to actual price (Bid). It calculates the percentage change between yesterday close price and the actual bid price. It works on any timeframe. External Modifications: You can modify the following settings: Label_Color = DarkBlue // You can change the font color Font_Size = … Read more

Daily Range Projections – indicator MetaTrader 5

Daily Range Projections
The indicator forecasts high and low price values of a financial asset considering yesterday’s (completed) and today’s day candlesticks parameters. Tomorrow’s price range X depends on the current day Close and Open prices ratio. Three relations are possible among them: if Сlose[0] < Open [0], then Х = (High[1] + Low[1] + Close[1] + Low[1] … Read more

Daily Range Projections Full – indicator MetaTrader 5

Daily Range Projections Full
The indicator forecasts high and low price values of a financial asset for the current trading day considering yesterday’s (completed) and today’s day candlesticks parameters. Tomorrow’s price range X depends on the current day Close and Open prices ratio. Three relations are possible among them: if Сlose[0] < Open [0], then Х = (High[1] + … Read more