hello coders please help
I need a buffer for the Up and Down arrows
tqvm
I need a buffer for the Up and Down arrows
tqvm
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
Disliked{quote} Button can be dragged to any position on the main chart. The Unique_value must be different for each indicator loaded. This is one way I can think of getting around the window removal and that is by leaving it in place but reducing it in size. The only issue I can think of is you can no longer alter the indicator window size by dragging the window frame you have to adjust the window height in the inputs. Do not change the name or the indicator will not work. {file}Ignored
Dislikedhello coders please help I need a buffer for the Up and Down arrows tqvm {file}Ignored
if(prevColorDeepSkyBlue<prevColorRed && thisColorDeepSkyBlue>thisColorRed)
{
ArrowBuy =true;
} DislikedHalo guys i need help im trying to find a indicator for equal highs and lows haven't had any luck came across a source code but its giving me errors trying to compile it on mt4 its a tradingview view indicator any halpIgnored
Disliked{quote} STOP SPAMMING! LEARN TO USE CODE: {image} Or attach your codes as txt files. {file} {file} Also, this indicator contains this idea, amongst others: {file}Ignored
Disliked{quote} I am actually looking for a equal highs and lows indicator thats alone not with all the order blocks etc. Just it alone, didnt mean to spam just hard finding such a indicator hoping u can help with that code with a similar indicatorIgnored
DislikedPlease add this indicator from under the window to the chart! {image} {file}Ignored
Disliked{quote} The buffers are all here: {image} The colors (buffers) are dependent on the currencies. The arrows plot when the two lines cross. So, you don't need any buffers for the arrows, you just do, for example: if(prevColorDeepSkyBlue<prevColorRed && thisColorDeepSkyBlue>thisColorRed) { ArrowBuy =true; } Obviously, you first get the values of the color buffers by iCustom(). BTW, when the source code is available, you can use it directly in your EA, minus the plotting part. Then you don't need any iCustom().Ignored
DislikedHi Coders, Can someone please add a timer to the attached EA. I want to be able to specify a StartTime and an EndTime for the EA. For example let's say the StartTime is 10:00 and the Endtime is 12:00 then once 12:00 is reached the EA must continue to trade until a profit is made and then stop trading. Any help in this would be greatly appreciated. {file}Ignored
Disliked{quote} Thank you for you quick response, unfortunately, i know nothing about coding, I just use a Pin(indicator) to Read the buffers from an indicator and send the signal to a Dashboard EA for basket trading. hope you can help me, appreciate tqvm.Ignored
Disliked{quote} I don't know anything about this Pin(indicator). Normally, "Pin" stands for Pinbar, so it's not likely I will find it by google search. Please post the indicator.Ignored
Disliked{quote} First thing - this indicator is decompiled. Second thing - this skull arrow isn't directional.Ignored
Disliked{quote} Sir, this is what i use to read buffers from an indicator https://www.forexfactory.com/thread/...-trading-tools {file}Ignored