Questions from Beginners MQL4 MT4 MetaTrader 4 - page 261
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
That is the wrong question to ask. First invest in learning to trade properly by educating yourself and practising with a demo account (paper trading). If you do that first, you will no longer need to ask that question.
Hi everyone
I'm trying to create a button that works exactly like when I click on rectangle Tool on Tools bar. Meaning I don't want it to create a rectangle by just clicking the button, I'm not gonna use Objectcreate() function.
Instead, I want it to wait for the user to push the mouse button on chart and drag it to create a rectangle. Just like when you choose the rectangle tool and the cursor-shape changes.
I've looked the WndObj.mqh, Wnd.mqh and Rect.mqh and couldn't figure it out how does this work. I appreciate if anyone can tell me how to do it.
I have been working in strategy tester mode with my Expert Advisor that alerts for buy/sell signals and one of its functionalities is it creates a csv file so it can save the date of the signal so it knows where it last left off. In the strategy tester the csv file it creates is saved in one of the mql4 files folder and it works fine. Now I would like to run this EA 24/7 on a virtual server but because it creates and uses an external csv file, will this technique work in the the virtual server? Or could I just have a csv file stored within the EA itself? One solution would be to have my own physical server but my internet connection is not reliable. Here's my code for the csv file creation.
I have been working in strategy tester mode with my Expert Advisor that alerts for buy/sell signals and one of its functionalities is it creates a csv file so it can save the date of the signal so it knows where it last left off. In the strategy tester the csv file it creates is saved in one of the mql4 files folder and it works fine. Now I would like to run this EA 24/7 on a virtual server but because it creates and uses an external csv file, will this technique work in the the virtual server? Or could I just have a csv file stored within the EA itself? One solution would be to have my own physical server but my internet connection is not reliable. Here's my code for the csv file creation.
With MT4 VPS, I understand when you sync with your PC it overwrites files and the same with global variables.
I'd be looking for another solution than relying on writing to a file, but then I don't know your EA logic.
hi, im new and using MT4 v4.1356. would like to ask how we could add RSI Indicator with a Input Value of 1. The indicator will close itself whenever i click OK. It is working fine if I key-in other value beside 1.
thanks,
Why? Mathematically that would not make sense. Even if we still calculated the diference between one candle and the previous one, it would make it swing between 0 and 100 with the direction of the candle — up (100) when the candle is up, and down (0) when the candle is down. That would be useless.
Why? Mathematically that would not make sense. Even if we still calculated the diference between one candle and the previous one, it would make it swing between 0 and 100 with the direction of the candle — up (100) when the candle is up, and down (0) when the candle is down. That would be useless.
hi, im new to all this. saw a video online that use 1, so i thought would like to set it up and see how it works out.
i could use 1 on MT4 apps on my Android phone thou. but would prefer MT4 program on my pc as could view multi-windows. any suggestions? thank you.
Such a video is just "snake oil". Most trading videos are by "fake traders" that don't really trade for a living and instead make money from selling "trading tutorials". They are a waste of time.
Dedicate your efforts into learning proper trading. Learn your ABC of trading basics and slowly work your way up. Also learn the maths behind Indicators so you can understand how they work and how they can be used properly.
Forget RSI(1). It is stupid. You can already see if the candle is going up or down. You don't need RSI(1) to know that.
Also read the following ...
Such a video is just "snake oil". Most trading videos are by "fake traders" that don't really trade for a living and instead make money from selling "trading tutorials". They are a waste of time.
Dedicate your efforts into learning proper trading. Learn your ABC of trading basics and slowly work your way up. Also learn the maths behind Indicators so you can understand how they work and how they can be used properly.
Forget RSI(1). It is stupid. You can already see if the candle is going up or down. You don't need RSI(1) to know that.
Also read the following ...
hi, i do know there are lotsa spam/fakes in the market. i jus like to see how it works by doing back-test etc using the exact setup. there is no down-side as im not paying for the system, or trading live. worst is losing some times. but even that, i learn something thats not working.
although not an answer to the question, i thank you for your time and detail explanation. especially about learning how each indicator works. cheers :)
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?