That Good Looking Curve is made from your Marvelous Indicators only



Thanks & Regards
Fixing Your Indicators or EAs (Free) 451 replies
Coding robots and indicators in C# for no charge (cTrader API) 180 replies
Oanda MT4 - Indicators and EAs not showing 1 reply
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} Dear Simnz, Very Good morning. You have acquired Great Knowledge and Experience with passing of Time. fear and greed - Makes the Market Movestatistical indicators coded by Blue Rain
backtesting by using the new indicator coded by jeanlouie
I will be using price action
PRICE - TIME - ACTION - [ I have requested Jeanlouie for an Indicator based on TIME ] Really i follow all your posts and try to gather knowledge from your understandings. Please aslo guide us as ur mentees because you have...
Ignored
Disliked{quote} Perfect Dear Blue Rain, See we have mainly 6 Time Frames 0 - 4 / OK 4 - 8 / OK 8 - 12 / IMPORTANT 12 - 16 / IMPORTANT 16 - 20 / IMPORTANT 20 - 24 / OK Our Focus mainly will be on 3 Time Frames starting from 8 till 20 - Maximum Moves - Maximum Moves See the image for more clarity Further after this Strategy is Over We will look for Bigger Time Frames for SWING - TIME - PRICE & ACTION {image} Thanks & RegardsIgnored
Disliked{quote} I am willing to guide anyone (including you) as mentee for financial trading of spot, futures and options on the condition they get involved in my social project of teaching elderlies free of cost by producing videos. In the past you have not shown any willingness to be part of the social project .Ignored
Disliked{quote} hey mate what is the main purpose of this table or how you blend with your trading ?give us some light on it please?Ignored
Disliked{quote} not that, it's different with sandile formulahe's start on second candle M30 with offset break line base high low first candle, your mq4 base first candle M30 see pics on > https://www.forexfactory.com/thread/...1#post13276131 {quote} use this box only and not remove your lines
{file}
Ignored
Disliked{quote} are you sure?nevermind, then i deleted my post because not usefull .. it's your rule
{image} {image} {image}
Ignored
Disliked{quote} I am definitely inclined for the social project of Teaching Elederlies free of cost by producing videos. Can you please send a video you are talking about so can get a little insight. Thanks & RegardsIgnored
Disliked{quote} Hi ganztrade, This is what I was meaning yesterday with where I want my fib levels on the screen, on the right hand side. See attached indicator where it prints its levels as an example. This indicator works off ADR , I dont want that, want pure Fib levels of a price level , and I want to anchor and leave it where I want it. If you can get this one to do that, also fine. If you have a way to make the BoxBcBox levels also print only on right side...will be awesome ! But fibs...PLEASE Anyone here on the forum maybe have a quarters line indicator...Ignored
Disliked{quote} Sorry, little bug on handling filters. Fixed the bug and updated. Also, updated original one too. {file}Ignored
Disliked{quote} hi, I have a set file for a particular indicator. After copying the indicator to indicator folder, where should i copy the set files ? Can you clarify. thanks,Ignored
Disliked{quote} MQL > Presets (folder) you should copy that ".set" file in the "Presets" folder inside the MQLIgnored
Disliked{quote} Sorry, little bug on handling filters. Fixed the bug and updated. Also, updated original one too. {file}Ignored
Disliked{quote} Dear Classy, The main purpose of the Table is the Statistic part of the Pips. How many pips it goes high and low in certain time-frames. {image} See H4 - 2 - 1.1842 - Its End Result after 4 Hours and Compare it with Averages - There would be something which matches with the H4 Results When you use it with your Style of Trading the Statistics part certainly helps a lot in gaining Green Pips. Please share you Trading Style so we can discuss more about it. Thanks & regardsIgnored
double rsi[100]; double rsi_bb_main[100]; double rsi_bb_upper[100]; double rsi_bb_lower[100]; //+------------------------------------------------------------------+ void Rsi_bb() //+------------------------------------------------------------------+ { int counted_bars=IndicatorCounted(); if(counted_bars<0) return; if(counted_bars>0) counted_bars--; int limit=MathMin(100-counted_bars,100-1); for(int i=limit; i>=0; i--) rsi[i]=iRSI(NULL,0,14,PRICE_CLOSE,i); for(int i=limit; i>=0; i--) { rsi_bb_main[i] = iBandsOnArray(rsi,0,14,2,0,MODE_MAIN,i); rsi_bb_upper[i] = iBandsOnArray(rsi,0,14,2,0,MODE_UPPER,i); rsi_bb_lower[i] = iBandsOnArray(rsi,0,14,2,0,MODE_LOWER,i); } return; }
Rsi_bb(); //<---- function call Comment( "RSI: "+DoubleToStr(rsi[1],4)+"\n"+ "UPPER: "+DoubleToStr(rsi_bb_upper[1],4)+"\n"+ "LOWER: "+DoubleToStr(rsi_bb_lower[1],4)+"\n"+ "MAIN: "+DoubleToStr(rsi_bb_main[1],4)+"\n" );
Dislikediam looking for Multichart indicator. 3 timeframe in one same chart, also can draw analisys or add indicator. 1.Multichart_s+f_edition set+forget 2.MiniCharts Gold By SB something like these. thank in advance refer: https://m.youtube.com/watch?v=ZFKrjrAKtx4 {image} {image}Ignored