Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
Can anyone hhelp me with this, i would be most grateful if anyone can.
here is everything you'll need
it's gon be the best EA when it's ready
Indicators
Gann_hilo_activator 4HR-------for confirmation of overall trend
Gann_hilo_activator 1HR-------for signal
5 simple moving averages (SMA)—for determining the point of entry
Entry signals
Buy signal (1)
If the price opens above the Gann_hilo_activator 1HR and the Gann_hilo_activator 4HR confirms the trend, then buy if the value of 5 SMA is greater than or equal (≥) to the price.
Buy signal (2)
If the Buy signal (1) condition still holds and the price retraces by a predetermined number of pips then buy another lot e.g. for EUR/USD =32pips.
Sell signal (1)
If the price opens below the Gann_hilo_activator 1HR and the Gann_hilo_activator 4HR confirms the trend, then sell if the value of 5 SMA is less than or equal (≤) to the price.
Sell signal (2)
If the Sell signal (1) condition still holds and the price retraces by a predetermined number of pips then sell another lot e.g. for USD/CAD=46pips.
Exit signals
Close Buy signals
If the price opens below the Gann_hilo_activator 1HR
Close sell signals
If the price opens above the Gann_hilo_activator 1HR
External parameters
By default
--------------------------
Trailing stops =
Stop loss =
Take profit =
extern double Lots = 0.01; // I trade a microlots using a mini account
extern int Slippage = 3;
extern bool StopLossMode = True;
extern int StopLoss = 17; //
extern bool TakeProfitMode = false;
extern int TakeProfit = 60;
extern bool TrailingStopMode = True;
extern int TrailingStop = 37;
Money management code not risking more than 1.2% on one pair of currency at a time and maximum amount of capital at risk is 10%
Gann_hilo_activator 4HR-------for confirmation of overall trend
Gann_hilo_activator 1HR-------for signal
5 simple moving averages (SMA)—for determining the point of entry
my_EA_@_my_own_risk
Hello sir, this is my system that I use and will like to turn in into an EA
Indicators
Gann_hilo_activator 4HR-------for confirmation of overall trend
Gann_hilo_activator 1HR-------for signal
5 simple moving averages (SMA)—for determining the point of entry
Entry signals
Buy signal (1)
If the price opens above the Gann_hilo_activator 1HR and the Gann_hilo_activator 4HR confirms the trend, then buy if the value of 5 SMA is greater than or equal (≥) to the price.
Buy signal (2)
If the Buy signal (1) condition still holds and the price retraces by a predetermined number of pips then buy another lot e.g. for EUR/USD =32pips.
Sell signal (1)
If the price opens below the Gann_hilo_activator 1HR and the Gann_hilo_activator 4HR confirms the trend, then sell if the value of 5 SMA is less than or equal (≤) to the price.
Sell signal (2)
If the Sell signal (1) condition still holds and the price retraces by a predetermined number of pips then sell another lot e.g. for USD/CAD=46pips.
Exit signals
Close Buy signals
If the price opens below the Gann_hilo_activator 1HR
Close sell signals
If the price opens above the Gann_hilo_activator 1HR
External parameters
By default
--------------------------
Trailing stops = 17
Stop loss = 37
Take profit = false
extern double Lots = 0.01; // I trade a microlots using a mini account
extern int Slippage = 3;
extern bool StopLossMode = True;
extern int StopLoss = 17; //
extern bool TakeProfitMode = false;
extern int TakeProfit = 60;
extern bool TrailingStopMode = True;
extern int TrailingStop = 37;
Money management code not risking more than 1.2% on one pair of currency at a time and maximum amount of capital at risk is 10%
I am posting a statement of an EA some have shared interest in, it is carrygrid EA from Paul Heap at myfxtools.com I have tested it not that long but on several accounts and results are consistent with high profit factor.
It is not my best EA I have used because my own EA just made $457,000 in 8 trade days. And everyone told me that was impossible to do. Its done! If it worked on demo it will work on live account. No I can't share it because no one else on here shares profitable systems, so I only share with people I like maybe in the future, we will see. or maybe I open up a managed trading firm and make money from investors.
I am posting a statement of an EA some have shared interest in, it is carrygrid EA from Paul Heap at myfxtools.com I have tested it not that long but on several accounts and results are consistent with high profit factor.
It is not my best EA I have used because my own EA just made $457,000 in 8 trade days. And everyone told me that was impossible to do. Its done! If it worked on demo it will work on live account. No I can't share it because no one else on here shares profitable systems, so I only share with people I like maybe in the future, we will see. or maybe I open up a managed trading firm and make money from investors.
I don't think your investors will like the "floating P/L of -1407.81"
Lol, excuseme, i know it's a stupid comment, just joking!
Nice job man
I am posting a statement of an EA some have shared interest in, it is carrygrid EA from Paul Heap at myfxtools.com I have tested it not that long but on several accounts and results are consistent with high profit factor.
It is not my best EA I have used because my own EA just made $457,000 in 8 trade days. And everyone told me that was impossible to do. Its done! If it worked on demo it will work on live account. No I can't share it because no one else on here shares profitable systems, so I only share with people I like maybe in the future, we will see. or maybe I open up a managed trading firm and make money from investors.
Hi Perky. That's nice to know . It wasn't really directed at you, or anyone in particular for that matter. Hopefully someday I will find some precious time to sift through the higher quality threads, posts on here. I think we could probably improve our trading strategies we used each other's ideas or strategies. I am still testing my EA out and may have to change the indicators and system if it to be as profitable as the manual trading is. But with all honesty I do not know how profitable my manual trading is in money, just average pips per trade and so on, I am waiting to have a loss, then I would know it was a real system, because no strategy can only have wins, ya know.
What are your current top 5 or top 3 EA's at the moment? In a few months if it runs well for me forward testing I will release it.