Forum

Changing the color of main chart RSI 14 display when it becomes OverBought or OverSold?

I have an MQL5 Mt4 indicator that displays RSI 14 reading on the main chart in white color . I want it to turn Green if the RSI is below 20 and red if it goes above 70. Can anyone help advise how to manage? input string comfons2 = "======RSI Settings======" ; //======RSI

Uploading Data & Creating a new chart on MT4?

I already know that the broker offers symbols that that be traded. The historical data is available to download and the symbols also have charts that can easily be loaded on the screen. I want to know if it is possible to upload historical data on a symbol that does not exist through the broker, and

Placing an Indicator on Rent

Hi, I want to offer my indicator for rent on the market place for other traders to use. More specifically I want that traders who rent this indicator pay a monthly rental fee and at the end of the month the indicator stops working and they have to renew the subscription to carry on. I also want to

Orders closing at wrong T/P Levels

Hi, My broker OctaFx closed my Buy Stop order at 0.00130 points below my take profit level . I had entered a T/P level of 1.08750 and the order was closed at 1.08620 instead. When I look at the charts on my MT4 live account the low for this candle at that moment of closing shows as 1.08723. I have

Leaning to Code MQL5 EA

Hi, I would like to learn how to make an EA all by myself. Unfortunately I have very little coding knowledge or experience. But i am a good learner. In your opinion, do you think it is possible for someone to learn this? Why do i want to learn when i can get something made by a professional

Need to cancel a job.

I placed a job and made payment for it. But have now received a message through the chat box that the developer cannot go through with it and has asked me to cancel it. The problem is that that job does not appear in My Jobs area. How do i go about cancelling it? Thanks

Is it possible to calculate the difference between the high and low?

I want to calculate the difference between the high and low of the second last bar on the charts that are open on my screen and present as a display on the screen or chart itself? Is this possible? Will I need a script for this or indicator of EA