Hello!
Does anyone have a Liquidity Levels indicator for mt5?
So that it shows buy side and sell side liquidity
Thanks
Does anyone have a Liquidity Levels indicator for mt5?
So that it shows buy side and sell side liquidity
Thanks
I will code your pivot EAs for no charge 25 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! Does anyone have a Liquidity Levels indicator for mt5? So that it shows buy side and sell side liquidity ThanksIgnored
Disliked{quote} WITH ALL DUE RESPECTS TO to @kvak for Finishing this indicator beautiful & to @str8v4lu3 for bringing up this indicator to light here... I would request, it would have been great to see an EA made out of this simple yet appreciable indicator... An EA.. Which will make ENTRY-BUY or SELL trade with (X) lots While EXIT trade (for previous trade) along with another ENTRY trade, For new reverse signal... (eg) Green Arrow - BUY 1 lot Following Red Arrow - Exit Previous Buy trade 1 lot & Enter 1 lot SELL Few more useful things can be added to enhance...Ignored
DislikedActually i came in here today to make this request but ended thanking & requesting on another another post... Good day Friends... I would request the experts here to an EA for MT4 which can does the following basic things 1. When my Overall PROFIT (or LOSS) reaches a (X) certain amount in currency (NOT in pips or Equity amount or PNL percentage ), Close all positions. (With a Popup Alert if possible ) 2. I want the same EA to HALT the Auto Trading for (Y) mins of time along with closing the above Profit/Loss & restart the auto trading after (Y)...Ignored
Disliked{quote} @BestTradeEV bro.. can you kindly look into this EA request pleaseIgnored
Disliked{quote} This one closes all trades at profit and/or loss in money. {file} You can get the AutoTrading Scheduler here: https://www.earnforex.com/metatrader...ing-Scheduler/Ignored
Disliked{quote} I thought I wouldn't have time today, as I have something to be done outside, but the weather turned out bad, so I sat down and coded this: New version! {file} {file} Do not change the file names!!! So, first I modified the indicator a bit in order to make my EA coding easier. The indicator can be used on it's own, and it works exactly like the one provided by you. Also, I did the indi this way so that people wouldn't try to change anything and then wonder why the EA isn't working! So, the attached, herewithin, indicator is the data source...Ignored
Disliked{quote} {file} https://tradingfinder.com/products/i...free-download/ Also check out there: https://www.luxalgo.com/library/ Search: "Liquidity Swings"Ignored
Disliked{quote} ==== Good afternoon, BestTrader, What an incredible gift you just sent me! It is not enough to say thank you from the bottom of my heart, but believe me, that is where it's coming from. BTC is running 247, so I can test it over the weekend and report back to you. Have a wonderful weekend in spite of the weather. Best wishes always. HercsIgnored
DislikedSir, Could you help me with the source code of the mq4 indicator Trend_Path Non_Repaint? I would be very grateful to you. {file}Ignored
Disliked{quote} {file} ps. Alcuni di voi sono divertenti! cosa intendi con "è impossibile da determinare"? Non solo è possibile, ma anche molto semplice! Pps. Ho anche rimosso la freccia neutra grigia, perché era totalmente inutile e superflua. {image}Ignored
Disliked{quote} BR please help again i came across this on/off button Lucky Reversal indicator you made a mod on earlier please kindly help to convert it to mt5 as well with input alert I came across the mt5 version at a site but it did not work cos theres no source code to back it up, i think it will help me on 5mins scalpy at the duel meanwhile check out your mail for an indi to support slingshots mod of yesterday. Always thankful to you. {file} {image} {file} {file}Ignored
DislikedHello dear community and programmers, Is it possible to program the Gann High Low Activator histogram in 3 colors instead of two colors. For example: Histogram shows green when the current candle closes above last candle Histogram shows red when the current candle closes below last candle Histogramm shows grey when the current candle closes between high and low of last candle If this is possible, I would be very happy if someone could find the time and desire to implement it. all the best and have a nice first advent {image} {file}Ignored
if(Close[i] <= High[i+1] && Close[i] >= Low[i+1]) gmid[i] = 1; else if(trend[i] == -1) gdn[i] = 1; else gup[i] = 1;