ForexTrader17
ForexTrader17
Friends 1
ForexTrader17
Added topic Closing all trades in an EA and re-starting.
Is it possible in MT4 to have a script monitor profit on one pair or the entire account and when that is reached shut down the EA for the day. Then at a certain time re-start the EA automatically. Thank you. 
ForexTrader17
Added topic Line for Daily High, Low and Close.
Does MT4 have an indicator that will plot a line on a chart showing yesterdays high, low and close? Thanks. 
ForexTrader17
Added topic Drawing a different time frame indicator.
Is it possible to draw an indicator based on a H1 chart on a M5 chart? Thank you. 
ForexTrader17
Added topic Functions in MT4 for different types of trades.
What functions in MT4 hold the value for open long trades, closed long trades, open short trades, closed short trades, total trades for the day. Is 00:00 Server Tim when MT4 starts a new day to calculate values for a day? Thank you. 
ForexTrader17
Added topic Number of trades per day.
Is it possible to limit the number of total trades placed in a day by an EA? Also can it be possible to limit how many longs and how many shorts? Does the day for an EA start at 00:00 server time ? Thanks. 
ForexTrader17
Left feedback to developer for job EA based on Bollinger Bands.
ForexTrader17
Left feedback to developer for job Need an EA modified.
ForexTrader17
Added topic Divergence.
Is it possible to compare the last indicator value with values prior to it? Like say RSI of last bar is greater than RSI of any of last 10 bars before it or RSI of last bar is greater then RSI of highest high of last 10 bars. Thanks. 
ForexTrader17
Added topic The operator "or"
While using "or" for say 5 statements, if the first or second return true will MQL4 still check all 5? Thank you. 
ForexTrader17
Added topic Look Back Period.
Is there a built in function that compares "a" bar to the last "x" number of bars ? Example if high of last bar is higher than any high in bars 4 to 15. Thank you.