- Search Metals Mine
- alecsa72 replied Oct 21, 2016
Ok, here is as much as I could finish before market close - I need ticks to refresh the values, so working/testing on weekend is impossible EA for 1Click trading is attached, should be pretty self-explanatory from the screen shot Trades a list of ...
100 Pips daily target, easy to use
- alecsa72 replied Oct 21, 2016
Yes. I still think it's easier to manage orders from the main panel, rather than open 12 different EAs for 1 click order placement on each chart Additional functionality not yet shown on screenshot is the profit/loss values in pips and in account ...
100 Pips daily target, easy to use
- alecsa72 replied Oct 21, 2016
I am writing an expansion of the 1Click EA I posted earlier. It meant to be a companion to Ghostbiker's main panel with 12 Pairs trend, so that all orders can be managed from single screen. See attached screenshot of what it will look like. If there ...
100 Pips daily target, easy to use
- alecsa72 replied Oct 20, 2016
This is GhostBiker's code, not mine - there is no source
100 Pips daily target, easy to use
- alecsa72 replied Oct 20, 2016
Some guy posted a simplified EA in the middle of the thread with One-Click buttons OnChart (original post here: url ) I modified it to make it compatible with all digit brokers and currencies. All inputs are in pips now. Added MagicNo to make sure ...
100 Pips daily target, easy to use
- alecsa72 replied Oct 12, 2016
Yo Jason Another South African here. Does your SA office operate through South African banks, or do my deposits still have to go to some overseas bank/entity? Basically - is it fully localized, or is it just a web front-end for SA residents? Thanks
FXCM Discussion
- alecsa72 replied Oct 7, 2016
I dunno how you dare to trade GBPAUD - I had a look, huge spread (over 5 pip) and very wild pair. Kudos I guess ... Do you use the same .set file for all pairs, or do you customize everything for each pair?
Candle Martingale + EA
- alecsa72 replied Oct 4, 2016
Hi Which mods/indicators are you using to show such nice ticket list and combined profits? Thanks
Candle Martingale + EA
- alecsa72 replied Oct 3, 2016
That is the MagicNumber of the EA
Variable RANGE Breakout - A exciting new concept in EA trading
- alecsa72 replied Sep 20, 2016
For those looking to add ADR to their code, here is something I picked up on MQL5 forums - seems to be working correctly Just include the function in your EA and do the calculation inside double AverageRange(int TF,int length) { double sum=0; int ...
Candle Martingale + EA
- alecsa72 replied Sep 14, 2016
I have Live and Demo accounts with Tickmill - no issues so far
Candle Martingale + EA
- alecsa72 replied Sep 13, 2016
Thanks See if you find the following code useful, I wrote it for my own EAs - it calculates breakeven price and profit/pips totals for a series of open Buy or Sell orders Note that the last 4 variables passed by reference ...
Candle Martingale + EA
- alecsa72 replied Sep 13, 2016
Will it possible to turn the "Dynamic grid size" off in future version using one of the preset parameters? As I mentioned elsewhere - it's not really a good strategy and my tests yesterday proved it again - static grid distance works best
Candle Martingale + EA
- alecsa72 replied Sep 11, 2016
Yes, but that is an extremely tricky proposition - it can either work very well, or can wipe your account. Problem is - one cannot foresee the future therefore, one cannot say how many times the distance will decrease, eventually your martingale ...
Candle Martingale + EA
- alecsa72 replied Sep 11, 2016
It's not, trust me - I have designed and extensively tested EAs very similar to what you are doing here. Increasing distance between grid entries makes it worse, not better - do not waste your time with this idea.
Candle Martingale + EA