@Trung
Try the tab "On trade" and related blocks if you want to add a new order upon a pending order executed.
Posts made by sktsec
-
RE: Hello. Please help me with my order issueposted in Questions & Answers
-
RE: Cannot load EA after adding Slope to EAposted in Questions & Answers
@l-andorrà
Yes. He posted a virus link! -
RE: Missing block on next dayposted in Bug Reports
@fisfro
Recently I also have similar problem that undo by history don't work, as well as some glitch in modifying or deleting block.Try export to mql4/mql5, then import it back. This may help in some occasion. (I suspect it is some kind of file corruption/bug problem in server side)
-
RE: 请教:如何满足同时满足日K和小时K的突破判定实现posted in Questions & Answers
你意思是否這樣:
每天於故定時間, 例如開市後2小時, 檢視兩個突破條件:
第一: 前一天收市價高於或低於20天平均線, 第二, 以4小時(或6小時),計, 即 6 條(如計4小時) K 線, 任何一條的收市價高於或低於20週期線. -
RE: 请教:如何满足同时满足日K和小时K的突破判定实现posted in Questions & Answers
You should define yourself the conditions of breakout.
-
RE: Are my files sometimes corrupted?posted in Bug Reports
@martymoon120
I often copy blocks in MT4 and do not have any problem. My only problem is custom indicator, that would not update until some hours later. Moreover, the history option is not working properly recentlyDo your browser has any plugin like ad-block that might cause the problem?
-
RE: I cant see my projectsposted in Bug Reports
@hejazian
Is it possible that you have some browser extension like ad-block that might be the cause ? -
RE: block problem: Set "Current Market" for next blocksposted in Questions & Answers
The zero division error shown in your journal seems not related to the Current Market block
-
RE: Quicker way to edit and previewposted in Questions & Answers
Tick for the first option
It will ask you every time where to download -
RE: Quicker way to edit and previewposted in Questions & Answers
@martymoon120
There is an option in Chrome that let you select the folder before each download. That is what you need -
RE: Add a wait one candle before activatingposted in Questions & Answers
Set up a separate branch:
once per bar -> Counter pass 1 time -> modify variable (say, bool startup_begin = true)
At the top of your main branch, add a condition for the above variable -
RE: Too many combinations of Conditions and Parameters to test manuallyposted in Questions & Answers
@martymoon120
Never as an extension of fxDreema -
RE: Too many combinations of Conditions and Parameters to test manuallyposted in Questions & Answers
@martymoon120
Can only tell MT5 being better than MT4 in terms of robust and speed in backtestSome python package like VectorBT said it run fast in backtest, but I think it would be difficult to build what you want.
-
RE: Help - Custom MQL Codeposted in Questions & Answers
@joemarkey6
Check above posts, one included the whole code -
RE: skip tickposted in General Discussions
@l-andorrà
Maybe useful if you somehow want to delay startup of the EA after some ticks -
RE: Which option is used for channels?posted in Questions & Answers
@l-andorrà
Maybe you can try right click on the object (if it is) to see its property. Do you have checked the data window to see if it could be a buffer as well?
