- Search Crypto Craft
- magft replied Sep 12, 2013
Post #263 Should be v1.1. Regards Mike
Multi time frame Simple MACD system
- magft replied Sep 12, 2013
This is an indicator so it goes in the same directory as 3colorMACD.mq4, as it uses this to generate signals. You then drag onto chart of interest and you will get a histogram at the bottom of the screen showing signals. Regards Mike.
Multi time frame Simple MACD system
- magft replied Sep 12, 2013
I noticed a slight error to do with the AutoParams setting, it was always using D1 settings! This is now fixed in v1.1. Regards Mike
Multi time frame Simple MACD system
- magft replied Sep 12, 2013
Here is an indicator that checks for all 3 MACDs showing the same colour. I've "borrowed" the alert code from elsewhere so it may not be perfect yet but will check current bar if required or just on previous bar. It will Alert, playsound and send ...
Multi time frame Simple MACD system
- magft replied Sep 11, 2013
garfield75 nice simple approach to trading. 1greyfox you are doing a great job at answering questions. I have created an EA for this system and i have sent to garfield75 to see if the EA trades as it is supposed to. I didn't want to post an ...
Multi time frame Simple MACD system
-
How to overcome slow trade closures - Baskets with 50+ trades
Started Jun 29, 2012|Platform Tech|2 repliesI've done a search and most of the scripts EA code closes each trade at a time which is fine ...
- magft replied Apr 25, 2012
Update to EA v1.01 — I've done some bug fixing and added option to override other rules and just use Rule 1, from seller9 code snippit, so now it does trade at least. Still needs improvements but these will have to wait unless anyone else has ...
Ultimate TRADE EA
- magft replied Apr 25, 2012
New EA — Ok, had a few spare minutes to knock this together but it doesn't seem to want to trade at the moment so i am posting as a work in progress as i have other commitments i need to deal with. I took Steve's shell and added the relevant ...
Ultimate TRADE EA
- magft replied Apr 25, 2012
Just a note that Steve posted he will be away til tomorrow evening so i guess not much will be happening before then. If i have time later i'll have a go at putting a simple ea together to test the method out that can then be added to. The idea is ...
Ultimate TRADE EA
- magft replied Apr 21, 2012
There is the renko_am indy attached that gives you the time a bar is open. You could then just drop a MA on top to see the average or maybe get it combined into one indicator. Ive been using it for various renko strategies to see where price has ...
Average TIME Per Bar indicator for Range Bars needed
- magft replied Nov 29, 2011
The default settings in the Ea currently are extern int FastEMA=4; extern int SlowEMA=15; And they have reverted back to extern int FastEMA=2; extern int SlowEMA=15; This will be the cause of later arrows. Also you have 4pips buffer for Buy and Sell ...
Fratelli EA's
- magft replied Nov 25, 2011
MickeyMouse has posted tools here that should help.
Fratelli Intraday trading system
- magft replied Nov 24, 2011
I can test as well currently using VantageFX but have loads of different broker MT4s installed for testing.
Arbitrage between 2 brokers
- magft replied Nov 24, 2011
Potential higher timeframe EA — I like this system but haven't had much time recently to retry to make the last EA work properly i am pretty sure the logic wasn't correct. I am interested in the the higher timeframe so pm me with details if ...
A "new" simple system based on MA
- magft replied Nov 22, 2011
Nice thread — I took it as well as it met all the rules a valid loser! I have been trading Invictus manually for past week or so and i am up but have lost half of profit recently and the R:R is not good. I have written and EA to test the ...
System Test: Invictus V Fratelli
- magft replied Nov 17, 2011
I have it running OOTB but i havent really done anything with it recently as i have been testing out Inviticus. I'll have a look into this at some point soon.
Yet Another Moving Average Crossover System - The EA
- magft replied Nov 17, 2011
You need Waddah_Attar_Explosion.ex4 indicator but that is nothing to do with the EA I posted.
Yet Another Moving Average Crossover System - The EA
- magft replied Nov 16, 2011
Do not use ea on live - errors in be, ts, js — Interesting, to be safe put MPTM on another chart with settings you want to use to make sure trade management is handled correctly. I am not sure why they are not working at the moment, i have ...
Yet Another Moving Average Crossover System - The EA
- magft replied Nov 14, 2011
I got an email about the EU trade so check Relative strength on M1, M5 and M15 and all showing USD coming up and EUR going down so i took it. EA took me out for 4 pips which is fine by me, i thought i had lost this one so very happy.
Invictus
- magft replied Nov 14, 2011
I'll have a look into it at some point to see if there is merit in taking it further, the hanover module is good if you get the settings right, though i am not using right now. I am manually playing with Invictus method and using the Relative ...
Yet Another Moving Average Crossover System - The EA