Greetings traders and excellent programmers, can you help me create a bot for this no-repaint indicator? I would greatly appreciate your support.
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
DislikedHello Experts, Can some one help me to have mql5 version of attached EA and an indicator. I found the mq4 coding of the EA, attached herewith, if that is useful for mq5 EA. {file} {file} {image} {image}Ignored
DislikedGreetings traders and excellent programmers, can you help me create a bot for this no-repaint indicator? I would greatly appreciate your support. {file} {file}Ignored
Disliked{quote} ¡Pura tontería! ¿Entiendes cómo funciona ZigZag? ¿Entiendes que es imposible abrir una operación donde indica la flecha?Ignored
Disliked{quote} Concerning the indicator: Why are you using this as an indicator? This works like a script, but also not like a script. It creates a High and a Low price info labels of the current bar (the not closed bar) in OnInit(). This means that if you change the timeframe, for example, the labels will be updated. This fact make this type of indicator useless, or even dangerous. If you want to use this in MTF trading, for example, and you attach this indicator on H4, for example, and then you switch to M5, for example, the labels will be rewritten,...Ignored
Disliked{quote} Thank you so much, SIR. I am using the High-Low values of the current candle to understand how far the current candle goes from the high-low of previous candle. Don't expect anyone to type the code from images!!! - Apologies! Here is the code for EA in text format. void OnTick() { double sl = 0.0, tp = 0.0; double breakEvenProfit = 10; // Profit in points to move SL to BE double reverseLots = 0.1; // Lot size for reverse trade for (int i = OrdersTotal() - 1; i >= 0; i--) { if (OrderSelect(i, SELECT_BY_POS, MODE_TRADES)) { if (OrderType()...Ignored
Disliked{quote} That's not how to paste a code!!! If for any reason you can't attach the .mq4 file, which you obviously have, the optional method is to use the code brackets [</>] !!! Also, this EA code is trash! Refresh my previous post an read it! https://www.forexfactory.com/thread/...9#post15453889 And, there are more coding logical errors in it! For example if the StopLoss is zero - meaning no StopLoss, then OrderStopLoss() is zero, and the conditions logic is wrong. Because Bid is practically never <= 0 (unless the price of the...Ignored
Disliked{quote} Understand! Do you know any EA that sets SL and Target when we place an order. Also, that should close all open orders? Thanks, RajaIgnored
DislikedMaster BTE, please sometime ago you made this indi a wonderful tool, by adding MTF open price Please is it possible to add PREVIOUS HIGH AND LOW option as well,? when i choose high it will only service previous highs same with lows at least 2 history print will be great if possible, but if not possible i greatly appreciate any assistance {file}Ignored
Disliked{quote} Alternative SCRIPT → reverse_v2 EA alternative → SL_Close_BE_Reverse{image} SL & TP Close Break Even Reverse Notes: BE Button effective only if BE Profit distance = 0 as break even SL manual discretionary action. If BE Profit distance > 0 break even SL automatic activation at set profit. Note: MT4 allows only one EA per chart. If an EA is open on a first chart opening a second chart of the same symbol with this EA attached will work to control the trades on the first chart provided the EAs do not conflict. ie. have similar function...Ignored
Disliked{quote} hi bro if possible please create one bbma label system same feature as it is (attached) with button please .thanks {file}Ignored
DislikedHi..I need help to get signal on first candle instead on when second candle start forming then signal comes on first one. Even I made option "Alert on current" set as TRUE. Still im not able to get the result Please check and correct that {file}Ignored
DislikedCan anyone code a trading view indicator for me.. a simple indicator it doesnt take much timeIgnored