There are no certainties only oppurtunities.
Volume for indices, tick and the exchange derived volume 4 replies
Are quotes for minor pairs real or just derived from majors? 0 replies
Oanda spread versus MB Trading spread 27 replies
HOW TO PLOT derived cross 0 replies
Derived Currency Strength Indicator from multiple pairs 0 replies
DislikedArchie,
Are you letting it put trades on Automatically? I'd be interested know how you are using it successfully, thanks.
RedIgnored
DislikedHi everyone,
I have been trading the Cross EUR/CHF instead of the usual Hedge (EUR/USD USD/CHF) and I tend to like it better.
I know all the things you taught us spieler about the advantage of the hedge over the cross.
The good thing I found about trading the Cross directly, is that i can use the stops and takeprofit just as in a normal trade.
It makes my trading easier and decrease my 'screen time'...
Well I know once everything is back to normal will have our swap rates back and we will go back to our old Hedge...
BDIgnored
I read the thread several times and now I think I am in confusion! Spieler has always said to take into account where the previous days price closed in relation to our entry... Now i read that for all +/- 1.0% and 2.0% entries or re-entries we don't wait for an intraday move nor we take the close imto consideration but we simply enter 1.0%/2.0% from the last entry point/exit... also i have never understood if for my first entry (when i beginning to build the trade!!!) i must take into account the day open or the previous days price closed (to semplify i deliberately do not take into accoumt the speed)
Now I beg you not to become angry and to clarify these points if this is possible, I believe that a table that clarifies the rules (beginning from the first day when we begin to build the trade) could be of a great help for everyone!!!
I would also like to know if this (about the reference) is correct:
When we open a position, that day's openning price is the reference point for that trade until you close out the trade completely. So if it goes over a new day(s) you alway calculate the divergence from day 1's openning price.
example:
day 1 ends with -0.45%; you are long at -0.25%
day 2 current div is +0.15; you are still long at -0.25% but actual div. for your trade is -0.30% (-0.45 +0.15).
day 2 ends with +0.30%; you are still long at -0.25% but actual div. for your trade is -0.15% (-045 +0.30).
day 3 current div is -0.25%; you are still long at -0.25% (original trade) but actual div for your trade is -0.40% (-0.45 +0.30 -0.25)
day 3 div goes to -0.37%; you are still long at -0.25% (original trade) but actual div for your trade is -0.52% (-0.45 +0.30 -0.37). Per the rules you would now go long another trade.
I hope that spieler or whoever has the clear ideas can help me and I believe a lot of other people to not to make errors applying this system... exscuse me for my english, also for this i beg you to help me and to be clearest possible!!!
thanks to all, the best regards...
DislikedI wonder if anyone could help me with some adjustments in the last EA. I have tried version 2.8 with great success on FXDD. but it does not seem to work on IBFX. It also does not work on live accounts.
Could anyone help me with this or guide me to anyone who was developing the EA from the beginning.Ignored
DislikedI wonder if anyone could help me with some adjustments in the last EA. I have tried version 2.8 with great success on FXDD. but it does not seem to work on IBFX. It also does not work on live accounts.
Could anyone help me with this or guide me to anyone who was developing the EA from the beginning.Ignored
DislikedSinds last week, I am testing the EA (version= SpielersHedge EA_v2.8.1) on IBFX without any problem. My settings are:
extern string Symbols = "EURUSD,USDCHF,EURCHF";
extern string SymbolSuffix = "";
extern int MagicNumber = 0;
extern bool Autom_OpenOrders = true;
extern bool Autom_CloseOrders = true;
extern int ShiftDays_ForReference = 1;
extern double DivergenceLimit1 = 0.25;
extern double DivergenceLimit2 = 0.50;
extern double DivergenceLimit3 = 0.75;
extern double DivergenceLimit4 = 1.00;
extern int TakeProfit_Pips = 20;
extern int StopLoss_Pips = 0;
extern double Lots = 0.10;
extern double LotsRatio = 0;
extern int Max_LevelsToTrade = 4;
extern bool Send_Alert = true;
extern bool Send_Mail = false;
extern bool Play_Sound = true;
extern string only_demo_accounts = "";
extern int shiftPosition_Divergence = 5;
extern int fontSize_Divergence = 35;
extern int fontSize_Text = 10;Ignored
DislikedArchie,
If you post your setting, I or someone else might be able to trace the problem. Just an idea...Ignored
DislikedI used exactly the same settings as you posted in the previous post, but didn't get it to work at first, but then I noticed that the EA requires a suffix on an IBFX mini-account, so I put a simple "m" in the EA and then it worked.
But how to get it to work on live accounts?Ignored