ForexTrader17
ForexTrader17
Friends 1
ForexTrader17
Added topic How to look several bars back.
If I want an EA to look back say 50 or 100 bars back for divergence, is it possible? Or do I have to compare the last closed bar with each of the prior 49 bars? Thank you. 
ForexTrader17
Added topic Can an EA close and open a trade on same bar?
I have an EA that sometimes needs to close a trade and open another one on current bar. But what I see happening is a multiple of trades happening on the bar with I guess each tick and drawing down the account. Is it possible to have an EA close and
ForexTrader17
Left feedback to developer for job 2 Simple Indicators to be used in an EA.
ForexTrader17
Left feedback to developer for job A Simple Strategy for trading the majors.
ForexTrader17
Added topic Number of EAs on a chart.
How many EAs can be run on the same chart at once? Can more than one EA run on same chart? Thanks. 
ForexTrader17
Added topic Coding an Indicator for the bar close.
Need help to write an indicator that will show where bar closed. Whether it closed in the top 25% of its range or bottom 25% of its range. Thanks. 
ForexTrader17
Added topic Max Buys, Sells and Trades.
Is Max Buys, Sells and Trades in an EA input the maximum number of trades that can be opened even though there might already be an open position? Thanks. 
ForexTrader17
Added topic How long does EA logic continue?
How long does the EA logic keep working? Does it reset itself at some point? I am asking this as I have an EA that only limits trades to 2 per day or in a given time period like an hour or stops trading when profit reaches XXX dollars. I run it on a
ForexTrader17
Added topic How to implement a logic in an EA.
I have a custom indicator that keeps track of the consecutive buys and sells on a chart. So if the last 2 closed trades were buys then it will return "2" and if the last 2 closed trades were sells it will return"2" also. I want to use this logic in
ForexTrader17
Added topic Help implementing a MT4 Custom Indicator in the logic of an EA.
I have a  custom indicator  that keeps track of the consecutive buys and sells on a chart. So if the last 2 closed trades were buys then it will return "2" and if the last 2 closed trades were sells it will return"2" also. I want to use