
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
hi Hendrick! As I am an upsolutely Newbie
Timeframe is M15. How many trades per day do you expect? Let it run for a whole week and you will see that it will make enough trades.
After going live, all positions currently losing
Hi Tururo,
I assume that you use all the default settings. Have you changed anything with the TP, SL or TS?
Hi Tururo, I assume that you use all the default settings. Have you changed anything with the TP, SL or TS?
All default. Not to panic, I just started it at an unfortunate time. I have faith all will be well. The first closed trade made a profit, which is good.
Since yesterday, the EA open 4 trades 3 closed with profit (2 with 30+ pips) and 1 still running (+28 pips so far)
Great job, hendrick. Thank you
Since yesterday, the EA open 4 trades 3 closed with profit (2 with 30+ pips) and 1 still running (+28 pips so far) Great job, hendrick. Thank you
HI elihayun,
What pairs are you testing it on ????
Thanks
Since yesterday, the EA open 4 trades 3 closed with profit (2 with 30+ pips) and 1 still running (+28 pips so far) Great job, hendrick. Thank you
Hi elihayun;
May i know what pairs that u run.I just run on usdjpy and the post is negative right now since yesterday.
Thanks
Hi elihayun;
May i know what pairs that u run.I just run on usdjpy and the post is negative right now since yesterday.
ThanksI ran default setup (internal from the code itself), 15M pairs: EURUSD, GBPUSD, GBPJPY and USDJPY.
USDJPY is now +24 pips since yesterday.
a problem with Optimized Lot
Hi Hendrick
i engaged a Optimized Lot problem when i'm testing Phoenix 2007 system.From your code, i see that the optimized lot is related with history trading data. If i begin to trade with this system without any history data, what should the "orderprofit" be? and if i run this system the first time with some history data, what should the "orderprofit" be? Please see the result below in past 2 days, the USDJPY lot are just 0.1 and 0.2, should them be 1 when i just use this system the first time? I don't think this is a bug of your system but i think this strategy can be optimized.

and, if i just want to see clearly how many pips i got, could i change the code "return(lot)" to "return(1)" or "return(0.1)"?
thank you!
Hi Hendrick
i engaged a Optimized Lot problem when i'm testing Phoenix 2007 system.From your code, i see that the optimized lot is related with history trading data. If i begin to trade with this system without any history data, what should the "orderprofit" be? and if i run this system the first time with some history data, what should the "orderprofit" be? Please see the result below in past 2 days, the USDJPY lot are just 0.1 and 0.2, should them be 1 when i just use this system the first time? I don't think this is a bug of your system but i think this strategy can be optimized.

and, if i just want to see clearly how many pips i got, could i change the code "return(lot)" to "return(1)" or "return(0.1)"?
thank you!When using MM=true the number of lots is handled by the Money management function. If you want Phoenix to use a larger number of lots, use MM=false and change the value of Lots to any value you want. If you want to use MM but still want a larger number of lots you can change MaximumRisk. Instead of 0.05 you can bring it down to 0.03 or 0.01. Do a backward test with different values for MaximumRisk and see the difference.
My advice: use MM=true and MaximumRisk somewhere between 0.01 and 0.05. Don't change the code "return(lot)". This really makes no sense.
When using MM=true the number of lots is handled by the Money management function. If you want Phoenix to use a larger number of lots, use MM=false and change the value of Lots to any value you want. If you want to use MM but still want a larger number of lots you can change MaximumRisk. Instead of 0.05 you can bring it down to 0.03 or 0.01. Do a backward test with different values for MaximumRisk and see the difference. My advice: use MM=true and MaximumRisk somewhere between 0.01 and 0.05. Don't change the code "return(lot)". This really makes no sense.
oh!!that is the way MM works! i got it!