Software Developer and Music Producer
News Fundamentals All Time Return:
1,159.1%
I will code your pivot EAs for no charge 28 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} 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
Disliked{quote} Fo trading Prop Firm, then Which do you prefer: 1. Position Size Risk as a % of Balance 2. Position Size as a % of Equity And what is the desired risk % for each position?Ignored
DislikedCan someone code a Equity Guard EA, that turns off all EA's when a Profit Target was reached ?Ignored
DislikedHi there. Thanks for all your hard work on this thread. Is it possible to add alerts to this indicator, so I receive an alert if price touches one of the lines? I also noticed that even when you "hide" the current levels (weekly, monthly or daily) the text label still stays on the screen (but the line is hidden). Is it possible to fix that? Thanks in advance. {file}Ignored