Disliked{quote} No changes to this. Rulers - filled/hollow rectangles, line - bars, time d-h-m duration, pips - btn icons - range levels with inputs {image} {file}Ignored
Thank you.
Practice makes a person perfect
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} No changes to this. Rulers - filled/hollow rectangles, line - bars, time d-h-m duration, pips - btn icons - range levels with inputs {image} {file}Ignored
Disliked{quote} Hi buddy, Can you please help me with an indicator or a script that can keep just the symbols I need? I am unable to remove symbols despite my best efforts. A solution that can just delete the unwanted classes of symbols will be helpful. An indicator that prints all the information about all symbols is something I am not able to find as well. I found this code, but I don't how to program it. Appreciate your help in getting it in a script or better or any idea of yours to get the job done. {quote}Ignored
Disliked{quote} Hi, ........not sure if this is what you want, but the following script can hide unwanted symbols, only during the specified time according to the timer sleep input! ........note: a symbol with an open chart or symbols which has been last accessed can only get hidden after about 10 minutes since the last access! {file}Ignored
Disliked{quote} Hi XPLO please i need your help here is it possible to have an arrow with alert on chart that will match the signal arrow of the attached mtf stoch alert (subwindow) check out the screenshot.Please kindly help to make one if its possible Rgds&Respect. Sling. {file}Ignored
DislikedHi everyone, I'd love if anyone could help me find an indicator that shows a blue color if the price is above the MA or red color if it's below. I'd love if the color and MA can be manually set, but all I need is, basically, just a coloured square depending if the price is above or below a MA. That's all I need, it's pretty simple but I'm absolutely no coder. Here are some pics as a reference from something similar. Thank you all!!! {image} {image}Ignored
Disliked{quote} You can go Cja MTF Dashboard to look around. He has quite a variety of those MTF Dashboard. https://www.forexfactory.com/thread/...shboard-thread For your case, if I'm not wrong, this should serve your needs, pick it up from Post 1 of his thread. If not, you can look through the others he has and see if there is one that is more suitable for you. {image} {image}Ignored
Disliked{quote} ..........................Added price distance to Ma option with color shifting according to the polarity of the distance values! {image} {image} {file}{file}Ignored
Disliked{quote} how will u use that idea for trading? MA is very unreliable for entriesIgnored
Disliked{quote} Thanks! But this indi shows 3 MA's and everytime frame, I just need something that shows me the current time frame and only one MA. If i set 0 as input for everything that I don't need, it still shows the text and rows for every timeframe {quote} I really appreciate this! But the first one shows me atr which I don't really need and the second one shows me everytime frame, I actually need something a little simpler, only the current timeframe, if you could do the second indicator (just the MA) for the current timeframe, that would be absolutely...Ignored
Disliked{quote} Well, looks like your requirements is more specific than what you wrote in your first post, since it is very customised to your needs, the only way is to hope someone here has time to write a piece of program for you. Good luck.Ignored
Disliked{quote} Thank you very much for your quick.response. I thought it will be able to remove for indefinite period the symbols that I dont want. Actually I want to rearrange all symbols in five main asset classes of index, commodities, forex, cryptos and stocks And select symbols from each asset class to be displayed in market watch as if I am displaying a portfolio of cfds that share same open hours, same margin %, same leverage and pip values. Futures CFD has different pip vaue calculation than that of spot CFD.Ignored
void OnStart()
{
string symbols[]={"US30.cash","GBPUSD","EURUSD"};
ToggleWatchList t;
t.Init(symbols);
int e = (int) MathPow(999999999999999,999999999999999);
t.Toggle();
Sleep(e);
t.Toggle();
Sleep(e);
t.Toggle();
Sleep(e);
} Disliked{quote} ...........repalcing the following code in sleep would cause it hiding the symbols endlessly! void OnStart() { string symbols[]={"US30.cash","GBPUSD","EURUSD"}; ToggleWatchList t; t.Init(symbols); int e = (int) MathPow(999999999999999,999999999999999); t.Toggle(); Sleep(e); t.Toggle(); Sleep(e); t.Toggle(); Sleep(e); }Ignored
Disliked{quote} I'm afraid there's no point in anybody coding what you're asking for. That's because, based on the information you've provided, the currencies will always be ranked as follows: Highest = CHF 2nd = CAD 3rd = USD 4th = NZD 5th = AUD 6th = GBP 7th = EUR Lowest = JPY Do you know why? ......................... It's because any coder would naturally assume that the eurusd, gbpusd etc in your request represent prices, where a pair like gbpjpy has a value like 143, while nzdchf has a value like 0.64, hence averaging them is meaningless. The only...Ignored
Disliked{quote} Japfx Hanover coded and posted this indicator on this thread. https://www.forexfactory.com/thread/...4#post12718054Ignored
Disliked{quote} Thanks boss .... please i am unable to load this indicator .... giving me 21 compiler Error.Ignored
Disliked{quote} Thanks boss .... please i am unable to load this indicator .... giving me 21 compiler Error.Ignored
DislikedHello Coders, I got the below code snippet for Quarterly High and Quarterly Low How can I write the code to get the Quarterly Open and Quarterly Close? Kindly assist Q1_High[x] = iHigh(Symbol(), PERIOD_D1, iHighest(Symbol(), PERIOD_D1, MODE_HIGH, start_barshift - end_barshift + 1, end_barshift)); //Quarterly High Q1_Low[x] = iLow(Symbol(), PERIOD_D1, iLowest(Symbol(), PERIOD_D1, MODE_LOW, start_barshift - end_barshift + 1, end_barshift)); //Quarterly LowIgnored
Disliked{quote} heiken_ashi_open_is_hl_alert - if ha open=low or ha open=high - arrow styling and offset - optional alerts update - arrows/alerts only once per direction update - optional ma filter {image} {file} {image}Ignored
Disliked{quote} Thank you very much for your quick.response. I thought it will be able to remove for indefinite period the symbols that I dont want. Actually I want to rearrange all symbols in five main asset classes of index, commodities, forex, cryptos and stocks And select symbols from each asset class to be displayed in market watch as if I am displaying a portfolio of cfds that share same open hours, same margin %, same leverage and pip values. Futures CFD has different pip vaue calculation than that of spot CFD.Ignored