Sirru82
Sirru82
Friends

Add friends via their profile or user search and you will be able to see if they are online

Sirru82
Added topic After signal is valid. Save its time, add xx seconds to elapse.
Hi again, I still have difficulties in coding this. Maybe someone could advise me please. So far I made signal() checked on every bar open. int signal()   {       // Execute on bar open
Sirru82
Added topic Limiting trading time to x value of time after event occur.
Hi, I want to check for entry price only within(let say 6 hours (21600seconds)) after MA cross. int start() {       // Moving averages       double FastMA = iMA ( NULL , 0 ,FastMAPeriod, 0 , 0 , 0 , 0
Sirru82
Added topic Whats wrong with this code, help please.
Hi all, Both order buy and sell are on the same basics, buy ordermodify works well but sell ordermodify only works once(where it should modify every bar with new price untill filled). no errors showing. Ive checked stoplvls , slippage
Sirru82
Registered at MQL5.community
Sirru82
Added topic My first EA, Need help with limiting orders to 16 send orders after signal.
Dear community,   Please help. I  am trying for past week to limit orders to 16 (bars or pending orders) after receiving signal for buy/sell. closest i get was by using argument  : if (FastMA>SlowMA
Sirru82
Added topic Please help. Newbie programmer.
Hi, I want to learn programming in mql 4&5, started 2 weeks ago. But so far i didint find any type of resolution for my system. System generate signal after MA crossing - i know how to do this. System than place pending order buy/sell from MA