- Search Energy EXCH
- 57 Results (1 Threads, 56 Replies)
-
AlienDog replied Feb 12, 2019No one? any hint will be appreciate. I'm in the learning and EA I'm making is copy-paste of different ones, I'm not sure what works and what doesn't Thank you for any help
I will code your EAs and Indicators for no charge
-
AlienDog replied Feb 11, 2019Hello everybody, please can someone be so kind to asist me on this expert piece of code, I want to add the symbol _GetLastError = GetLastError(); Alert( "Error OrderSend # ", _GetLastError ); In the above I only get the number of error, but if the ...
I will code your EAs and Indicators for no charge
-
AlienDog replied Jan 4, 2019Find Universal Moving Average Ea by Firedavid, that's what you are looking for.
Help - MA 5 EA code
-
AlienDog replied Nov 27, 2018Hello Jay I've seen somewhere a TL ea but I don't recall, try in mt4 codebase or may be in this forum, you need to dig a little bit. Regards
Horizontal line trailing stop
-
AlienDog replied Nov 26, 2018Hello, I have a question about iCustom applied in an EA I'm making, the indicator has 4 buffers and I need to use the 3rd and 4th, I want to ask if this is the correct form to write it: double Val4 = iCustom(NULL, 0, "my-indicator", 4, i); Thank in ...
I will code & automate your strategy for free
-
AlienDog replied Nov 18, 2018In order to be a lil more conservative, can ea be made adding a 1 lot size instead of doubling it?. I've been experimenting it and think it worth a try, also ea need ability to start and stop trading at a pre-defined hours.
Martingale easy rules
-
AlienDog replied Nov 12, 2018I never used it, I think with it ea will keep trade open till TP or SL, I use stop and reverse true and exit on cross true.
Moving Average EA
-
AlienDog replied Nov 12, 2018I think you need to set it up propperly the exit and entries condittions Third MA = true Confirmed on entry= true (with this ea only open trades at candle's close) and finally the exit Exit on cross= true or Pure SAR= true (your choice) hope it ...
Moving Average EA
-
AlienDog replied Nov 12, 2018You need to use 3 MAs: EMA200, EMA40 and SMA1, EA will buy when SMA1 cross above EMA40 and if EMA40>EMA200 and the oposite for sell.
Moving Average EA
-
AlienDog replied Nov 12, 2018My goal: trading for a living... and drink a lot of beer

Trading goals for the new year and beyond
-
AlienDog replied Nov 12, 2018You want lo look at Universal MA Cross by FireDavid thread at this forum, there you'll find what you need. Best regards
Moving Average EA
-
AlienDog replied Nov 3, 2018I think you must read MasterJedi's answer again So, yo decide what's meaningful or not. Don't bother anwser this, I won't read this thread again
Between hubris and humility
-
AlienDog replied Oct 25, 2018Well, that's the path I'm walking on, good to know I'm not alone
Question short term trading big news releases
-
AlienDog replied Sep 29, 2018Hello I'm new here, I'm learning how to code, for now I'm doing copy and paste. Now I'm in the build of an EA and have a question, this lines are for open buy: " if (takeprofit!=0) TP = NormalizeDouble(Ask + takeprofit*Point,Digits); if ...
I will code your EAs and Indicators for no charge