ForexTrader17 / Profile
ForexTrader17
Added topic Same EA across several pairs.
Is there a way in MT4 to remove or add the same EA across several charts at a time? have 10 to 14 charts running on a VPS and want to find a way to remove all EAs on the charts at the same time or add an EA on all charts at once. Thank
ForexTrader17
Added topic Buying or Selling at the 00 levels.
How would I code something like if bid is at 1.1756 then I want to put a buy limit at next 00 level below it or at 1.1700. Same or sell. If market at say 1.1756 then I want to place sell limit at closest above 00 level or 1.1800 for example. Is there
ForexTrader17
Added topic Difference between a close and open.
How would I code something like this: The Close[2] = Open[1] +/- 3 pips. So basically I do not want to see a difference of more than X pips between the close and an open of the following bar. Is there a function that does it? Because it can a
Share on social networks · 1
3
ForexTrader17
Added topic Close in top or bottom quarter of bar.
How would I code for an EA a close in the top or bottom quarter of the bar? Thanks.
ForexTrader17
Added topic Comparing a bunch of bars back to a single bar.
How would you code something where you want to compare say the highs of several bars to a single bars high? Thanks.
ForexTrader17
Added topic Set trailing stop at bar range.
If I set a break even stop at say bar 2 range/4 and the trade executes, is bar 2's range calculated and the 1/4 of it stored somewhere as a variable? Because the profit might happen a few bars later. But I need EA to look at range of the original
ForexTrader17
Added topic How to exclude certain bars in trading.
Is it possible to exclude bars that start at a certain time in an EA? For example if a backtest shows that trades on H! bars of 13, 14, 15, 17,21 and 23 did not do well then how do I exclude them in an EA? Thanks.
ForexTrader17
Left feedback to developer for job An EA based on the Indicator you made for Trend.
Awesome developer! Very fast and accurate! Understands your requirements very well and implements them well.
ForexTrader17
Left feedback to developer for job Indicator based on Fractals.
very nice and fast dependable coder. Understands you completely and makes exactly as per specifications.
ForexTrader17
Added topic Trend Line recognition in MQL.
MQL can detect up to two trend lines on a chart. An upper and a lower trend line. Correct? How does it detect which is which in my attached chart? Is one drawn from highs an upper trend line and one drawn from lows a lower trend line? Or MQl
ForexTrader17
Added topic Horizontal Line for Typical MA.
I am trying to draw a horizontal line to show me this weeks Typical MA. I want it as a horizontal line. It does not draw a horizontal line but like a zig zag line up and down with the price value. I want a horizontal line across this weeks price
: