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
mladen any suggestions for most efficient dll using microsoft visual studio?
I think that this : Walkthrough: Creating and Using a Dynamic Link Library (C++) is a very good starting point to get as much information as it is possible about that matter. MSDN is really a place when one can find almost everything regarding serious coding
Yet another desperate plea!
Hi Mladen. I wonder if you could work the same miracle with this as you did with the smaller version. I need it altered to be the same as the 5 Ducks E v01 you did a few days ago. It will be a lot faster than placing the smaller version on all my selected pairs. I need the M5 & M15 time frames added.
I think that this : Walkthrough: Creating and Using a Dynamic Link Library (C++) is a very good starting point to get as much information as it is possible about that matter. MSDN is really a place when one can find almost everything regarding serious coding
Thanks for the link
Hi Mladen,
thank you very much for your help!
My EA is working now
Could you please make a recommendation about how to filter sideway / ranging markets? I was planning to implement CCI or RSI filter. Maybe a second HMA indicator with longer time frame? Probably there is a better oscillator for filtering available? What do you think?
Thank you in advance!
tfi_markets Try to move both break statements one line up (to be within the "}" )
Hi Mladen,
thank you very much for your help!
My EA is working now
Could you please make a recommendation about how to filter sideway / ranging markets? I was planning to implement CCI or RSI filter. Maybe a second HMA indicator with longer time frame? Probably there is a better oscillator for filtering available? What do you think?
Thank you in advance!If you are going to use RSI use short periods (every serious study of RSI recommends that RSI should not use long periods - since the longer the rsi period the flatter the rsi is)
CCI does not have that problem and if you use, for example, values between levels -100 to 100 as ranging levels, it will probably help
Good morning.
May I ask if I could report all indicators in this graph, to launch a template with all of them.
Thank you very much and thank you for your interest.
Hi guys, one question just to be sure if this is correct. I'd like the EA to fix the lot size so that if it reaches the stop loss, it will lose only a define percentage of the free margin. Am I correct with this :
with StopLoss = the StopLoss in pips (100 for example) and Risk the percentage in decimal (0.05 for example).
Thanks a lot.
Hi guys, one question just to be sure if this is correct. I'd like the EA to fix the lot size so that if it reaches the stop loss, it will lose only a define percentage of the free margin. Am I correct with this :
with StopLoss = the StopLoss in pips (100 for example) and Risk the percentage in decimal (0.05 for example).
Thanks a lot.Check this one (it is made like indicator, but it can easily be made as a function that will calculate what you need from whatever code) : lot_size.mq4
Try to programmatically find a formation with two growing highs and lows.
MIN 1 and MAX 2 easy to find.
MAX1 and MIN 2 tried to find using the ZigZag. Not a good identification.
Advise how best to programmatically determine "MAX 1 and MIN 2".
You need to put the arrow on the indicator, after the reduction from the maximum to the value "Rmax". Arrow need at maximum indicator.abc.mq4