- Search Energy EXCH
- 456 Results (10 Threads, 446 Replies)
- Beertje replied May 7, 2019
I think you will find some free touch trade EAs. for example: url use booth on the same time, one for sell and one for buy.
EA EMA
- Beertje replied May 6, 2019
Corrected, run in the tester to see if work correct. Sorry but no time for another development.
A Great Indicator needs a touch of a great coder
- Beertje replied Apr 19, 2019
You find some on the MQL5 forum, one of it. url
MT4 Spread Ripper => automatically log Spread values to file?
- Beertje replied Apr 18, 2019
It is a decompiled indicator, nobody will do it.
MTF Version of this indicator required
- Beertje replied Apr 14, 2019
Attach a moving average with period1 price median.
division of price from high to low indicator
- Beertje replied Apr 12, 2019
If it helps, I added the std dev and the 2 another MA parameter to the list. now it is possible to automate it.
Can someone helps optimize this EA please?
- Beertje replied Apr 11, 2019
Hi Shakka, I tought you are a coder. It is an example how can you handle with stops in baske trading. Now I not have really time to code it, but try to find someone on this forum. url
Cumulative Trailing Stop EA
-
Object-Oriented Programming
Started Apr 11, 2019|Platform Tech|4 repliesHi, can somebody share an example indicator/EA/Script which use OOP. I not really understand ...
- Beertje replied Apr 11, 2019
If you wannt to optimise it, run it in the strategy tester, and use optimise function. You dont need coding skill to it.
Can someone helps optimize this EA please?
- Beertje replied Apr 8, 2019
PipProfit=0; for(int k=OrdersTotal()-1;k>=0;k--) if(OrderSelect(k,SELECT_BY_POS,MODE_TRADES)) if(StringFind(Symbol(),"AUD",0)>=0){ if(OrderType()==OP_BUY) PipProfit+=Bid-OrderOpenPrice(); if(OrderType()==OP_SELL) PipProfit+=OrderOpenPrice()-Ask;} ...
Cumulative Trailing Stop EA
- Beertje replied Apr 7, 2019
you find many EA-s and examples on mql5 forum. url
Code Snippets for Calculating Entry Lot Size
- Beertje replied Mar 31, 2019
LOL, you only need to give your account number. You dont need to trade, I simpy send you the money.
Only profitable EAs (truly probality)
- Beertje replied Mar 24, 2019
Of course every repaint indicator is posible to code it to non repaint indicator, but you will see will make shit signals. dont waste time on it.
Looking for this indicator
- Beertje replied Mar 24, 2019
yes, but the candle is not closed yet. check it only on finished candle.
Is it possible to make this not repaint even at lower settings?