Niel05otto / Publications
Forum
Trend lines
Good day. i need some help please. I am trying to get the highest and lowest price of 30 candles starting 2 candles back. if i use 2 at the start point it doesn't give me the value and time of the highest and lowest bar. if i use 0 at the start point then it work fine but i don't want bar[0] and
Function
Good day I'm still new to mql5 and the following idea crossed my mind. Is it possible to create a function with a indicator inside the function. For example Check_Entry(). Now I want to create 3 indicator inside this function and call the function into the ontick function but what I want to know is
How to prevent multiple trades from ea
i need help please. im trying to prevent the ea from making multiple trades at the same time. i have tried it with a for loop but had no luck.can someone please help me to solve the problem. my code look like this. its the buy section //-------------------------------- Buy
function declarations are allowed on global, namespace or class scope only
Good day I need help please . I'm still new to coding and is learning by watching you tube videos and reading the MQL5 Language REFERENCE. i want to create a EA that can trade with trend lines and found this code in the reference on page 399, but after i moved the #property and input variable's to
Trailing stop loss and Tp when current candle close below or above MA
Good day i'm new to mql5 and have been struggling for a week now to get it right but still no luck. i'm willing to pay someone to just edit my EA so it has a trailing stop loss and a Tp if anyone is willing to help me please send me a massage or a email nielotto5@gmail.com Here is the EA code
Mql5 info needed please
Good day I'm new to mql5 coding and want to create my own EA. I have watched a few videos on YouTube and read some post but can't find the answer I'm looking for. I have managed to code 2 separate EA. One for 2 moving averages and one for stochastic oscillator . What I want to know is if it's