[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 570
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
Всем удачи и жирного профита! Помогите, если можно и направьте на путь истинный. Я новичок, и совсем тормоз в програмировании, на форексе всего полгода. Подскажите кто может, можно ли написать скрипт на открытие ордера с готовыми параметрами "Стоп" и "Профит", не зависимо от объема лота. Например, хочу попробовать на пипсовке ордер с параметрами профита +5пунктов, и стопа-30пунктов. Возможно ли такое, чтобы при открытии ордера в нем уже были эти параметры, и если такое возможно, подскажите как это осуществить, где поискать сркипт, и как его написать, и на какие кнопки нажимать. Понимаю, что много вопросов, но, новичок, хочется всего и сразу. Буду искренне благодарен всем, кто откликнется.
This is not the way to solve the problem, no one will allow you to put a takeprofit +5pp, but you can move it after the market has moved back.
You can arrange a loop in the script and track as soon as the profit is +5pp it will close the order, those solution without setting a takeprofit at all.
I advise you to read what [ STOPLEVEL, #property show_inputs (if you want to do it with a script), and understand what a looped script is].
highlighted to search in navigator, about the script search on forum.
The script loops like this:
Can you tell me why, in tasks, two applications of the same terminal are popping up. This makes the computer slow down.
apparently because there are two terminals running... and one is hovering (judging by your bewilderment, at the exit stage) and slowing down the system with some calculations.
it's just that when you turn it on... in this case World forex, I look at it hovering, I open the tasks and there's its double. What's the reason?
icons are different, it looks like some indicator from the template loads, which creates another window. it's this window that slows down:) In general, I advise to use something cooler than Windows Task Manager - Process Explorer or AnVir Task Manager, you can see what process creates what window and a lot of other useful features...
Got it, thanks.
People!!! Oh, my God!!! I've been up all night with a lot of confusion... Tell me where the mistake is in the function... I made it exactly the same as all the other functions. The rest of them work without any problems, but this one throws errors when compiling... It says the variables aren't set... ...and it's not available... I'm boiling, help me before I burst... :)
People!!! Oh, my God!!! I've been up all night with a lot of confusion... Tell me where the mistake is in the function... I made it exactly the same as all the other functions. The rest of them work without any problems, but this one throws errors when compiling... It says the variables aren't set... ...and it's not available... I'm boiling, help me before I burst... :)
Look at the brackets.