Forum

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.. :)

Add custom trailing stop to existing list

Greetings all, Is there a way to add custom trailing stop to existing pop up list when you right click on trade.. I know you can manually enter one, but I would like my custom setting added to list so its just one click... Thx

Change Toolbox font size.

Greeting all, Anyone know how to change the default font on the toolbox.? Like orders, trades etc etc.. thx