suikka
suikka
suikka
Added topic Mt4/mql4 questions
Hi I have little experience of MT4 and I have one question about it. Is there change to make an indicator which acts on spesific time ? For example on time HH:MM:55 ? If conditions are met and time is HH:MM:55 then make an alert. Is this possible
suikka
Added topic MT4 on linux - signals tab missing
Hi Anyone here who is using MT4 on linux and using signals too ? I have contacted my broker and they activated/enabled signals but I cannot see it on my terminal window. Any suggestions what to do to make signals tab visible ? Thank you
suikka
Added topic Ordermodify - BreakEven
Hi Im coding EA and I want it to have feature to set SL to BE if x% of TP is reached. This is what I have so far.  void BreakEven() {    for ( int i = OrdersTotal ()- 1 ; i >= 0 ; i--)    {
suikka
Added topic Trailing stop multipair EA - question/help
Hi Im new to mql4 and Im still in learning state.. Im trying to code my multipair EA with trailing stop. Problem is that this code wont add the trailing stop to opened trades.. What am I missing here ? Here is what I got: void trail() { for ( int j=
suikka
Registered at MQL5.community