
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Sorry for not writing things right i mean it is not profitable for those symbols
OK, thanks
any updates ?
is the ea is still profting?
any updates ? is the ea is still profting?
No updates (except the updates that were made to make it new mql compatible)
Alpha is usually performing well in trending markets - symbols (like EURUSD for example)
This is updated alpha that should work properly with the new version of metatrader 4 (it will not work with build 509 or earlier)
Due to some "smart" stuff that metaquotes changed in the way how dlls are called and handled, dll calls must be treated differently than in the older builds of metatrader (that will be a surprise to people when they discover that their code using dlls will not work as they expect it in some situations). This dll is adapted to work OK even if they decide to make metatrader works as before (meaning : when it was working correctly) and the results of calculations are exactly the same as the older versions. The dll was test and it worked without errors. If someone notices some strange behavior please report it immediately
PS: it must use the attached libAlpha 2.dll (otherwise it will not work OK)
Dearest MLADEN
ver 1.23 nmc producing 13 warnings when compiled,can you see once more.
regards
Dearest MLADEN
ver 1.23 nmc producing 13 warnings when compiled,can you see once more.
regards
Here is a version without the warning messages
Dearest MLADEN
Thanks for so early help.
regards
How does the TP and SL work on this EA?
Thx for the help.
How does the TP and SL work on this EA?
Thx for the help.
Some explanations inside code are like this.
extern int PointRatio =10;
extern bool StopAfterNoTrades =False; // If true we will not open new trades
extern bool UseAlpha9Trader =True; // If False we will not open trades based on Alpha9 Signal
extern bool UseSRSITrader =True; // If False we will not open trades based on S-RSI Signal
extern int MMType =1; // Type of MM | 0=No MM | 1=Universal MM
extern double lot =0.2; // Lot Size if MM is not Used.
extern double risk =0.2; // Risk used on the MM
extern double SRSI_Risk =0.2; // Risk used on the SRSI trader.
extern int BreakevenPips =0; // Pips on profit to move SL to Breakeven | 0=Not used.
extern int MagicNumber =597820;// Starting Magic Number | This EA use 7 MagicNumbers they will be MagicNumber+1 ,+2...up to +6
extern double AccountEquityPercentProtection=90; // percent of the account Equity left to activate a hard stop loss on a set of trades.
extern int HoursToRestart =96; // Hours need to restart after a Equity Stop Trigger.
extern bool EquityTrailing =True; // To enable a equity trail, it will close all orders when equity show profit
extern double PercentEquityTrailing =2; // Percent of profit to start the closure off all the orders.
extern bool SpreadProtection =True; // If the spread is widen than normal (News time) we will not open positions or continue positions until it normalize
extern int PipTolerance =2; // value in pips over normal spread to activate the SpreadProtection
extern int PipRegion =25; // Min pips between orders. The EA will check if there is not a proximity order in this region before open another.
extern int SMAFilter =100; // Pips below or over a 200 days SMA required to trade.
extern int SLPipsUnderOverSMA =100; // Pips of StopLoss, over a 200 days SMA for shorts and below a 200 days SMA for longs.
extern bool PrefSettings =True; // If true we take the settings from the Init Function
extern bool TradePositiveSwapOnly =False; // If true we take positive swap positions only
extern bool UseMomentumDeviation =True; // If true we will enter on high momentum movements against the MAIN or Long term Trend. We will support the Main Trend.
extern int SRSI_Period =4; // SRSI Period for SRSI Trader.
extern bool UsePSAR_TS =False; // If true we will use a PSAR Trailing Stop
extern int TrailingStop =10; // Min pips profit to activate the PSAR
extern bool UsePredefinedTP =True; // If true We will use Predefined Take Profit for each Timeframe.
Here is a version without the warning messages
Dearest MLADEN
There is a note inside code ... "Indicators Timeframe are Hard Coded - Use on any Timeframe results are the same"
can you explain what it means for hard coded ..... and how results will be same when using different TFs ???
regards
Dearest MLADEN
There is a note inside code ... "Indicators Timeframe are Hard Coded - Use on any Timeframe results are the same"
can you explain what it means for hard coded ..... and how results will be same when using different TFs ???
regards
hardcoded means that settings are integrated in the code and can not be changed by user input.
I guess it means, if there is hardcoded TF5 for instance... you can set the EA to whatever TF you want... but he will use everytime TF5.
Am i right Mr. mladen?
Have a great evening my friend at the other side of the world :-)
All the best
Nicoleeee :-)