Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Trailing stops for P6 now have the following options:
Tight - TS can be much closer to current price after waiting.
Delayed - U_DelayTS, number of pips to wait before activating TS
Sliding - U_MoveTPonTS, slides TP up by 1 pip each time. On by default, hidden in simple mode.
Constricting - Not implemented properly, hidden and off. Intended to reduce TS to minimum allowed value over time.
Scalar - Not yet implemented, intended to allow automatic calculation of TS and DelayTS values.
When using Tight, Delayed, Sliding Trailing stops, the average profit increases rather than decreases. Normal Trailing Stops missing any of these properties tend to have lower average profit.
U_BreakEvenSL: if a value other than 0 is set, this many pips will cause the SL to move to the number of pips specified by U_BreakEvenProfit (default 0 means move to break even. A value of 5 means 5 pips profit.) An automatically safe value is chosen for your broker if the values are too close.
Signal 5 is similar to RSI R2 EA, I recommend using this on long term data like Daily if it is used. I added a plain RSI signal as Signal 6 because I like RSI. If normal RSI is used, P_RSI_Period should be between 2 to 20.
Please test and let me know if there are any errors. I'm currently using P6 close to profitable levels, and the use of these trailing stops should make it profitable since the incoming signals are predicted well but missed the TP several times. Please enable TS when testing P6 B3.
I still need some live testing on the Time Filter, which is Filter2. (Off by default)
It seems that the new settings are not trading in a tight channel, but this will require more testing. GBPUSD settings need a separate filter to avoid trading a tight channel and I plan to add it soon.
I still need some live testing on the Time Filter, which is Filter2. (Off by default)
Hi,Daraknor,
I will test the Time Filter in live account,but I have some questions.Which time is used by Phoenix,Broker's time or Local time?(My broker is Interbank Fx,and I'm in New York) Should I change set or use default set?
The broker time is used. I set it to start on Monday at 12am by simply preventing all Sunday. (broker time Sunday) The Friday time should definitely be adjusted for the broker.
wujun, while many people have reported trading P5 live profitably, P6 still needs alot of testing, may be a good idea to trade P6 in demo first before going live. Just my 2 cents.
I'm using the basic code template in 3 EA, and then updating features in all 3 if I notice a better way to do something. We've had no bug reports on P6 at all. Either we're doing something very right and very lucky, or people aren't testing.
wujun, while many people have reported trading P5 live profitably, P6 still needs alot of testing, may be a good idea to trade P6 in demo first before going live. Just my 2 cents.
Hi,Hhsmoney,
Thank you for your care. I only use 0.1 lot in mini account,so it can't loss a lot of moneny.I will test P6 about two weeks in live account,then change to demo and wait for profitable version.
P6 is profitable on USDCHF both long and short term with these settings. Live tested 1 week at a profit, but the profit would have been higher if I turned the trailing stops and breakeven options on sooner.
Hi,Daraknor,
I think the Time Filter can't work.P6 sold usdjpy at 17:52 04/20/2007 in my live account.It should stop trading after 16:00 on the Friday by default set. Snap1.jpg
Hi,Daraknor,
I think the Time Filter can't work.P6 sold usdjpy at 17:52 04/20/2007 in my live account.It should stop trading after 16:00 on the Friday by default set. Attachment 31474
The time filter is P_EntryFilter2On - as you can see, it is off by default. I suggest that the Filter and Signal Control Flags are placed right above the individual signal or filter to which they apply. Our esteemed college wujun122 would not have missed this if it was located closer to the signals themselves
The time filter is P_EntryFilter2On - as you can see, it is off by default.
Hi,Pcontour,
I'm sorry I didn't say which version I use.I use Phoenix6 advanced beta3.The default of P_EntryFilter2On is true in Phoenix6 advanced beta3. Snap1.jpg
So I think P6 has that bug.
BTW,Daraknor.I think it is better to like this.
Code:
extern string C_Filter2 = "====== Filter 2: Allowed Time ==========";
extern bool P_EntrySignal2On = true;
extern int U_AllFrom1 = 0;
extern int U_AllUntil1 = 24;
extern int U_AllFrom2 = 0;
extern int U_AllUntil2 = 24;
extern int U_SunFrom = 0;
extern int U_SunUntil = 0;
extern int U_FriFrom = 0;
extern int U_FriUntil = 16;