- #35,230
- Edited 2:47pm May 18, 2020 2:09pm | Edited 2:47pm
- Joined Sep 2019 | Status: Trader | 1,207 Posts
- #35,231
- Edited May 19, 2020 1:38pm May 18, 2020 3:06pm | Edited May 19, 2020 1:38pm
- Joined Dec 2010 | Status: Trader | 2,136 Posts
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} Try this Bar_Anchor_Finder.mq4 - places a vertical line on the chart where u click - click 'find' to scroll to the vline/anchor regardless of tf - clear button to make another vline/anchor {image} {file}Ignored
Disliked{quote} Yes that could be an issue. Both programs could see 0 orders and then both try to send an order. If you have access to the source code I can help you create a mutex to prevent this.Ignored
Disliked{quote} Thank you so much BlueRain!! When I try to attach the script no input window is shown, I modified the inputs trough the MetaEditor. Yes it is useful (really thanks for interest and help!!) but I would need the possibility to modify the existing stoplosses. The EA is opening 28 trades every 4 hours with a different stop loss that should be changed after 1 hour, that's the reason why I would need the option to change existing stoplosses... Would be that possible? If not thanks anyway and keep going!!Ignored
Disliked{quote} Will this code below just count opened order from a specific magic number? int TotalOrdersCount() { int result=0; for(int i=0;i<OrdersTotal();i++) { OrderSelect(i,SELECT_BY_POS ,MODE_TRADES); if (OrderMagicNumber()==MagicNumber) result++; } return (result); }Ignored
Disliked{quote} Sir, that one is buy sell arrow repainting one...i dont know the indicator name... pls see the screen shot {image}Ignored
Disliked....How i get the trade arrows on my live chart? Especially when the trades where opened on other PC/ Platform. Script / indi needed? Like in the back testsIgnored
Disliked{quote} Hi BlueRain, i have try this script and it works perfect. Can you add Take profit. Thank you so muchIgnored
DislikedIs anybody in position to code this indicator that should measure and plot on an oscillator the average time it takes a candle from OPEN to CLOSE. Example. Assume bearish candles 1,2,3,4,5,6,7,8 each takes 4,5,8,2,7,1,9,3 minutes respectively from open to close. So for a set period = 7, at the close of the the 7th candle, the average for the last 7 candles =(4+5+8+2+7+1+9)/7 is plotted on the oscillator. ____ Bearish and Bullish candles would each have a separate line in the same oscillator window. ____ This should work for offline charts whose...Ignored
Disliked{quote} Give this a shot. High_Low_Price_Finder - click an option to find a high or low, to the left or right, and it will draw a trend line connecting the selected bar to the matching/higher-lower price to the left or to the right of the selected bar. Alert notice if a higher-lower price isn't found. If the found price-bar isn't on the screen it will move the screen. - optional start-end markers - color choices edit - updated file, removed bug that deletes objs on changing timeframes {image} {file}Ignored
Disliked{quote} TakeProfit added. You have option to enable/disable to modify existing stoploss and takeprofit if there is any. If SL,TP not in place, it will place SL,TP using daily H/L + pad. Just changed name to reflect it now handles SL and TP also. {file}Ignored
DislikedDear Master, Please help me educate this indicator to load faster on chart .... its taking too long to update information when added to chart. Thanks {file}Ignored
DislikedDear Master, Please help me educate this indicator to load faster on chart .... its taking too long to update information when added to chart. Thanks {file}Ignored
Dislikeddear all, here is the conditions...want to make best indicator i want to make final indicator like this... We can use sr zone,trendline breakout & pattern indicator (some time make true/false) stop loss previous low/high {image} {image} {image} {file} {file} {image} {image}Ignored