- Search Energy EXCH
- 456 Results (10 Threads, 446 Replies)
- Beertje replied Nov 5, 2018
yes, the 0.01 lot is not a very big winning potential, but you can make a huge drowdown, if 10 looser trades comes in one after another. Every strategy have bad times... 0.01, 0.02, 0.04, 0.08, 0.16, 0.32, 0.64, 1.28, 2,56, 5,12, 10.24
non-grid martingale methods
- Beertje replied Nov 5, 2018
Was not your fault. The calculation is always High-Low, so it was always positive.
I will code your EAs and Indicators for no charge
- Beertje replied Nov 5, 2018
Simple change the line in the colored version from this: double Range_Buffer=((Close[i]-Open[i])/Point)/PipFactor; to this: double Range_Buffer=((High[i]-Low[i])/Point)/PipFactor; a save as a new indicator.
I will code your EAs and Indicators for no charge
- Beertje replied Nov 4, 2018
iTime(Symbol(),PERIOD_D1,1) is yesterday
I will code your EAs and Indicators for no charge
- Beertje replied Nov 2, 2018
There is it. You need to calculate GMT to server time manually, because it is based on server time.
Need an exit all positions at "Hour" input added into this EA
- Beertje replied Nov 2, 2018
Not really understand what you wannt, but to write/read bin you can use the FileWriteArray/FileReadArray function.
MT4 coding - parsing a bin file
- Beertje replied Oct 28, 2018
Simple google search... video
how can I create a trial version of my mt4 indicator?
- Beertje replied Oct 28, 2018
Use TimeCurrent() to get the actual time, and compare it to the expire time. url
how can I create a trial version of my mt4 indicator?
- Beertje replied Oct 19, 2018
As I see it cost only 5 dollars, and you can earn houndreds with it....
(binned per thread starter’s request) looking for a hedge and mar
- Beertje replied Sep 16, 2018
Very special wish, there are many grid EA s on FF, you need to modify one of them. But dont forget, in this case, all opened position have unlimited risk and gridsizedprofit, which make all of the simple grid systems looser.
looking for a Grid EA with user defined scale
- Beertje replied Sep 16, 2018
You can calculate it in different ways, the difference is the weighting or on which is the calculation based(it can be price or any indicator). Two of them: url url
currency index calculation?
- Beertje replied Sep 16, 2018
After a Breakout is occured, is easy to identify it, but can you do it live? Which red rectangle is "shock"? Why have you placet the rectangle there? Dou you see the many false break outs ath the red rectangles?If you heavent rules you can not ...
how do you define shock period?
- Beertje replied Sep 4, 2018
Tis is beacause I started to trade on daily timeframe and started to learn programing. Your life is not family friendly, if you trade on daily, you can analyse when you wannt, you can enter later too if the setup is formed(not always) and you ...
Question: Realistic to trade forex at specific times of the day?
- Beertje replied Sep 2, 2018
I think a good system need to be market adaptive. For example I use a flexible stop loss calculation. for example. minimum stop loss 10 pip. //stop will never 1-2 pip if atr*atrmultiplier is greater use it //if market move is big use greater ...
How to build a very profitable EXPERT ADVISOR
- Beertje replied Sep 2, 2018
I programmed many EA's and I always noticed thet the mos looser trades are between end of NY close and Asian open and between Asian close and Europe open. So to trade between 8am and 12am, is a good staring point. If you trade manually you can not ...
Question: Realistic to trade forex at specific times of the day?
- Beertje replied Sep 2, 2018
if your time is 9 the broker time is 7.
Adjusting EA Start/Stop Time Based on GMT
- Beertje replied Aug 29, 2018
Backtest is possible in MT5, I saw a lot of useless EA's. Its mean you dont close the positions in the same time?
expert advisor robot development