[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 447
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
а почему как функция не работает а в старте работает?
In fact, this is a function only it depends on what it is if(Close_){ - apply inside the start, if void Close_() { as a function that works outside the start.
алгоритм у вас верный. сделайте распринтовку возможных ошибок и вообще ухзнать куда доходит эксперт при выполнении этого кода.
+ выведите расчитанные значения рси.
)))) I think the guy has a mistake in the code.....though I'm a newbie, I could be wrong.
It's a standard Matsimple. I'm just trying to figure out why it's not closing correctly. I'm trying the logic for closing trades. One part consists of RSI-- that's why it's not working.
Changed the shifft after the printout.
Please don't let it go unnoticed.
I bought a HP laptop with Windows Vista preinstalledwith 64 bit OS.
Started having problems with the work of the EA. At the beginning my deals were opened somehow. But in a week my Expert Advisor stopped opening some deals completely. We tried and twisted it and finally decided that the problem was caused by 64 bits. We reinstalled the Expert Advisor and installed it on 32 bits and 7 Windows .It worked fine for one day and then failed again. Maybe i got some kind of update to windows that is affecting it?
On other computers (colleagues), the EA works without any interruptions at all. My old laptop is gone and I can't buy anything at the moment.
I am, by the way, working on Instatrader platform.
Please, if anyone has encountered or have any suggestions on how this can be fixed, please advise.
Help me re-do a simple EA, I've been struggling for a week!!!! Or write it again, all EAs are too complicated and I can't tweak it for me!
I want to add to this EA an MACD indicator, which sends its BUY and SELL signals and the EA has to do both at the same time. There should be not more than three open BUY and three open SELL orders. All orders should be closed by stoploss and takeprofit only, and not by force of the Expert Advisor.
Помогите переделать простой советник, бьюсь неделю!!!! Или написать снова, а то все советники слишком сложные и я их не могу под себя подстроить!!
Суть такая: Хочу добавить в этот советник( торгующий на пересечении) ещё индикатор MACD, который подает свой сигнал на продажу и покупку и советник должен параллельно выполнять их. Открытых ордеров BUY не больше трех и SELL тоже трех. Все ордера должны закрываться только по stoploss и takeprofit, а не принудительно советником.
I have a question, or rather a request, on the same EA EMA_WMA.mq4 and also regarding closing. Is it possible instead of closing by Take Profit or in addition to that to add the possibility of closing an order by max/min value of MA. It seems to me that this would be the best way to exit the market, (although I may be wrong of course). Please add this feature to this EA.
Another small question, I get a message like this: "Error. Stops close", although my stop loss is set to 50 pips (MasterForex). What does it mean?