You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
ND,
Could you please post this EA? Thanks!
TKIt should be improved.
Igorad is trying, I am trying. If some other coder will try to improve as well so I will post.
We have this general thread about money management https://www.mql5.com/en/forum/176320
And some other thread about how to code MM:
this post with codes and
https://www.mql5.com/en/forum/173300
https://www.mql5.com/en/forum/173335
https://www.mql5.com/en/forum/176320
Where does this script go?
I want to add the attached script within an EA.
The script closes out all trades after a certain profit has been reached.
It works in that it closes the trades, but the EA stops and must be reattached to start over.
I can't attach the EA, it's a work in progress and I don't want to disclose the strategy. If someone could just provide an example or two it would be helpful.
If it's too difficult to add the script into the EA, can anyone tell me how to call it from the EA while it's in the "include" folder?
Thanks in advance.
I want to add the attached script within an EA.
The script closes out all trades after a certain profit has been reached.
It works in that it closes the trades, but the EA stops and must be reattached to start over.
I can't attach the EA, it's a work in progress and I don't want to disclose the strategy. If someone could just provide an example or two it would be helpful.
If it's too difficult to add the script into the EA, can anyone tell me how to call it from the EA while it's in the "include" folder?
Thanks in advance.This tool is from this thread https://www.mql5.com/en/forum/176207
I said tool" because I am not suer: it is script or EA.
Anyway, as I know it should be attached in separated chart. For example, you have some EAs on Metatrader, so open any chart and attach this tool because it should manage every trade on MetaTrader irrespective of.
what's Ichimoku 's time frame on usd/chf ?
what's Ichimoku 's time frame on usd/chf ?
what's Ichimoku 's time frame on usd/chf ?
Everything about Ichimoku (stop loss, settings of the indicator for different timeframes, take profi value, when to enter and so on) you will find from the following links:
Ichimoku chart/system with forecasting possibility:
- thread (with explanation, market condition estimation and forecasting) is here and here,
- some template is here,
- indicators are here,
- MTF Ichimoku indicators is here,
- new Ichimoku indicators are here and starting from this page (thanks fxbs).
Hedge USDCHF at 6:00 o'clock Asia time
A friend told me.If hedge USDCHF at 6:00 o'clock Asia time 10 pip take profit.There will be 25-30% profit every year.And if add some other Hedge.There will be 60-80%.
How do you think of that?
If anybody can find this kind of Ea,it will be highly appreciated.Thanks
A friend told me.If hedge USDCHF at 6:00 o'clock Asia time 10 pip take profit.There will be 25-30% profit every year.And if add some other Hedge.There will be 60-80%.
How do you think of that?
If anybody can find this kind of Ea,it will be highly appreciated.ThanksThere are HedgExpert_v1 EA here https://www.mql5.com/en/forum/173692
And some hedge ideas you can find on this thread https://www.mql5.com/en/forum/174912
Many hedge links, EAs, trading systems and so on are on this post (as the links) https://www.mql5.com/en/forum/176023/page2
Can this be made into an EA?
I got this indicator within the forum here. It is a stop-reverse system with arrows to buy and sell.
I will like to turn this indicator into an expert advisor. I like the way it trails the open positions.
I will want the expert to be able to trail and close positions open manually depending on the chart time frame the expert advisor is running on. For example if I manually buy EURUSD on 2007/08/22 at 1.3550 (see attached image). I will then add this expert advisor to EURUSD daily chart to trail and close my open position. This would have happened on 2007/10/01 at 1.4232 with 682 pips profit.
However, if I want to trail this position using an hourly chart, I will add the expert advisor to 1hr chart and so on.
It should also retain the ability to auto-trade, open and close positions automatically.
Can any one help me please? Newdigital and the rest of the guys, you are doing great job here.
I want to add the attached script within an EA.
The script closes out all trades after a certain profit has been reached.
It works in that it closes the trades, but the EA stops and must be reattached to start over.
I can't attach the EA, it's a work in progress and I don't want to disclose the strategy. If someone could just provide an example or two it would be helpful.
If it's too difficult to add the script into the EA, can anyone tell me how to call it from the EA while it's in the "include" folder?
Thanks in advance.Can this sort of code be incoporated into an standard ea like an ma cross or does it have to be a seperate script or ea??