I've been using one of your coded work. I was wondering if there is any way you can code it so that it would calculate for previous engulfed candles instead of infront. Thank you, all the best
Attached File(s)
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
DislikedA Channel Breakout System has been posted on YouTube, looks very good and promising. Can you please make an EA for this system for the benefit of all Forex Factory members. Here is the link: https://www.youtube.com/watch?v=gv1jiVcntLk[/quote Since no one is interested in making this EA, I am going to place an order on MQL5.com website. Some Freelancer will make it for me.Ignored
if(Bid-OrderOpenPrice()>OrderOpenPrice()-OrderStopLoss())
{
if(OrderStopLoss()<Bid-MyPoint*TrailingStop)
{
OrderModify(OrderTicket(),OrderOpenPrice(),OrderOpenPrice()+10*_Point,OrderTakeProfit(),0,Green);
return(0);
} Disliked{quote} It does monthly now, pic shows it matching the previous month with my mtf candles set on monthly. {file} {image}Ignored
DislikedI need help in the code of my expert advisor, i avoid news trading in my strategy, so everytime there is a news event i will stop trading that currency 1 hour before it starts and start trading 1 hour after it begins, eg. If there is news in USD at 5:00pm, i will not trade USD pairs from 4:00pm to 6:00pm. I would like to include this in my expert advisor, how do i get news updates to my EA and how to code it to avoid trading news. Thank youIgnored
Disliked{quote} Thanks sir .... please in the absence of no sorting , can we have a pop up /sound alert on pairs with ADR over XY% threshold. the ADR column seem not ok yet ... i feel the old version with no adr cloumn is ok ... i am sorry please. thanks.Ignored
DislikedHello everyone I would like to make a change in the line style of the fibonacci levels, instead of being STYLE, I wanted it to be DRAW_ARROW and to keep some balls only in place of the levels, is there anybody please help me? {image} {file}Ignored
Disliked{quote} Another changes. 1. Added Price Change Percentage Col - time frame ( MTF) - to measure how much % changed per period selected 2. Added "Extreames" Col - counts how many are extream value 3. Added Alerts for "ATR","RSI", "Stoc" col with user input value {image} {file}Ignored
Disliked{quote} Another changes. 1. Added Price Change Percentage Col - time frame ( MTF) - to measure how much % changed per period selected 2. Added "Extreames" Col - counts how many are extream value 3. Added Alerts for "ATR","RSI", "Stoc" col with user input value {image} {file}Ignored
Disliked{quote} With all gratitude, i must say a big thanks for this gesture .... i will never forget this in a rush... that....... My findings so far..... 1) ALERT SHOULD COME IN WHEN atr (D1) hit 125% and trade within (R3) or (S3) zone ....This indicates current extreme state of the asset... this will avoid repeating alert when trade condition is expired 2) please kindly check to see what is wrong with ripple readings here 3) asset with ADR % over 100% shud have a distinct color and those below can maintain DULL color for ease in sighting 4) sir if possible...Ignored
Disliked{quote} Hi BlueRain, Great stuff! Thank you boss. Do you think you can add a user input to select or type in the currency pairs that you would like to view rather then the whole 60 symbols? Cheers.Ignored