MPFX1 / Publications
Forum
Profit v Drawdown. How do you choose?
Greetings All, If I may, Id like to start a discussion on how and why you choose which optimized setting to use after results. In particular, Profit v Drawdown. Or do you use Profit factor? I have attached two results as an example. Which of the two would you choose and why? * If there is already a
Is it possible to automate the dropping of a script to chart at certain time?
Hi all, I use several different scripts which I just drop and drag manually to charts. Is it possible to automate this? For example at the commencement of the 16hr candle, call Script 1 to EUR/USD chart . Thanks in advance
Equidistant Channel font size..
Hi All, Is there anyway to increase the font size on the Equidistant channel . The one that appears when you are dragging to set parameters.. The older I get, the harder it is to read :( Thx
Define open of a candle
Greetings all, Im trying to define the 16 hour candle open price . The code Im using is .... MqlRates ratesM[]; ArraySetAsSeries(ratesM,true); int copied=CopyRates(Symbol(),PERIOD_H1,0,2,ratesM); double Open = ratesM[0].open; I know how to shift it back, but dont know how to define the 16
Draw line using input
Hi all, I am trying to create and indicator whereby I use the input box to manually type a new level in each day. I have in my code... input int Level = 1.2300; It wont accept the decimal point.. How can I use this to set the buffer I did try several things using 12300/10000 but not good.. Any help
Add Price label Code.. MQ5
Hi all, Doess anyone have a code to add a price label to a horizontal line created by a custom indicator. I have added this one on chart manually, but be handy to have it coded.. Thank you
Accumulation/Distribution with MA.. MT5
Greetings all, Has anyone seen or got an Accumulation/Distribution (AD) indicator that has a moving average included for MT5? Thx for any help or leads
Individual trades instead of combined.
Greetings all, Not sure if this a MT5 thing, or broker, but when I buy a 2nd lot of same cross, its combines and averages the price of the two. Is there a setting that will allow each trade to remain separate
PLEASE HELP...Simple script to Sell at market with take profit
Greetings all, Im looking for a simple MT5 script to drop and drag to Sell at market with a 25 pip take profit . I searched code base but all are mt4. Any help would be greatly appreciated. Thx 😁
Default Lots size across all crosses
Hi, Is it possible to set the same lots size across all crosses that I trade. At present I have to adjust it in the one click trading box for each cross. is there a better way? thx.. :)