Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Can somebody help? I need to create an Indicator that show me the change of slope for any moving average. In other words, when changes its steep from down to up and viceversa.
I've got a lot of private messages asking me for helping with some pieces of code.
Here you can post your questions related to MQL4, and I'll do my best to answer them.
Dear Codersguru,
First of all, thank you very much for ur openness in sharing your knowledge to a novice like me. I've learned a lot from you.
I want to make an indicator with arrows and maybe an ea that shows when macd signal line across up or down macd value bar. Can you tell me how to do it? Thank you very much.
Hi,
I am new to MQL4 and would like to write a program that will compare the current Histo bar to the previous Histo bar in MACD and generate an alert saying Histo bar is longer (or shorter) than previous Histo bar. So far I have not been able to figure it out. Any help will be very much appreciated.
Hi there, i have searched through FXtsd for anything on what the code for offsetting Arrow away from Candle would be and have found nothing. Thought i'd come to this "Ask" thread and ask ... grin.
All i want to do is place the arrows further away from the candles so they don't block the view of price action.
Is there just a simple tweak to the object draw code to do this?
Thank you in advance,
Thom
__________________ Find a way to make someone's day
How to make EA open buy position eventhough there is sell position still open and vice versa? Buy when there is buy signal and sell when there is sell signal
I try to understand your lesson, but my limited knowledge and since I'm not a programmer also my poor english make me difficult to understand and learn MQL programing..
can you help me to make an source code for the EA, you only give me the source code..then I will enter the formula by myself
So I only enter the formula when to execute sell or buy and when to close the order.. that's all, sorry for my poor english.
Is it possible to display the text/numbers on an indicator in different colours? If so, how? As an example, I want to show the relevant numbers on the absolute strength indicator in the same colour as the lines in the window. Any help/suggestions would be gratefully received.
I have an EA that does not backtest correctly. The backtest only shows one trade, even though more trades were generated than that. If I start the backtest on January 1 to present, it will show the first trade generated on or after January 1. If, for example. the first trade was opened on January 3rd and closed on January 8th, it will only show that trade and no more after that. I then have to restart the backtester from January 8 to present to get the next trade to show up on the backtester. It won't show all the trades at once. No problems show up in the journal tab. Any ideas?