DislikedHello everyone ................... anyone familiar with 100 pips momentum indicator .................... i am looking for a MTF version of this ......... ............ many thanks...............Ignored
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
DislikedHello everyone ................... anyone familiar with 100 pips momentum indicator .................... i am looking for a MTF version of this ......... ............ many thanks...............Ignored
Disliked{quote} this is an example of a computer that really does handle multiple operations at the same time...Ignored
DislikedI found this code of an object and tried to manipulate it to produce an arrow. Does any coders out there willing to help ...Ignored
Dislikedint ticket; //+------------------------------------------------------------------+ //| Expert tick function | //+------------------------------------------------------------------+ void OnTick() { string comment; double rsi = iRSI(_Symbol,PERIOD_CURRENT,28,PRICE_CLOSE,1); if (rsi < 50){ comment += "\n Short!"; if(OrderSelect(ticket,SELECT_BY_TICKET) && OrderType() == OP_BUY){ if(OrderClose(OrderTicket(),OrderLots(),Bid,1000,clrGreen)){ ticket=0; } } if(ticket<= 0) { ticket = OrderSend (_Symbol,OP_SELL,0.10,Bid,1000,0,30.0,"This is a sell",1,0,clrRed);...Ignored
Disliked{quote} That's not doable, this is a workaround. Candle_Highlighter - highlights target candle - target by time of day, day of week or both - multi instance {file} {image}Ignored
Disliked{quote} This indicator did not work for me. It appears in the dashboard, but there are no dots or arrows on the chart. {image}Ignored
Disliked{quote} - shouldn't give an arrow object a name that means text - shouldn't use objsettext for a non text object - pay attention to the parameters that an object needs to be placed, there is time/price or x/y, don't mix them up - if you are placing something at x/y 1/1, it may be placed but 1 pixel can be far less than the distance of a graphic to it's anchorpoint+corner combinationIgnored
Disliked{quote} If you want to place a trade when RSI CROSSES above/below 50. You need to place right condition (RSI_candle_1 > 50) && (RSI_candle_2 < 50) and vice versaIgnored
DislikedHi all .............. is there any such thing as Donchian channel based pivots or levels?............... thanksIgnored