Attached File(s)
forex sweepmod V2.2_Alerts.ex4
31 KB
|
297 downloads
I will code your pivot EAs for no charge 24 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} That CCI indicator at the bottom looks interesting. Is it publicly available or it is a paid product?Ignored
DislikedHey there, guys! Can anyone advise - need an EA or script that puts stop loss BEFORE execution; together with the order. Couldn't find one no where. Or that's just impossible..? All I see is EAs that put SL right after a trade is open..., Could be via F9 new order - and automatic insertion of number of pips from the current price, in the SL field. Will be grateful for all replies!!!Ignored
Disliked{quote} Well noted. Let’s wait for someone to attend to this request. Good day.Ignored
DislikedThis was generated by MQL4 Programming Wizard AI: I have no idea how to paste it into a new project in MQL4 editor --------------------------------------- // Fixed Risk in percentage input double fixedRisk = 2.0; // Adding to the position input bool addPosition = false; input int winningStepInPoints = 20; // Trail stop parameters input int startTrail = 20; input int stepTrail = 20; bool isTradeOpen = false; double positionSize = 0.0; double entryPrice = 0.0; double stopLossPrice = 0.0; double takeProfitPrice = 0.0; double previousTakeProfitPrice...Ignored
Dislikedhi does someone knows how to select this boxes thru code in an indicator, to make it visible only in some timeframes? {image} thanks (:Ignored
Disliked{quote} You need to save it as a text file to save the formatting. You also need to know what you created, an indicator, an ea and how it is supposed to work. The code also doesn't appear to be complete.Ignored
DislikedHi, Its actually an expert, and i generated the mq4 but it will not attach to a chart, and has many generated errors. Sorry im trying to use mql4programmer.com to write this, or at least generate a good basis code to work with but it finally gave up and said it was unable to write an ea even though thats what it advertises itself to be capable of and has generated several attempts before giving up lol. I have posted many consecutive and even large wins from my previously mentioned dax strategy but no response so far and the lack of interest is amazing...Ignored
Disliked{quote} Hello I am not familiar with the strategy you are talking about I also do not specialize in the field of expertise I am not a programmer at all Like you, I had to learn programming for my needs I understand when people give up, because I gave up many times myself You will learn over time I hope someone can help youIgnored
DislikedCan someone code a Equity Guard EA, that turns off all EA's when a Profit Target was reached ?Ignored