- Search Metals Mine
- Ezios replied Aug 5, 2018
ok. now i am backtesting in eurusd 1m the montly_pivot_pos_v1. sometimes in the log it comes the error error in orderselect is it normal? and wich pairs are the best for testing?
EA development journal
- Ezios replied Aug 5, 2018
I want to backtest these ea's... wich timeframe to attach?
EA development journal
- Ezios replied Aug 4, 2018
ok i will try to fix the issue
we will see....I will code your EAs and Indicators for no charge
- Ezios replied Aug 4, 2018
I made a backtest with the eurues h1 setting for last 6 months from 26-1-18 to 26-7-18. it results a dd of max 6% statistically about 1% every month... no bad but i think the dd could be reduced. I want to suggest adding a strategy to blessing: anti ...
Most Famous Blessing 3.9.6 EA and Setfiles
- Ezios replied Aug 3, 2018
anyway... giving a fast look of the code it seems that the trailingstop variable must be set >0 because if y ou leave it to 0 the trailing stop routine is not called. so... try putting trailingstop=10,20, or whatever you want.
I will code your EAs and Indicators for no charge
- Ezios replied Aug 3, 2018
I will make some tries; an information for you: if you want to upload any set file you can change the extention of the file from .set to .txt and, when the name is changed, you can to puload.
I will code your EAs and Indicators for no charge
- Ezios replied Aug 3, 2018
did you set trailprofit>0? can you to send your setting tf and pair for this ea?
I will code your EAs and Indicators for no charge
- Ezios replied Jul 30, 2018
in fact i never told that blows 10k. i told that profit factor is not good you can for example to gain 300 eur but the dd is 600.... in every step. You can verify this if i am not wrong. anyway this evening i will try again.
"Little Martingale EA" 2, continuation thread
- Ezios replied Jul 30, 2018
with with the ea 1.4 the test is faster. i will try from 50 to 100 step 1 but i still think it will not work on eur usd. and i tried with balance 10.000 eur. tried from 26-01-18 to 26-07-18.
"Little Martingale EA" 2, continuation thread
- Ezios replied Jul 29, 2018
I have an oscillator from -20 to +20 when +20 signal sell when -20 signal buy. I want to code a funcion bool SignalBuy() and bool SignalSell() to put in my ea. can someone to code these 2 functions from the lines of the indicator? i attach the ...
I will code your EAs and Indicators for no charge
- Ezios replied Jul 29, 2018
In my opinion eur usd is not good for this ea. i made backtest and optimization for last 6 months with all distance from 50 to 1000 and no good result. perhaps i am making something wrong i dont know... the setting was the one from Luca and i ...
"Little Martingale EA" 2, continuation thread
- Ezios replied Jul 29, 2018
personally i think a good trading system real money (no cent account) can be started with no less than 4.000 eur. But this is my personal opin. Now with esma rules i think with 1.30 leverage 4.000 is no more sufficient. I had leverage 1.500 now ...
EA development journal
- Ezios replied Jul 29, 2018
from my provider i cannot go to this link. i think with so few capital its only matter of luck
i can to blow all account in another 6 7 months...EA development journal
- Ezios replied Jul 28, 2018
one warning: be careful if your broker is regulate in eu because from 1 august 2018 leverage is 1:30 and stopout is 50% of the margin. Chose an extra-eu licenced broker.
"Little Martingale EA" 2, continuation thread
- Ezios replied Jul 27, 2018
Only little bug ... when the ea is removed does not delete the objects... add RemoveAllObjects() in the OnDeinit() .
"Little Martingale EA" 2, continuation thread
- Ezios replied Jul 19, 2018
anyway... we can add an edging parameter section _c8? -c9? int edgetrades=5 when there are for examples 5 buys and 0 sells active or 5 sell and 0 buys active... and double edgesize the size of the drawdown for example when there are 5 sells active ...
"Little Martingale EA" 2, continuation thread
- Ezios replied Jul 19, 2018
filter cci is in 'c6' section. it affects firebuy and firesell when the ea go for the first order. it is no edgint it is only chose wen to buy or to sell.
"Little Martingale EA" 2, continuation thread
- Ezios replied Jul 19, 2018
fixing the warnings its a good thing
for the panel I saw in the code some variables input as fontsize fontname and xand y distance. i thought they were used to size the panell.... anyway thats not very important about the logic of the ea. I am ..."Little Martingale EA" 2, continuation thread
- Ezios replied Jul 16, 2018
I am running the ea in my live account with 4 charts and all 4 are in profit for now... but everyone knows the point: the ea will work fine till market is ranging and retracing. When the price goes only in a direction without retrace or little bit ...
"Little Martingale EA" 2, continuation thread