DislikedHello, Does anyone have a simple breakeven script which has the option of choosing how many pips ontop of breakeven when moving stop loss? Thank you.Ignored
Attached File(s)
I will code your scalping EAs for no charge 40 replies
I will code your pivot EAs for no charge 19 replies
Need help to code EAs for MT4 and MT5 4 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
DislikedHello, Does anyone have a simple breakeven script which has the option of choosing how many pips ontop of breakeven when moving stop loss? Thank you.Ignored
DislikedHello, Does anyone have a simple breakeven script which has the option of choosing how many pips ontop of breakeven when moving stop loss? Thank you.Ignored
Disliked{quote} Advisable to check any zip download with VirusTotal (VirusTotal inspects items with over 70 antivirus scanners and URL/domain blacklisting services,) - https://www.virustotal.com/#/home/uploadIgnored
DislikedI am looking for an EA that has an option to buy or sell at any set given time. For example I want to buy any pair at 8:05 am it should place a Buy order for that time with user defined SL and TP also if possible with a Trailing Stop. Can someone help? Thanks.Ignored
I'm a not too sure I've done the right thing in the code below and would really appreciate some help.
DislikedHi, I have written an EA https://pastebin.com/3SMVWsgM (I had errors trying to upload the .mql4 file) that opens a buy and sell trade (a certain number of pips above and below the ask and bid price) at a specific time. How can I close/cancel one immediately when the other is opened? How can I close the opened trade if it's say X pips in profit or after a minute (depending on which condition is reached first)? I'm a not too sure I've done the right thing in the code below and would really appreciate some help.Ignored
Disliked{quote} Looks like you're a fan of the solar wind joy indicator. I think very few traders use that indicator.Ignored
DislikedHello ,First, I have to apologize for my bad English.I have a profitable system of several indicators and I would like to put these together now to get a signal if all indicators match the criteria.I use the following indicators: EMA - 50 EMA - 200 HMA TREND - 150 HMA TREND - 8 My Rules Sell: Price below EMA 50 and 200 Price below HMA TREND 150 Signal Line HMA TREND 150 and 8 - Red Sell: Price over EMA 50 and 200 Price over HMA TREND 150 Signal Line HMA TREND 150 and 8 - Green {image} At best, an alarm with push notifications. {file} {file}Ignored
DislikedHi, can anyone amend these pivot indicators so that it gives the option to change colours and properties of the lines (dashed, dotted, etc) and options to show which pivot levels are displayed. I like the layout of these pivot indicators on screen but its customisability is less than ideal. Thanks in advance. {file} {file}Ignored
DislikedDear coder, Good day , please kindly help modify the attached indicator to become multi timeframe so calculation option for weekly and monthly pivot is added in the input tab; currently calculation is limited to only daily tf. Thanks {file}Ignored
Disliked{quote} I am having the same experience. Were you able to get yours to trade on Demo yet?Ignored
DislikedNeed some coding advice. CJA code this indicator: TMS RSI lines.mq4 It numbers the VLine from right to left according to the bar number the Vline is on. Bar(0) TMS10, Bar (44) TMS244 Red Vline: ("TMS1"+i). Green Vline: ("TMS2"+i) CHARTEVENT_OBJECT_CREATE, CHARTEVENT_OBJECT_CHANGE with sparam gives to many signals. Do not want use iCustom in a second indicator or code a alert function in the above indicator because the signal will be on bar close. -------...Ignored