TipMyPip / 프로필
TipMyPip
How long will it take to program this in MQL? to say the least, at what speed will it work in MQL while the trading markets will move and change.
function run()
{
set(PARAMETERS); // generate and use optimized parameters
StartDate = 20160801;
TickTime = 100;
BarPeriod = 5; // 5 minutes bars
LookBack = 500; // maximum time period
// calculate the buy/sell signal with optimized parameters
vars Price = series(price());
vars Filtered = series(BandPass(Price,optimize(5,1,240,1),0.5));
vars Signal = series(FisherN(Filtered,500));
var Threshold = optimize(1,0.5,1.5,0.1);
// buy and sell
Stop = optimize(100,1,200) * ATR(optimize(100,1,200));
Trail = optimize(100,1,200) * ATR(optimize(100,1,200));
if(crossUnder(Signal,-Threshold))
enterLong();
else if(crossOver(Signal,Threshold))
enterShort();
}
function run()
{
set(PARAMETERS); // generate and use optimized parameters
StartDate = 20160801;
TickTime = 100;
BarPeriod = 5; // 5 minutes bars
LookBack = 500; // maximum time period
// calculate the buy/sell signal with optimized parameters
vars Price = series(price());
vars Filtered = series(BandPass(Price,optimize(5,1,240,1),0.5));
vars Signal = series(FisherN(Filtered,500));
var Threshold = optimize(1,0.5,1.5,0.1);
// buy and sell
Stop = optimize(100,1,200) * ATR(optimize(100,1,200));
Trail = optimize(100,1,200) * ATR(optimize(100,1,200));
if(crossUnder(Signal,-Threshold))
enterLong();
else if(crossOver(Signal,Threshold))
enterShort();
}
소셜 네트워크에 공유 · 2
TipMyPip
Study how to evaluate experts, and please forward to your friends too, your blessings to your friends will be a blessing to your own life.
https://www.mql5.com/en/blogs/post/685512
https://www.mql5.com/en/blogs/post/685512
TipMyPip
Buy Expert advisors only after reading the following article.
https://www.mql5.com/en/blogs/post/685512
https://www.mql5.com/en/blogs/post/685512
소셜 네트워크에 공유 · 3
TipMyPip
To all my Friend, Please share the following post with all your friends and let's improve our community business so that we can progress in unity. Thank you in advance for your generosity and sincere soul.
https://www.mql5.com/en/blogs/post/685512
https://www.mql5.com/en/blogs/post/685512
소셜 네트워크에 공유 · 2
전체 댓글 표시 (7)
TipMyPip
2017.02.10
If you can't explain Sabil, Then I guess you know better, you can improve on my ignorance, by writing your own article with your own good advice and mathematical understanding, thank you.
Icham Aidibe
2017.02.13
I think you're losing time with such a deep optimization process. These graphs are just mean to guide you to choose the best settings for your ea. On the other hand, with such a curve, you'd better rely a demo testing, the conditions must be alike, a low ping (introduced in the testing process recently), you should also care about the deviation, and look out how your ea is acting - position closing, delay etc ... for such a graph to remain credible
TipMyPip
2017.02.14
Dear Icham, If you have more experience with expert optimization, and you can prove your theory by statistical deduction, I am quite sure, you will prove me wrong. I can prove you wrong, mathematically. If you would care to understand.
TipMyPip
Check the real performance of any Expert, and compare the results.
And share with your friends, so we all will have save our money and get proper and more satisfying results.
https://www.mql5.com/en/blogs/post/685512
And share with your friends, so we all will have save our money and get proper and more satisfying results.
https://www.mql5.com/en/blogs/post/685512
TipMyPip
Compare the Articles, and study the optimization process : Please Share the following Article and a Free Robot for all traders. http://bit.ly/2dNBOvP
소셜 네트워크에 공유 · 1
TipMyPip
Does anyone know what is the meaning of market inefficiencies and how they influence our trading and expert advisors?
Matthew Colter
2016.11.27
Market inefficiencies are anything that impedes the market's ability to correct the price of an asset.
Like when two brokers are trading a currency pair at about the same volume, but the prices differ between them. The market is saying that the price is somewhere between the quotes for the two brokers, but hasn't come to it yet. You can see it before it happens, and if you're mindful of what else is going on in the market you can tell if there's an arbitrage opportunity there. Look at the popular bitcoin exchanges for example. Their prices are all over the map because of inefficiencies, don't arbitrage bitcoin though.
Like when two brokers are trading a currency pair at about the same volume, but the prices differ between them. The market is saying that the price is somewhere between the quotes for the two brokers, but hasn't come to it yet. You can see it before it happens, and if you're mindful of what else is going on in the market you can tell if there's an arbitrage opportunity there. Look at the popular bitcoin exchanges for example. Their prices are all over the map because of inefficiencies, don't arbitrage bitcoin though.
TipMyPip
Are we hungry for money? The real poker game over here, is to control your greed, and learn to request the developer to share a real signal account before investing money in their Money Machine.
https://www.mql5.com/en/market/product/11354
https://www.mql5.com/en/market/product/11354
소셜 네트워크에 공유 · 2
TipMyPip
Can Anyone explain to me, what is the reason we are all sharing information over here? What is the essence of sharing all the financial information? If anyone is happy with their knowledge and experience, what are they trying to gain by sharing the information?
TipMyPip
Dear Friends and Fellow Traders,
In the last 5 days I have come across number of EA which show very high gains on real accounts, but when requesting from the sellers to present some customers feedback, emails, proper communication in order to really get some information on the real outcome of those EAs, non of those sellers wanted to present any proof of their outstanding success. I am surprised that these sellers want to sell EAs for more then 500 USD, but don't want to present any proof of working concept. Beware, of any person on the net wanting to sell you EA, that shows outstanding gains but when you search for customer feedback, and long term success, they don't have any.
Thank you for reading, and all the success.
In the last 5 days I have come across number of EA which show very high gains on real accounts, but when requesting from the sellers to present some customers feedback, emails, proper communication in order to really get some information on the real outcome of those EAs, non of those sellers wanted to present any proof of their outstanding success. I am surprised that these sellers want to sell EAs for more then 500 USD, but don't want to present any proof of working concept. Beware, of any person on the net wanting to sell you EA, that shows outstanding gains but when you search for customer feedback, and long term success, they don't have any.
Thank you for reading, and all the success.
소셜 네트워크에 공유 · 5
burak UMITVAR
2015.03.23
On the other hand , i wouldnt sell if i had such a successful EA,actually no one would be aware of it. its really hard to beleive there s such a generous person, sharing the secret that the world is running after. look, if you have a really money making machine , why would someone waste their time here on the community? they d trade by themselves and make their wealth.well maybe i am really missing something here , cuz i never got the point in the ea's.cheers
Matthew Colter
2016.11.27
Did you read "Anatomy of a Scam Robot" in the Zorro-project manual? http://zorro-project.com/manual/en/tutorial_scam.htm It's workshop #8, and it's really good.
TipMyPip
Everyday, I have new friends... That But I would like to know, what really opened your heart to be friends with me? Thank you for your answer, and honesty... I hope your words will bring more people like you to have trust and faith in the spirituality of our common paradise. ;-)
소셜 네트워크에 공유 · 8
Francis Dogbe
2015.03.11
Yeah i love that movie, btw i guess poeple who add are those who just registered on mql5 site
Pankaj D Costa
2015.03.15
"3 Idiots" one of my favourite movie, its really nice. Anyway @PCWalker, some one make friendship to increase the list, some one for sharing and some one for following and more. I like your posting and this is why.............
TipMyPip
Thank you all friends, for sharing friendship with me... I am sure as you share your friendship with others, others will share their friendship with you...
소셜 네트워크에 공유 · 4
Pankaj D Costa
2015.03.15
Friendship can make a strong team, and a team can reach any tough place very easily.
TipMyPip
A new Trade, of the great Faisal. The one and only. :-)
To all traders, I would like to suggest to you all a great trading system and signal.
Please spread the news and bring more of your friends. Thank you.
To all traders, I would like to suggest to you all a great trading system and signal.
Please spread the news and bring more of your friends. Thank you.
TipMyPip
Look at the following system, I have not seen a great trader like this one for a very long time. ONLY 2.95% downdraw, relative to 2500% gain
https://www.mql5.com/en/signals/83502
https://www.mql5.com/en/signals/83502
소셜 네트워크에 공유 · 2
[삭제]
2017.04.11
No longer available..
TipMyPip
Dear All friends, and fellow traders,
I would like to suggest the following signal, this trader, is really outstanding. And his system, is having very low down draws.
https://www.mql5.com/en/signals/83502
I would like to suggest the following signal, this trader, is really outstanding. And his system, is having very low down draws.
https://www.mql5.com/en/signals/83502
소셜 네트워크에 공유 · 1
: