Questions from Beginners MQL4 MT4 MetaTrader 4 - page 262
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
As I have already, RSI(1) is the same as the candle going up or down. Is it that difficult to look at a candle to see if it is up or down?
hi, finally figure out that the RSI is not needed - that might be the reason its set to 1. its only using the RSI window to put other indicators. thank you =)
You are welcome!
Because MT4 is multi-functional, user-friendly, and lets users tailor the interface to their needs, both new and seasoned traders value it.
Additionally, it provides sophisticated trading tools that enable users to apply their preferred strategies.
How can i create a text below of this first object?
Exemple: I want this...
My Name
My Adress
My Number
ObjectCreate("comment_label",OBJ_LABEL,0,0,0);
ObjectSetText("comment_label","MY NAME\n",9,"EngraversGothic BT",clrRed);
I can't skip line :(
Don't Hijack other threads for your off-topic post. Next time, make your own, new, thread.
Is it possible to draw a trendline on the actual MACD indicator in the indicator window? If so, how would I code this.
Yes, it is possible!
Have a look in the CodeBase. You should find something the similar to what you want and which you can use as a reference.
Remember to use a desktop browser if you wish to view and download the source code of CodeBase publications.
Is it possible to draw a trendline on the actual MACD indicator in the indicator window? If so, how would I code this.
Yes, it is possible!
Have a look in the CodeBase. You should find something the similar to what you want and which you can use as a reference.
Remember to use a desktop browser if you wish to view and download the source code of CodeBase publications.