My metatrader Experts and Indicators

headstrong007

----- Full-Time ----- Day-Trader
#31
pannet1,
u can take whatever time u want to take.. Pls also try sound alert for MT5 Tape MACD also, there is only two condition, red and green.
 

pannet1

Well-Known Member
#32
pannet1,
u can take whatever time u want to take.. Pls also try sound alert for MT5 Tape MACD also, there is only two condition, red and green.
What is the Metatrader version you are using. Metatrader 4 and Metatrader 5 needs different coding. So please confirm.
 

HappyLife

Well-Known Member
#33
@headstrong007

Don’t use MT4 …….. so no question of editing any MT4 code before…. :lol:
so try at your own risk :D (just done copy/paste from @Happy_Singh reference)

LSMA

{add this 2 line after ....... extern int MAType=1;}
input bool EnableSoundAlerts = true;
input string SoundFileName = "alert.wav";



{add the line in both the case....... (MA_Prev > MA_Cur) & (MA_Prev < MA_Cur) (condition)}
if (EnableSoundAlerts) PlaySound(SoundFileName);
 
Last edited:

headstrong007

----- Full-Time ----- Day-Trader
#34
What is the Metatrader version you are using. Metatrader 4 and Metatrader 5 needs different coding. So please confirm.
I am using both. yes codes are different..

Ma in color below link is the MT4 indicator.
https://www.mql5.com/en/code/7327
I am using MT4 on real time data feed NSE MCX.

I think u already have MT4 platform in ur pc..
If not can download free version GCI from below link

http://www.gcitrading.com/platforms-services/metatrader
==========


http://www.iforexindicator.com/tape-macd-mt5-indicator/
TAPE MACD is the MT5 indicator. I am using it on free Foxpro MT5 for crude WTI futures...
U can download it below..
http://www.fxpro.co.uk/trading/platforms/mt5/desktop

Unfortunately above indicator used advanced filling function present only on latest edition MT5. So difficult to recreate similar Tape macd on MT4.. So using it on fxpro crude only.. Can't use it on Nifty/bank nifty. As don't know any trusted and low cost MT5 data feed yet..

But for crude it is very much useful in fxpro wti charts.. using it HTF..

===========
Testing compiling, but easy to install and test the compiler using GCI MT4.. above link.
 

vijkris

Learner and Follower
#35
U r trading crude. U can free WTI spot feed here.

http://www.gcitrading.com/platforms-services/metatrader

MT 4 data feed is only about Rs 5000-6000 /yr.. There are lot providers inside 5000-7000 range...
Ok, done. Opened a demo a/c.

Now it looks like this.


Most probably need a weekend to learn it. Have to search for the codes now, so that I can replicate my ami holygrail setup. :D

It is light on cpu and ram as well unlike Ninja..

Thanks.

I hope I selected the correct crude oil scrip. :eek:

Is there any way to change the time displayed in the chart to IST ?
 

headstrong007

----- Full-Time ----- Day-Trader
#36
It is light on cpu and ram as well unlike Ninja..
It can work on P-4 processor, xp and gprs data too..:D

Just press F1, it'll download 9mb full help book...
 

headstrong007

----- Full-Time ----- Day-Trader
#37
@headstrong007

Don’t use MT4 …….. so no question of editing any MT4 code before…. :lol:
so try at your own risk :D (just done copy/paste from @Happy_Singh reference)

LSMA

{add this 2 line after ....... extern int MAType=1;}
input bool EnableSoundAlerts = true;
input string SoundFileName = "alert.wav";



{add the line in both the case....... (MA_Prev > MA_Cur) & (MA_Prev < MA_Cur) (condition)}
if (EnableSoundAlerts) PlaySound(SoundFileName);
It is working.. Thank you very much..Now, I learned a little where to put the conditions in MT4.
I'll post the full code soon for benifit more, after some more testing.

Now next demand is sound alert on tape macd for MT5, above link.
 

headstrong007

----- Full-Time ----- Day-Trader
#38
aja asked it.. for people's benefit some cheapest but trusted mt4 data providers..
there are many...but price higher side..

Tradize now providing bank nifty options. Previously it was not there.
below two are giving Tradize...there is another one little costly 7500 so not named it.

http://mt4realtimedata.com/
5000/yr
http://rtdatafeed.com/mt4.html
6000/yr
-------
Can check finmas demo also.. finmas has better data than tradize.
previous no bank nifty options was there. Don't know present condition. May be they added it..

http://www.finmas.in/mt4/
6100/yr

There is an old provider, though costly 7000/yr.

http://dummycharts.com

Always test the demo first...First, use free GCI etc. Then use demo of data providers... If liked only then subscribed...
 

headstrong007

----- Full-Time ----- Day-Trader
#40
Does these data provider also provide open interest data in data feed?
No, Indian MT4 data feed don't have such details. There are many may be some start that. Till few month ago most providing only LTP (even no bid ask).
Even u can't always trust volumes (I think it is in ratio mostly correct).

But when LTP is correct and updating is very fast, most price based indicators worked well.
If u r using vwap type volume based indicators u need to test demo first...

Out of this volumes is more correct with finmas.. But not sure they have bank nifty weekly options or not. Used them b4, then it was not there. There was monthly options only.

Now with using tradize MT4 server. It added bid-ask chart for MCX, NCDEX and Nifty only. Still waiting for BNF bid-ask. bnf weekly options is there.

If someone is using mainly price based indicators.. MT4 is very good..
When many brokers make the restriction on market watch scripts.
U can load side by side 100 charts in MT4. Yes 100 is the limit. :thumb:
That is one of the main reason I used it, all 100 charts working side by side, with consuming lowest bandwidth...U can set pop-up alert sound alert on particular chart with particular tf too.
 

Similar threads