Disliked{quote} Thank you so much for your attention, but I don't need that. I just need to modify this indicator so I have a 50% line of the previous day, week and month. That's it, that's all. {file}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
Disliked{quote} Thank you so much for your attention, but I don't need that. I just need to modify this indicator so I have a 50% line of the previous day, week and month. That's it, that's all. {file}Ignored
Disliked{quote} i am wondering if u got u wanted the monthly hi ,lo and 50% of previous candle? i have got one,i can share if u need,just shout it outIgnored
Dislikedjeanlouie, many years ago when I first starting trading FX, you had this mutli colored band that showed the trend. A lady friend of mine, in New York used that with a couple of other indicators for divergence to build a small acoount into something huge. What sort of a setup are you trading today with all the new information out about trading, If I amy ask. I swithced from FX to indecies about 3 years ago, best move i have ever made Please look at my requests, the 7 channel tma true can be used to scalp lower timeframe for profits just about every...Ignored
QuoteDisliked...friend of mine...used that with a couple of other indicators ...to build a small acoount into something huge
QuoteDislikedWhat sort of a setup are you trading today with all the new information out about trading
QuoteDislikedI swithced from FX to indecies about 3 years ago, best move i have ever made
QuoteDislikedmake an EA that will
DislikedAnybody could make bigger timescale indicator? Stumbled upon bigger price scale indicator but I really need bigger timescale. As now with bigger resoultions fonts looks tiny. Anybody found anything. Or at least crosshair which can have adjusted font size or modifiy this indicator:Please
{file}
Ignored
int fontSizeScaledByDPI(int fontSize) export
{
int _dpi= TerminalInfoInteger(TERMINAL_SCREEN_DPI);
if(_dpi==0) return(fontSize); // An unexpected error, but if it happens, prevent divide-by-zero
return( fontSize*96/_dpi); // Note, this truncates (down) to the next lowest integer
// Or, return( (int) MathRound( fontSize*96.0/_dpi)); // This rounds-up/down to the nearest integer than simple truncate (down)
} DislikedHi guys, Is there anyway to get rid of multiple limits and orders that are put consecutively? It just happens sometimes. Thank you in advance. Thank you for your time. {file} {image}Ignored
Disliked{quote} Script 'FIFO_CloseAll_Options.mq4' is posted here. It can close by order type, so you just select the Pending orders. The fact that it's 'FIFO' compliant makes no difference if your broker does not enforce the USA FIFO rule, but if your broker enforces FIFO, the script/method may be required. The bigger question you should ask is why is your EA doing excessive orders? A bug of some sort. I've no interest in such grid EA's, so will leave others to explore if they...Ignored
DislikedThanks for tips. Great to have somebody to helpRegarding 'nn_Crosshair_Sync_2_1_3.ex4'. This indi is great except when you try to analyse different chart you cannot do it without putting indi on. So it have to be added to every chart. Tried alternate font sizer but it doeasnt work inside mt4 charts. Thank You for showing scale soultion but tried scale in the past and it trims your resoultion meaning its just like magnifying...
Ignored
Disliked{quote} Use carefully, there is an input prompt, but it will remove all indicators and all objects from all charts if you want it to. Indicator_and-or_Object_Wipeout_All_Charts - script - option to remove indicators and or objects from all charts - printout of removed indicators {file}Ignored
DislikedCould someone please make this indicator MTF multi time frame and add on/off button Thanks you {image} {file}Ignored